Computer System Architecture Set 1
Computer System Architecture Set 1
Computer System Architecture Set 1
Questions 1 To 10
Answers
11 In which type of flip-flop the indeterminate condition of the SR flip-flop (when S=R=1) is
. eliminated?
(a) Edge-triggered flip-flop
(b) JK flip-flop
(c) D flip-flop
(d) T flip-flop
(e) Master-slave flipflop.
12 The bulk of the binary information in a digital computer is stored in memory, but all
. computations are done in
(a) Timing Control
(b) Memory Registers
(c) Processor Registers
(d) Program Control
(e) Secondary Memory.
13 Information transfer from one register to another is designated in symbolic form by means of
. (a) Control Function
(b) Op Code
(c) Registers
(d) Replacement Operator
(e) Arrow Operator.
14 The registers found in the processor unit are
. (a) Operational registers
(b) Memory registers
(c) Storage registers
(d) Binary registers
(e) Temporary registers.
15 Techniques that automatically move program and data blocks into the physical main memory
. when they are required for execution are called
(a) Associative-Mapping techniques
(b) Main Memory techniques
(c) Virtual Memory techniques
(d) Cache Memory techniques
(e) Paging techniques.
16 What digit is added to the Excess-3 code generation?
. (a) 3
(b) 4
(c) 2
(d) 1
(e) 0.
17 The processor, ---------- and I/O Devices are interconnected by means of a common bus.
. (a) Cache Memory
(b) Auxiliary Memory
(c) Virtual Memory
(d) Main Memory
(e) Extended Memory.
18 System Software usually includes a program called a --------, which helps the programmer
. find errors in a program.
(a) Write Buffer
(b) Read Buffer
(c) Debugger
(d) Both (a) and (c) above
(e) Both (b) and (c) above.
19 To convert octal code to binary code which of the following digital functions should be used?
. (a) Decoder
(b) Encoder
(c) Multiplexer
(d) Demultiplexer
(e) Binary adder.
20 A full-adder is simply a connection of two half-adders joined by
. (a) AND gate
(b) OR gate
(c) NAND gate
(d) NOR gate
(e) XOR gate.
Answers
21 A combinational circuit that converts binary information from n input lines to a maximum of unique
. output lines is,
(a) Decoder
(b) Encoder
(c) Full-adder
(d) Full-subtractor
(e) Half-subtractor.
22 The correspondence between the main memory blocks and those in the cache is specified by
.
(a) Mapping function
(b) Replacement algorithm
(c) Hit rate
(d) Miss penalty
(e) Segment function.
23 The CPU nearly delays its operation for one memory cycle, to allow direct memory I/O transfer. This
. process is called,
25 What are the missing values in the truth table of a half-adder given below?
.
x y C S
(a) x
(b) y
(c) 0
(d) 1
(e) Indeterminate.
27 x + xy = x is called,
.
(a) Commutative Law
(b) Associative Law
(c) Distributive Law
(d) Absorption Law
(e) Identity Law.
30 Which of the following modes are used to handle data transfer to and from peripherals?
.
(a) Programmed I/O
(b) Interrupted-initiated I/O
(c) Direct memory access
(d) Programmed I/O, Interrupted-initiated I/O, Direct memory access
(e) Programmed I/O, Direct memory access.
Answers