Computer Science, asked by ujji6411, 1 year ago

Explain the following Interrupt driven I/O.

Answers

Answered by Student213
0

Interrupts. An alternative scheme for dealing with I/O is the interrupt-driven method. Here the CPU works on its given tasks continuously. When an input is available, such as when someone types a key on the keyboard, then the CPU is interrupted from its work to take care of the input data.

Similar questions