In a Round Robin scheduling algorithm, what is the role of the time quantum?
Q1. In a Round Robin scheduling algorithm, what is the role of the time quantum?
Answer: To allocate a fixed time slice to each process
Explanation: The time quantum determines the maximum time a process can execute before being preempted and context-switched.