Interrupt
A break in the normal flow of a program or system that occurs in such a way that the flow can be resumed from that point at a later time. Interrupts are initiated by two types of signals:
- Signals originating outside the computer system to synchronise the operation of the computer system with the outside world.
- Signals originating within the computer system to synchronise the operation of the computer system with the outside world.
