Which type of I/O communication method requires the processor to check the…

2023

Which type of I/O communication method requires the processor to check the device status repeatedly?

Answer: B. PollingIn Polling (also known as Programmed I/O), the processor constantly monitors the control status register of an I/O device in a continuous loop. It repeatedly…

  1. A.

    Cache Coherency

  2. B.

    Polling

  3. C.

    Direct Memory Access

  4. D.

    Interrupt-driven I/O

Attempted by 263 students.

Show answer & explanation

Correct answer: B

In Polling (also known as Programmed I/O), the processor constantly monitors the control status register of an I/O device in a continuous loop. It repeatedly checks whether the device is ready for data transfer, consuming significant CPU clock cycles. Therefore, Option B is correct.

Explore the full course: Isro

Loading lesson…