Computer System Architecture - Pipeline and Vector Processing

Avatto > > UGC NET COMPUTER SCIENCE > > PRACTICE QUESTIONS > > Computer System Architecture > > Pipeline and Vector Processing

33. For the daisy chain scheme of connecting I/O devices, which of the following statements is true?

  • Option : A
  • Explanation : Daisy Chain Scheme. When device A has a cable that plugs into device B has a cable that plugs into device C and device C plugs into a port on the computer, this arrangement is called a Daisy Chain. It usually operates as a bus.
Cancel reply
Cancel reply

34. A device with data transfer rate 10 KB/sec is connected to a CPU. Data is transferred byte-wise. Let the interrupt overhead be 4 usec. The byte transfer time between the device interface register and CPU or memory is negligible. What is the minimum performance gain of operating the device under interrupt mode over operating under program controlled mode?

  • Option : B
  • Explanation : If overhead of a single byte transfer with interface mode is 4 ï¿« sec, then actual data transfer can be 250000.
    Actually transfer take place at the rate ï¿« 10000
    Now 25 is the minimum performance gain.
Cancel reply
Cancel reply

35. Consider the following processor design characteristics :
I. Register-to-register arithmetic operations only.
II. Fixed-length instruction format.
III. Hardwired control unit.
Which of the characteristics above are used in the design of a RISC processor ?

  • Option : D
  • Explanation : RISC processor characteristics:
    1. It supports mode registers, so ALU operations are performed only on a register data.
    2. It support fixed length instructions.
    3. It uses hard-wired control unit.
Cancel reply
Cancel reply