Interrupt

An interrupt is a signal from a device attached to a computer or from a program within the computer that causes the main program that operates the computer (the operating system) to stop and figure out what to do next. After the interrupt signal is sensed, the computer either resumes running the program it was running or begins running another program.

In Linux you can view the interrupts at /proc/interrupts