Introduction to CPU Scheduling
CPU scheduling is very necessary in the case of multiprocessor systems. when there are multiple processes to execute, the processor cannot wait until the process is complete. it needs to switch between the processes simultaneously so that the response time of your computer will be high.
CPU should not be kept idle. It should execute...