Which of the following data transfer schemes requires constant monitoring by…

2018

Which of the following data transfer schemes requires constant monitoring by the CPU of the peripheral devices?

Answer: A. Programmed IOProgrammed I/O, also known as polling, requires the CPU to continuously check peripheral status registers until data is ready. This constant monitoring…

  1. A.

    Programmed IO

  2. B.

    Interrupt-driven IO

  3. C.

    Direct Memory Access (DMA)

  4. D.

    Both, Interrupt-driven IO and DMA

Attempted by 635 students.

Show answer & explanation

Correct answer: A

Programmed I/O, also known as polling, requires the CPU to continuously check peripheral status registers until data is ready. This constant monitoring ensures synchronization but reduces efficiency compared to interrupt-driven or DMA methods where the CPU performs other tasks. Thus, Programmed I/O is the scheme necessitating constant CPU monitoring.

Explore the full course: Isro

Loading lesson…