1. | In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register ? |
Answer: (d).Index
|
2. | The efficiency (E) and speed up (sp) for Multiprocessor with p processors satisfies |
Answer: (b).E ≤ 1 and Sp ≤ p
|
3. | In an enhancement of a CPU design, the speed of a floating point unit has been increased by 20% and the speed of a fixed point unit has been increased by 10%. What is the overall speed achieved if the ratio of the number of floating point operations to the number of fixed point operations is 2 : 3 and the floating point operation used to take twice the time taken by the fixed point operation in original design ? |
Answer: (a).1.62
|
4. | Suppose a processor does not have any stack pointer registers, which of the following statements is true ? |
Answer: (d).All subroutine calls and interrupts are possible
|
5. | Let f be the fraction of a computation (in terms of time) that is parallelizable, P the number of processors in the system, and sp the speed up achievable in comparison with sequential execution – then the sp can be calculated using the relation : |
Answer: (c).1/ (1 - f + (f/P))
|
6. | FAN IN of a component A is defined as |
Answer: (a).Number of components that can call or pass control to component A
|
7. | Which of the following statements are true? I. A circuit that adds two bits, producing a sum bit and a carry bit is called half adder. II. A circuit that adds two bits, producing a sum bit and a carry bit is called full adder. III. A circuit that adds two bits and a carry bit producing a sum bit and a carry bit is called full adder. IV. A device that accepts the value of a Boolean variable as input and produces its complement is called an inverter. |
Answer: (d).I, III & IV
|
8. | Match the following: List -I List - II a. Indexed i. is not used when an Addressing operand is moved from memory into a register' or from a register to memory. b. Direct ii.Memory address is computed by adding up two registers plus an (optional) offset. Addressing c. Register iii.Addressing memory by giving a register plus a content offset. Addressing d. Base- iv .can only be used to access global variables whose address 18 known at compile time. Indexed Addressing |
Answer: (c).(a)-(iii), (b)-(iv),(c)-(i),(d)-(ii)
|
9. | Which of the following is a design criteria for instruction formats ? |
Answer: (d).All of these
|
10. | Synchronization is achieved by a __________timing device which generates a periodic train of ____________ |
Answer: (a).clock generator, clock pulse
|