4. Predictable I/O processing

Predictable I/O processing

Interrupt is always the problematic source of control flow.

Interrupt makes the control flow very unpredictable because it is asynchronous to the program execution.