embedUR systems Interview Question

What are interrupts?

Interview Answer

Anonymous

May 6, 2017

In system programming, an interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention. An interrupt alerts the processor to a high-priority condition requiring the interruption of the current code the processor is executing

1