Suppose that a process is in “Blocked” state waiting for some I/O service.…
2023
Suppose that a process is in “Blocked” state waiting for some I/O service. When the service is completed, it goes to the __________
Answer: B. Ready state — Answer: b Explanation: Suppose that a process is in “Blocked” state waiting for some I/O service. When the service is completed, it goes to the ready state.…
- A.
Running state
- B.
Ready state
- C.
Suspended state
- D.
Terminated state
Attempted by 632 students.
Show answer & explanation
Correct answer: B
Answer: b
Explanation: Suppose that a process is in “Blocked” state waiting for some I/O service. When the service is completed, it goes to the ready state. Process never goes directly to the running state from the waiting state. Only processes which are in ready state go to the running state whenever CPU allocated by operating system.