Computer Science, asked by Tankion9161, 1 month ago

What is the purpose of interrupts?

Answers

Answered by itsesarthak
1

Answer:

Interrupts are commonly used by hardware devices to indicate electronic or physical state changes that require attention. Interrupts are also commonly used to implement computer multitasking, especially in real-time computing. Systems that use interrupts in these ways are said to be interrupt-driven.

Similar questions