engineering computer science MCQ #1871

In a Round Robin scheduling algorithm, what is the role of the time quantum?

engineering computer science MCQ #1871

  1. Question 1

    Q1. In a Round Robin scheduling algorithm, what is the role of the time quantum?

    • A) To determine the order of process execution
    • B) To allocate a fixed time slice to each process
    • C) To prioritize processes based on their burst time
    • D) To handle interrupts

    Answer: To allocate a fixed time slice to each process

    Explanation: The time quantum determines the maximum time a process can execute before being preempted and context-switched.