StreakPeaked· Practice

ExamsGATETechnical

Which one of the following statements is FALSE?

  1. In the cycle stealing mode of DMA, one word of data is transferred between an I/O device and main memory in a stolen cycle
  2. For bulk data transfer, the burst mode of DMA has a higher throughput than the cycle stealing mode
  3. Programmed I/O mechanism has a better CPU utilization than the interrupt driven I/O mechanism
  4. The CPU can start executing an interrupt service routine faster with vectored interrupts than with non-vectored interrupts

Correct answer: Programmed I/O mechanism has a better CPU utilization than the interrupt driven I/O mechanism

Solution

The statement is false because programmed I/O typically requires the CPU to actively wait for I/O operations to complete, leading to lower CPU utilization compared to interrupt-driven I/O, where the CPU can perform other tasks while waiting for interrupts.

Related GATE Technical questions

⚔️ Practice GATE Technical free + battle 1v1 →