Definition:

  • Interrupts are a key way in which hardware interacts with the operating system.
  • A hardware device triggers an interrupt by sending a signal to the CPU to alert the CPU that some event requires attention.
  • The interrupt is managed by the interrupt handler.