
Question 5 5 pts (TCO 1) Which output waveform would be produced if Input1 and Input2...
Question 10 (5 marks) A combinational logic circuit is shown in Figure 3 along with a timing diagram. a) The output waveform (X) shown in the timing diagram is not correct for the circuit shown. Draw the correct waveform. (2 marks) b) The output waveform shown is the result of incorrect implementation of the circuit gates has been replaced by another type of gate. Which gate has been replaced and what is the replacement gate? Explain your answer. (3 marks)...
Question 9 5 pts (TCO 1) Determine the Boolean expression for the following gate SENSORA oUTEUT SENSORB inst Z =SENSOR A +SENSOR B SENSOR A - SENSOR B Z Z SENSOR A SENSOR B SENSOR B Z=SENSOR A
Question 116 pts (TCO 2) What is the output of the following code? void func(int x) { x = x * 2; } int main( ) { int x = 10; func(x); cout << x << endl; } 20 30 10 5 Question 126 pts (TCO 2) A derived class is typically an example of _____. a “has a” relationship an “is a” relationship a “uses a” relationship an “is used” relationship Question...
(TCO 1) Examine the gates below with the measured inputs and outputs. Determine which gate contains a fault. 8 Gate A has a fault. Gate B has a fault Gate C has a fault Gate D has a fault
Question 13 pts (TCO 4) Which of the following functions grows at a slower rate than the rest? n2 n log n n3 Flag this Question Question 23 pts (TCO 4) Algorithms can be described using pseudo-code. assignment and arithmetic operations. loops and decision statements. All of the above Flag this Question Question 33 pts (TCO 4) The running time of an algorithm is the time, in milliseconds, it takes to complete its execution. the running time of its implementation....
Question 1 5 pts (TCO 6) Referring to the block diagram below, which signal point is the automatic frequency control? W A E B G A A W X Y Z -ON
Question 21 5 pts (TCO 3) What VBScript Boolean operator could be used to replace the nested selection structure in this pseudocode? if empMedicalIns = "Y" then if empDentalIns = "Y" then print empIdNumber, empLastName, empFirstName endif endif XOR AND OR NOT Question 22 5 pts (TCO 3) Which of the following is a possible value for a Boolean expression? True -1 21 abcdefg Question 23 5 pts (TCO 3) Every decision you make in a computer program involves evaluating...
Question 19 3 pts (TCO 5) Which command will provide information specific to OSPFv3 routes in the routing table? show ip route ospf show ip route ospfv3 show ipv6 route show ip route ospf show ipv6 route ospf Flag this Question Question 20 3 pts (TCO 5) A network administrator enters the command ipv6 router ospf 64 in global configuration mode. What is the result of this command? The router will be assigned an autonomous system number of 64. The...
Question 1 6 pts (TCO 1) Good system requirement are: Unambiguous - Has one, and only one, meaning Detailed - All significant capabilities and attributes are addressed and terms are fully defined. Verifiable - Must have some method that determines whether the requirements have been satisfied All of the above None of the above Question 2 6 pts (TCO 1) A software engineering process (SEP), also known as a software development process, defines the ______ of developing software. who, what,...
Page 1 Question 1.1. (TCO 1) Receiving information from the user is considered a(n) _____ operation. (Points : 5) input process assignment output Question 2.2. (TCO 2) Which statement is not true about variable names? (Points : 5) They should be descriptive. They must start with a letter. You cannot use spaces. None of the above Question 3.3. (TCO 3) The statement below would be placed within which symbol on a flowchart? Print total (Points : 5) Rectangle Diamond...