A signal created and sent to the CPU that is caused by some action taken by a hardware device. For example, keystroke depressions and mouse movements cause hardware interrupts. See IRQ and interrupt.
The sequence of importance assigned to interrupts. If two interrupts occur simultaneously, the interrupt with the higher priority is serviced first. In some systems, a higher-priority interrupt can ...