MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Operating System
Process Scheduling Queue
Q
Suppose that a process is in “Blocked” state waiting for some I/O service. When the service is completed, it goes to the __________
AA. Running state
BB. Ready state
CC. Suspended state
DD. Terminated state
Correct Answer:
B. B. Ready state
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.