Question
A process requested disk input and cannot continue until the data arrives. Which state should it enter?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Waiting or blocked
Explanation:
A process waiting for an event, such as I/O completion, is placed in the waiting or blocked state.
It returns to the ready state after the awaited event occurs.
Leave a Reply