News

Short Term vs. Long Term Scheduling. Most computer operating systems must multi-task. They use a scheduling algorithm that decides which of the many processes can be run at any given time.
There are several algorithms for CPU scheduling; one of them is round robin. Round robin supplies quantum that is same for each of processes. ...