Question:

Which type of I/O does NOT use interrupts?

Show Hint

Programmed I/O uses busy-wait loops instead of interrupts — less efficient than interrupt-driven I/O.
Updated On: June 02, 2025
  • Interrupt driven I/O
  • Programmed I/O
  • Direct Memory Access
  • Daisy chaining
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Programmed I/O involves CPU polling the device status continuously, rather than being interrupted. This wastes CPU cycles but avoids using interrupts.
Was this answer helpful?
0
0

TS PGECET Notification