Respuesta :

An I/O bound process can't finish because it's waiting for I/O (which is provided by the OS). A CPU bound process can't finish because it can't get scheduled in the processor enough.