Computer Studies
Operating Systems
Which CPU scheduling algorithm gives each process an equal share of CPU time in turns?
Explanation
Round Robin scheduling gives each process an equal, fixed time slice (quantum) in a circular order, ensuring fair CPU distribution among all processes.
Reference: Computer Studies
, Page 5