engineering computer science MCQ #1271

What is the 'Round-Robin' scheduling algorithm?

engineering computer science MCQ #1271

  1. Question 1

    Q1. What is the 'Round-Robin' scheduling algorithm?

    • A) A priority-based scheduling algorithm
    • B) A time-slicing scheduling algorithm
    • C) A First-Come-First-Served scheduling algorithm
    • D) A Shortest Job First scheduling algorithm

    Answer: A time-slicing scheduling algorithm

    Explanation: Round-Robin scheduling allocates a fixed time slice (or quantum) to each process, switching between them to achieve fairness and responsiveness.