Computer Organization and Architecture
Computer Organization and Architecture
59 A microprogram sequencer
(A) generates the address of next micro instruction to be executed.
(B) generates the control signals to execute a microinstruction.
(C) sequentially averages all microinstructions in the control memory.
(D) enables the efficient handling of a micro program subroutine.
63 MRI indicates
(A) Memory Reference Information. (B) Memory Reference Instruction.
(C) Memory Registers Instruction. (D) Memory Register information
69 If the value V(x) of the target operand is contained in the address field itself, the
addressing mode is
(A) immediate. (B) direct. (C) indirect. (D) implied.
71 The instructions which copy information from one location to another either in the
processor’s internal register set or in the external main memory are called
(A) Data transfer instructions. (B) Program control instructions.
(C) Input-output instructions. (D) Logical instructions.
75 Content of the program counter is added to the address part of the instruction in
order to obtain the effective address is called.
(A) relative address mode. (B) index addressing mode.
(C) register mode. (D) implied mode.
76 An interface that provides I/O transfer of data directly to and form the memory unit
and peripheral is termed as
(A) DDA. (B) Serial interface. (C) BR. (D) DMA.
78 A register capable of shifting its binary information either to the right or the left is
called a
(A) parallel register. (B) serial register. (C) shift register. (D) storage register.
84 The maximum addressing capacity of a micro processor which uses 16 bit database &
32 bit address base is
(A) 64 K. (B) 4 GB. (C) both (A) & (B) . (D) None of these.
85 The memory unit that communicates directly with the CPU is called the
(A) main memory (B) Secondary memory
(C) shared memory (D) auxiliary memory.
86 The average time required to reach a storage location in memory and obtain its
contents is called
(A) Latency time. (B) Access time.
(C) Turnaround time. (D) Response time.
State True or False
87 A byte is a group of 16 bits.
90 When two equal numbers are subtracted, the result would be ______and
not_________.
92 In an operation performed by the ALU, carry bit is set to 1 if the end carry C 8 is
________. It is cleared to 0 (zero) if the carry is ______ _______.
94 When necessary, the results are transferred from the CPU to main memory by
(A) I/O devices. (B) CPU. (C) shift registers. (D) none of these.
96 A combinational logic circuit which sends data coming from a single source to two
or more separate destinations is
(A) Decoder. (B) Encoder. (C) Multiplexer. (D) Demultiplexer.
99 A Program Counter contains a number 825 and address part of the instruction
contains the number 24. The effective address in the relative address mode, when
an instruction is read from the memory is
(A) 849. (B) 850. (C) 801. (D) 802.
103. The load instruction is mostly used to designate a transfer from memory to a
processor register known as____.
A. Accumulator B. Instruction Register
C. Program counter D. Memory address Register
104. A group of bits that tell the computer to perform a specific operation is
known as____.
A. Instruction code B. Micro-operation
C. Accumulator D. Register
108. Logic gates with a set of input and outputs is arrangement of______.
A. Computational circuit
B. Logic circuit
C. Design circuits
D. Register
109. The average time required to reach a storage location in memory and obtain
its contents is called_____.
A. Latency time. B. Access time.
C. Turnaround time. D. Response time.
116. _________ register keeps tracks of the instructions stored in program stored
in memory.
A. AR (Address Register) B. XR (Index Register)
C. PC (Program Counter) D. AC (Accumulator)
117. n bits in operation code imply that there are ___________ possible distinct
operators.
A. 2n B. 2n
C. n/2 D. n2
118. A three input NOR gate gives logic high output only when_____.
A. one input is high B. one input is low
C. two input are low D. all input are high
126. When CPU is executing a Program that is part of the Operating System, it is
said to be in _____.
A. Interrupt mode B. System mode
C. Half mode D. Simplex mode
128. If the main memory is of 8K bytes and the cache memory is of 2K words. It
uses associative mapping. Then each word of cache memory shall be_____.
A. 11 bits B. 21 bits
C. 16 bits D. 20 bits
134. Write Through technique is used in which memory for updating the data
_____.
A. Virtual memory B. Main memory
C. Auxiliary memory D. Cache memory
136. The circuit used to store one bit of data is known as ______.
A. Encoder B. OR gate
C. Flip Flop D. Decoder
139. . In a memory-mapped I/O system, which of the following will not be there?
A. LDA B. IN
C. ADD D. OUT
140. If memory access takes 20 ns with cache and 110 ns without it, then the ratio
(cache uses a 10 ns memory) is _____.
A. 93% B. 90%
C. 88% D. 87%
141. The addressing mode used in an instruction of the form ADD X Y, is _____.
A. Absolute B. indirect
C. index D. none of these
142. _________ register keeps track of the instructions stored in program stored
in memory.
A. AR (Address Register) B. XR (Index Register)
C. PC (Program Counter) D. AC (Accumulator)
145. The average time required to reach a storage location in memory and obtain
its contents is called the _____.
A. seek time B. turnaround time
C. access time D. transfer time
147. The circuit used to store one bit of data is known as_______.
A. Register B. Encoder
C. Decoder D. Flip Flop
148. . Computers use addressing mode techniques for ____________.
A. giving programming versatility to the user by providing facilities as pointers to
memory counters for loop control
B. to reduce no. of bits in the field of instruction
C. specifying rules for modifying or interpreting address field of the instruction
D. All the above
149. What characteristic of RAM memory makes it not suitable for permanent
storage?
A. too slow B. unreliable
C. it is volatile D. too bulky
150. The amount of time required to read a block of data from a disk into memory
is composed of seek time, rotational latency, and transfer time. Rotational latency
refers to ______.
A. the time its takes for the platter to make a full rotation
B. the time it takes for the read-write head to move into position over the
appropriate track
C. the time it takes for the platter to rotate the correct sector under the head
D. none of the above
153. Suppose that a bus has 16 data lines and requires 4 cycles of 250 nsecs each
to transfer data. The bandwidth of this bus would be 2 Megabytes/sec. If the cycle
time of the bus was reduced to 125 nsecs and the number of cycles required for
transfer stayed the same what would the bandwidth of the bus?
A. 1 Megabyte/sec B. 4 Megabytes/sec
C. 8 Megabytes/sec D. 2 Megabytes/sec
157. Processors of all computers, whether micro, mini or mainframe must have
a. ALU b. Primary Storage
c. Control unit d. All of above
162. Which of the following code is used in present day computing was developed
by IBM corporation?
a. ASCII b. Hollerith Code
c. Baudot code d. EBCDIC code
163. When a subroutine is called, the address of the instruction following the CALL
instructions stored in/on the
a. stack pointer b. accumulator
c. program counter d. stack
172. The access time of memory is ............... the time required for performing
any single CPU operation.
A) Longer thanB) Shorter than
C) Negligible than D) Same as
173. Memory address refers to the successive memory words and the machine is
called as ............
A) word addressable B) byte addressable
C) bit addressable D) Tera byte addressable
178. Which of the following registers is used to keep track of address of the
memory location where the next instruction is located?
A. Memory Address Register
B. Memory Data Register
C. Instruction Register
D. Program Register
182. A stack is
A. an 8-bit register in the microprocessor
B. a 16-bit register in the microprocessor
C. a set of memory locations in R/WM reserved for storing information temporarily
during the execution of computer
D. a 16-bit memory address stored in the program counter
184. The branch logic that provides decision making capabilities in the control
unit is known as
A. controlled transfer
B. conditional transfer
C. unconditional transfer
D. none of above
187.Virtual memory is –
(1) an extremely large main memory
(2) an extremely large secondary memory
(3) an illusion of an extremely large memory
(4) a type of memory used in super computers
(5) None of these
188.Fragmentation is -
(1) dividing the secondary memory into equal sized f ragments
(2) dividing the main memory into equal size f ragments
(3) f ragments of memory words used in a page
(4) f ragments of memory words unused in a page
(5) None of these
190.Cache memory-
(1) has greater capacity than RAM
(2) is f aster to access than CPU Registers
(3) is permanent storage
(4) f aster to access than RAM
(5) None of these
192.Which of the following memories must be refreshed many times per second?
a. Static RAM b. Dynamic RAM c. EPROM
d. ROM e. None of these