Describe the concept of time quantum in CPU scheduling.
In CPU scheduling, a time quantum (also known as a time slice or quantum slice) refers to the maximum amount of time that a process can occupy the CPU in one continuous session before the operating system switches to another process. It is a fundamental parameter in preemptive scheduling algorithms like Round Robin, ensuring fair allocation of CPU time among competing processes.