Computer Science, asked by binodk20oybkdq, 1 year ago

difference between vector interrupt and polled interrupt

Answers

Answered by codeist
2
The interrupt controller must poll (send a signal out to) each device to determine which one made the request. The alternative to a polled interrupt is a vectored interrupt , an interrupt signal that includes the identity of the device sending the interrupt signal.
Similar questions