abstract:In Computer Science, Vectored Interrupts are type of I/O interrupts in which the device that generates the interrupt request (also called IRQ in some text books) identifies itself directly to the processor. This is in contrast with comparatively inefficient technique of polling, in which the processor polls - looks up - all the I/O devices connected to the interrupt bus.