IIT JEE — Learn

Programming Computer Architecture

Review each question and reveal answers to strengthen your understanding

1 Techniques 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
2 In 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
3 What does T stands for in T flip-flop?
✅ Correct Answer: 3
4 What are the major components of a CPU?
✅ Correct Answer: 1
5 he registers found in the processor unit are
✅ Correct Answer: 1
6 Given 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
7 The sum of -6 and -13 using 2?s complement addition is
✅ Correct Answer: 4
8 What is Q when S = 1 and R = 1 for SR flip-flop?Complement of previous output
✅ Correct Answer: 4
9 The 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
12 The simplest way to determine cache locations in which to store memory blocks is the
✅ Correct Answer: 2
13 The CPU nearly delays its operation for one memory cycle to allow direct memory I/O transfer. This process is called
✅ Correct Answer: 3
14 The correspondence between the main memory blocks and those in the cache is specified by
✅ Correct Answer: 1
15 To convert octal code to binary code which of the following digital functions should be used?
✅ Correct Answer: 1
16 System Software usually includes a program called a -------- which helps the programmer find errors in a program.
✅ Correct Answer: 3
17 Which of the following representation requires the least number of bits to store the number +255?
✅ Correct Answer: 4
18 The 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
19 Which of the following modes are used to handle data transfer to and from peripherals?
✅ Correct Answer: 4
20 The 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
22 A combinational circuit that converts binary information from n input lines to a maximum of unique output lines is
✅ Correct Answer: 1
23 What are the building blocks of combinational circuits?Registers
✅ Correct Answer: 2
24 What 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
25 A full-adder is simply a connection of two half-adders joined by
✅ Correct Answer: 2
26 he gray code of a given binary number 1001 is
✅ Correct Answer: 3
27 In which type of flip-flop the indeterminate condition of the SR flip-flop (when S=R=1) is eliminated?
✅ Correct Answer: 2
28 What is Q when S = 1 and R = 1 for SR flip-flop?Set to 1
✅ Correct Answer: 4
29 Techniques that automatically move program and data blocks into the physical main memory when they are required for execution are called
✅ Correct Answer: 3
30 The one major advantage of CMOS is its #34. The one major advantage of CMOS is itsHigh propagation delay
✅ Correct Answer: 2
31 The registers found in the processor unit are
✅ Correct Answer: 1
32 Information transfer from one register to another is designated in symbolic form by means of a
✅ Correct Answer: 4
33 What are the major components of a CPU?Control Unit Register Set Arithmetic Logic UnitControl Unit Memory Unit Arithmetic Logic Unit
✅ Correct Answer: 1
34 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 #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
35 64K memory contains how many words of 8 bits each?
✅ Correct Answer: 1
36 Consider 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
37 A full-adder is simply a connection of two half-adders joined by a
✅ Correct Answer: 2
38 Convert decimal value (888)10 to base-5.(444)5
✅ Correct Answer: 2
39 The correspondence between the main memory blocks and those in the cache is specified by aPage fault
✅ Correct Answer: 4
40 The transfer of new information into the register is called
✅ Correct Answer: 2
41 The set of physical addresses is called
✅ Correct Answer: 2
42 The DMA transfer technique where transfer of one word data at a time is called
✅ Correct Answer: 1
43 The number of 256*4 RAM chips required to construct 2KB CACHE is
✅ Correct Answer: 4
44 The 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
45 What are the building blocks of combinational circuits?Registers
✅ Correct Answer: 2
46 What is the name of device that is allowed to initiate data transfer on the bus?
✅ Correct Answer: 1
47 What interface is used to connect the processor to I/O devices that require transmission of data one bit at a time?
✅ Correct Answer: 2
48 ystem Software usually includes a program called a _______ which helps the programmer to find errors in a program.
✅ Correct Answer: 3
49 What is the purpose of RAID system?
✅ Correct Answer: 3
Back to All Quizzes