0
21kviews
Explain advantages of interrupt driven I\O over polling. Explain interrupt driven I/O access with one example.

Mumbai University > Electronics Engineering > Sem6 > Computer Organization

Marks: 10M

Year: Dec 2015

1 Answer
0
892views
  • An interrupt is a condition that makes the CPU suspend the current program and execute an ISR.
  • An ISR (Interrupt Service Routine) is a specially written program to service the condition caused the interrupt.
  • After an interrupt is serviced, the CPU returns to the main program, exactly at the next …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.