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
The only state transition that is initiated by the user process itself is __________
AA. Block
BB. Wakeup
CC. Dispatch
DD. None of the mentioned
Correct Answer:
A. A. Block
Explanation:
The only state transition that is initiated by the user process itself is block. Whenever a user process initiates an I/O request it goes into block state unless and until the I/O request is not completed.