A hardware or software signal that causes a computer to stop executing its instruction stream and switch to another stream.
Software interrupts are triggered by application or other programs. Hardware interrupts are caused by external events, to notify software so it can deal with the events.
Context Categories:
Computer System