2 Life without interrupts

In order to understand why interrupts are necessary, it is important to first understand what life (for a processor) is like without interrupts.

 2.1 I/O interface
 2.2 To interact with an I/O device by polling
 2.3 Problems with polling