Answer:
Interrupt is a signal send by external device to the processor so as to request the processor to perform a particular work.
A signal informing a program that an event has occurred. When a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).
A signal informing a program that an event has occurred. When a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal).
Previous Question | Next Question |
What is cache memory? | Difference between static and dynamic RAM? |