In a computer, a polled interrupt is a specific type of I/O interrupt that notifies the part of the computer containing the I/O interface that a device is ready to be read or otherwise handled but does not indicate which device. The interrupt controller must poll (send a signal out to) each device to determine which one made the request.
Next Steps
-
vectored interrupt
In a computer, a vectored interrupt is an I/O i...
(WhatIs.com) - What do interrupt and polling mean? (SearchDomino.com)
The alternative to a polled interrupt is a vectored interrupt , an interrupt signal that includes the identity of the device sending the interrupt signal.
Tech TalkComment
Share
Comments
Results
Contribute to the conversation