Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Author : Ambrish Tiwari

Interrupts

SIGNAL : One kind of IPC.


HARDWARE INTERRUPT: Also refered to as asynchronous interrupts and are
generated by hardware devices at arbitrary times with respect to the
CPU clock signals.
SOFTWARE INTERRUPT: Also refered to as synchronous interrupts. These
are produced by the CPU control unit while executing instructions. The
control unit issues them only after terminating the execution of an
instruction (eg: exceptions, trap etc).

You might also like