An interrupt is a signal that temporarily halts the CPU’s current execution to handle an event. Interrupts allow systems to respond quickly to hardware and software events. They are fundamental to multitasking and I/O handling. Example: A keyboard interrupt generated when a key is pressed.