MCQ Hive stays free thanks to ads. Please disable your ad blocker for this site so content and features keep working.
Operating System
Processes
Q
What is the ready state of a process?
AA. When process is scheduled to run after some execution
BB. When process is unable to run until some task has been completed
CC. When process is using the cpu
DD. None of the mentioned
Correct Answer:
A. A. When process is scheduled to run after some execution
Explanation:
Ready state of the process means process has all necessary resources which are required for execution of that process when CPU is allocated. Process is ready for execution but waiting for the CPU to be allocated.