Answer:
Check the explanation
Step-by-step explanation:
It boosts the CPU scheduler’s task since it must regularly select the process and assign them to CPU for execution. In addition, there will always be a lot of switches from running state to waiting state.
It leads to largely high context switch which is complete overhead. So CPU will use additional time in context switch instead of executing the process which will later leads to under utilization of CPU.
Therefore, the CPU scheduler chooses the well mixture of processes so that CPU is utilized to its maximum capacity.