Suppose that a process is in 'BLOCKED' state waiting for some I/O service.…
2018
Suppose that a process is in 'BLOCKED' state waiting for some I/O service. When the service is completed, it goes to the ____ state.
Answer: B. ready — When a process in the BLOCKED state finishes waiting for I/O, it transitions to the READY state. This occurs because the process is now prepared to execute…
- A.
running
- B.
ready
- C.
suspended
- D.
terminated
Attempted by 1370 students.
Show answer & explanation
Correct answer: B
When a process in the BLOCKED state finishes waiting for I/O, it transitions to the READY state. This occurs because the process is now prepared to execute but requires CPU scheduling before moving to RUNNING.
A video solution is available for this question — log in and enroll to watch it.
Loading lesson…