A process residing in Main Memory and Ready and Waiting for execution, is kept…

2018

A process residing in Main Memory and Ready and Waiting for execution, is kept on

  1. A.

    Execution Queue

  2. B.

    Job Queue

  3. C.

    Ready Queue

  4. D.

    Wait Queue

Attempted by 878 students.

Show answer & explanation

Correct answer: C

Answer: Ready Queue

Explanation: A process that is resident in main memory and is ready and waiting for execution is placed in the ready queue. The ready queue contains all processes that are prepared to run but are waiting for the CPU scheduler to dispatch them.

  • Job Queue: Holds jobs waiting to be admitted into main memory (often on disk).

  • Ready Queue: Contains processes in main memory that are ready to run and waiting for CPU allocation.

  • Execution Queue: Refers to processes currently executing on the CPU (i.e., running).

  • Wait Queue: Holds processes that are blocked, waiting for I/O or some event to occur.

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

Explore the full course: Mppsc Assistant Professor