Multiple choice

RR stands for

  1. round robin

  2. raw robin

  3. route robin

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

RR stands for Round Robin, a preemptive CPU scheduling algorithm. Each process is assigned a fixed time slice (time quantum) and executes for that duration. If not completed, it moves to the back of the ready queue and cycles through again.