IIT JEE — Quiz

Programming Computer Architecture

49 questions · Test your knowledge

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