In the Round Robin process scheduling, each process is assigned a fixed time slice for execution, also known as a time

Round Robin scheduling is a pre-emptive algorithm, meaning that the operating system can forcibly stop a process and switch to the next one after the time is up

Another term for Round Robin scheduling is scheduling

A potential drawback of Round Robin scheduling is inefficient utilization of the CPU when there are many short processes due to frequent context