Which concept is defined as follows: a CPU scheduling algorithm that assigns a fixed time slice to each process in a cyclic order?
- A. Starvation
- B. Swapping
- C. Batch operating system
- D. Round robin scheduling ✓
Correct answer
D. Round robin scheduling
Explanation
Round robin scheduling refers to a CPU scheduling algorithm that assigns a fixed time slice to each process in a cyclic order.