What is the 'Round-Robin' scheduling algorithm?
Q1. What is the 'Round-Robin' 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.