C D
095. Which algorithm gives the highest priority to the requesting device that has not used B
the bus for longest interval?
A FIFO B LRU
C Polling D Rotating Daisy chain
096. Which is NOT TRUE regarding the serial arbitration A
A The device close to the priority line is B Multiple devices can concurrently
assigned the lowest priority request the use of the bus.
C All devices are connected in serial D It is also known as daisy chain
order arbitration
097. Identify the one which do NOT belong to the dynamic arbitration algorithm D
A FIFO B LRU
C Polling D Serial arbitration
098. Which is the block NOT found in parallel arbitration circuit B
A Bus arbiter B Serial shift register
C Priority encoder D decoder
099. What is the operation performed by bus arbiter? B
A Reduces the bus cycle B Resolves multiple contentions for the
bus access
C Increases the bus width D Allows all devices to access the bus
simultaneously
100. Routing procedure in which interconnection structure is developed by computing the D
XOR of the source node address with the destination node address.
A Cross bar switch B Time shared common bus
C Multiport memory D Hyper cube system.
101. Which is NOT the solution for the data dependency problem in pipeline C
A Hardware interlocks B Operand forwarding
C Branch target Buffer D Delayed loading
102. Which is NOT the solution for the Branch difficulties problem in pipeline A
A Hardware interlocks B Pre-fetch target instruction
C Branch target Buffer D Branch prediction
103. Which of the following is not a Pipeline Conflicts? D
A Resource conflicts B Data dependencies
C Branch difficulties D Load balancing
104. Routing message through an n-cube structure hypercube interconnection may take B
from one to _______ links from the source node to a destination node.
A (n-1) B (n)
C (n+1) D n(n-1)
105. In Flynns classification, which system is not practically constructed and is of only A
theoretical interest.
A Multiple instruction stream, Single B Single instruction stream, Multiple
data stream systems(MISD-systems) data stream systems(SIMD-systems)
C Multiple instruction stream, Multiple D Single instruction stream, Single data
data stream systems(MIMD-systems) stream systems(SISD-systems)
106. This is one type of parallel processing that does not fit into Flynns classification. A
A Pipelining B Instruction stream
C Data stream D Instruction flow
107. The name pipelining implies what? A
A Flow of information analogous to an B Flow of information analogous to an
industrial assembly line random assembly line
C Flow of information analogous to an D Flow of information analogous to an
linear assembly line non-linear assembly line
108. The area of pipeline where the pipeline organization is applicable B
A Decode pipeline and instruction B Arithmetic pipeline and instruction
pipeline pipeline
C Arithmetic pipeline and Decode D Control pipeline and instruction
pipeline pipeline
109. How is the instruction fetch segment of the instruction pipeline is is implemented? A
A In FIFO B In LIFO
C In stack D In Buffers
110. In which procedure, the compiler detects the branch instructions and rearranges the C
machine language code sequence by inserting useful instructions that keep the
pipeline operating without interruption.
A Loop buffer B Branch prediction
C Delayed branch D Branch target buffer
111. Which of the following is NOT the sub operation in instruction cycle? D
A Instruction fetch B Execute instruction
C ALU operation D I/O operation
112. A circuit that detects instructions whose source operands are destinations of the C
instructions farther up in the pipeline.
A Branch Target Buffer B Translation Look aside Buffer
C Hardware interlock D Hardwired control unit
113. Which of the following architecture is NOT suitable for realizing SIMD? C
A Vector processor B Array processor
C Von Neumann D Harvard
114. Which is NOT the advantage of RISC over CISC C
A Single cycle instruction execution B Uses only load and store instructions
for data transfer
C Variable size instructions D Has limited number of instructions
115. Array Processors are put under which of these categories: B
A SISD B SIMD
C MISD D MIND
116. The instruction pipeline operates on stream of instructions by NOT overlapping which D
of the following operation?
A The fetch B The decode
C The execute D The interrupt
117. An attached array processor can be defined as B
A An auxiliary processor attached to B An auxiliary processor attached to the
another auxiliary processor. general purpose processor.
C An auxiliary processor attached with D An auxiliary processor attached with
the memory. I/O devices.
118. Arrange the following instruction sequence steps in proper order1. Fetch instruction A
from memory 2. Execute the instruction 3. Decode the instruction4. Calculate the
effective address
A 1-3-4-2 B 1-2-3-4
C 1-4-3-2 D 1-2-4-3
119. An array processor is a processor that performs computations on _____ B
A Large array of instructions B Large array of data
C Large array of multi computers D Large array of I/O devices
120. Which is the best known SIMD array processor? A
A the ILLIAC IV computer B the fujitsu VP-2600 computer
C the Cray-2 computer D the ARM computer
121. What is an attached array processor? A
A An auxiliary processor attached to the B A DSP processor attached to the
general purpose processor. general purpose processor.
C An ARM processor attached to the D A array processor attached to the
general purpose processor. general purpose processor
122. Which is the Data transfer instruction in RISC processor A
A Load B Add
C Mov D JMP
123. All data manipulation instructions in RISC processor have_______ operations B
A Register to memory B Register to register
C Memory to register D Memory to memory
124. Identify the element which is not the part of the Processing Element(PE) of SIMD array D
processor
A ALU B Floating point unit
C Working registers D Main memory