Multiple choice

Time slicing is also known as

  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

Time slicing is a scheduling technique where each process is given a fixed time quantum to execute. This is also known as Round Robin scheduling, where processes cycle through execution in equal time slices.