Multiple choice

Which of the following processes of state represents changes from run to ready?

  1. Waiting for user response

  2. Waiting for disk read occurs

  3. Time slices expires

  4. all of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All of the above are state of processes from run to ready like waiting for user response, waiting for disk read occurs and time slices occurs. RUNNING, READ, WAITING OR BLOCKED are states.