In which scheduling algorithm does the CPU time get divided into fixed time slices?
Q1. In which scheduling algorithm does the CPU time get divided into fixed time slices?
Answer: Round Robin
Explanation: Round Robin scheduling divides CPU time into fixed time slices (time quanta), allocating each process a turn.