Review each question and reveal answers to strengthen your understanding
1Techniques that automatically move program and data blocks into the physical main memory when they are required for execution are calledVirtual Memory techniques
✅ Correct Answer: 3
2In which type of flip-flop the indeterminate condition of the SR flip-flop (when S=R=1) is eliminated?T flip-flop
✅ Correct Answer: 2
3What does T stands for in T flip-flop?
✅ Correct Answer: 3
4What are the major components of a CPU?
✅ Correct Answer: 1
5he registers found in the processor unit are
✅ Correct Answer: 1
6Given the characteristic table of a JK flip-flop find the missing output value. J K Q(t+1) 0 0 Q(t) 0 1 0 #1 0 1 #1 1 ---
✅ Correct Answer: 4
7The sum of -6 and -13 using 2?s complement addition is
✅ Correct Answer: 4
8What is Q when S = 1 and R = 1 for SR flip-flop?Complement of previous output
✅ Correct Answer: 4
9The bulk of the binary information in a digital computer is stored in memory but all computations are done in
✅ Correct Answer: 3
10#2?s complement of -13 = 11110011 Add the two numbers in their 2?s complement form including their sign bits and discard any carry out of the sign (leftmost) bit position. So the answer is 11101101 (-19). -6 11111010 -13 11110011 ---------------------- -19 11101101 #6. Which one of the following CPU registers holds the address of the instructions (instructions in the program stored in memory) to be executed next?IR (Instruction Register)
✅ Correct Answer: 4
11.Information transfer from one register to another is designated in symbolic form by means of
✅ Correct Answer: 4
12The simplest way to determine cache locations in which to store memory blocks is the
✅ Correct Answer: 2
13The CPU nearly delays its operation for one memory cycle to allow direct memory I/O transfer. This process is called
✅ Correct Answer: 3
14The correspondence between the main memory blocks and those in the cache is specified by
✅ Correct Answer: 1
15To convert octal code to binary code which of the following digital functions should be used?
✅ Correct Answer: 1
16System Software usually includes a program called a -------- which helps the programmer find errors in a program.
✅ Correct Answer: 3
17Which of the following representation requires the least number of bits to store the number +255?
✅ Correct Answer: 4
18The processor ---------- and I/O Devices are interconnected by means of a common bus. #17. The processor ---------- and I/O Devices are interconnected by means of a common bus.Main Memory
✅ Correct Answer: 1
19Which of the following modes are used to handle data transfer to and from peripherals?
✅ Correct Answer: 4
20The control condition is terminated with
✅ Correct Answer: 3
21.Boolean functions expressed as a --------- of minterms or ---------- of maxterms are said to be in a canonical form.
✅ Correct Answer: 2
22A combinational circuit that converts binary information from n input lines to a maximum of unique output lines is
✅ Correct Answer: 1
23What are the building blocks of combinational circuits?Registers
✅ Correct Answer: 2
24What are the missing values in the truth table of a half-adder given below? x y C S 0 0 -- -- 0 1 0 1 #1 0 0 1 #1 1 1 0
✅ Correct Answer: 3
25A full-adder is simply a connection of two half-adders joined by
✅ Correct Answer: 2
26he gray code of a given binary number 1001 is
✅ Correct Answer: 3
27In which type of flip-flop the indeterminate condition of the SR flip-flop (when S=R=1) is eliminated?
✅ Correct Answer: 2
28What is Q when S = 1 and R = 1 for SR flip-flop?Set to 1
✅ Correct Answer: 4
29Techniques that automatically move program and data blocks into the physical main memory when they are required for execution are called
✅ Correct Answer: 3
30The one major advantage of CMOS is its #34. The one major advantage of CMOS is itsHigh propagation delay
✅ Correct Answer: 2
31The registers found in the processor unit are
✅ Correct Answer: 1
32Information transfer from one register to another is designated in symbolic form by means of a
✅ Correct Answer: 4
33What are the major components of a CPU?Control Unit Register Set Arithmetic Logic UnitControl Unit Memory Unit Arithmetic Logic Unit
✅ Correct Answer: 1
342?s complement of -13 = 11110011 Add the two numbers in their 2?s complement form including their sign bits and discard any carry out of the sign (leftmost) bit position. So the answer is 11101101 (-19). -6 11111010 -13 11110011 ------------------ -19 11101101 #38. Which one of the following CPU registers holds the address of the instructions (instructions in the program stored in memory) to be executed next?IR (Instruction Register)
✅ Correct Answer: 4
3564K memory contains how many words of 8 bits each?
✅ Correct Answer: 1
36Consider the following logic function f(ABC). f(ABC) = ( A + B + C?) . (A + B?+ C?) Which of the following would be the result if the above logic function is to be simplified using k-maps?
✅ Correct Answer: 1
37A full-adder is simply a connection of two half-adders joined by a
✅ Correct Answer: 2
38Convert decimal value (888)10 to base-5.(444)5
✅ Correct Answer: 2
39The correspondence between the main memory blocks and those in the cache is specified by aPage fault
✅ Correct Answer: 4
40The transfer of new information into the register is called
✅ Correct Answer: 2
41The set of physical addresses is called
✅ Correct Answer: 2
42The DMA transfer technique where transfer of one word data at a time is called
✅ Correct Answer: 1
43The number of 256*4 RAM chips required to construct 2KB CACHE is
✅ Correct Answer: 4
44The processor _________ and I/O Devices are interconnected by means of a common bus. #49. The processor _________ and I/O Devices are interconnected by means of a common bus.
✅ Correct Answer: 1
45What are the building blocks of combinational circuits?Registers
✅ Correct Answer: 2
46What is the name of device that is allowed to initiate data transfer on the bus?
✅ Correct Answer: 1
47What interface is used to connect the processor to I/O devices that require transmission of data one bit at a time?
✅ Correct Answer: 2
48ystem Software usually includes a program called a _______ which helps the programmer to find errors in a program.