CPU scheduling is a relatively simple idea which is important; because in a single processor system; the process must wait before being executed for the completion; of some I/O request resulting in the waste or loss of processor time as it left idle. This problem is solved using CPU scheduling; as the CPU keeps multiple […]