Suppose that a process is in 'BLOCKED' state waiting for some I/O service.…

2018

Suppose that a process is in 'BLOCKED' state waiting for some I/O service. When the service is completed, it goes to the ____ state.

Answer: B. readyWhen a process in the BLOCKED state finishes waiting for I/O, it transitions to the READY state. This occurs because the process is now prepared to execute…

  1. A.

    running

  2. B.

    ready

  3. C.

    suspended

  4. D.

    terminated

Attempted by 1370 students.

Show answer & explanation

Correct answer: B

When a process in the BLOCKED state finishes waiting for I/O, it transitions to the READY state. This occurs because the process is now prepared to execute but requires CPU scheduling before moving to RUNNING.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…