327 views

1 Answer

0 votes
0 votes
A process transitions to a blocked state when it cannot carry on without an external change in state or event occurring. For example, a process may block on a call to an I/O device such as a printer, if the printer is not available. Processes also commonly block when they require user input, or require access to a critical section which must be executed atomically. So process gets blocked from running state.

I think option B is correct.

No related questions found