engineering computer science MCQ #1851

Which data structure is used to manage the 'ready queue'?

engineering computer science MCQ #1851

  1. Question 1

    Q1. Which data structure is used to manage the 'ready queue'?

    • A) Stack
    • B) Queue
    • C) Tree
    • D) Graph

    Answer: Queue

    Explanation: A queue is used to manage the 'ready queue', where processes wait for CPU allocation.