Question
A driver repeatedly checks a device-status register until the device becomes ready. What technique is this?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Polling
Explanation:
Polling actively reads device status at intervals or in a loop to detect readiness.
Interrupt-driven I/O instead lets the device notify the processor when service is needed.
Leave a Reply