CPU Scheduling Specifications
|
The main function of this app is solving and graphing different CPU Scheduling algorithms.
The main function of this app is solving and graphing different CPU Scheduling algorithms. The values plot in a bar graph and it gives you the algorithm that computes the average waiting and turnaround time.
To give you some information, CPU scheduling is a process which allows one process to use the CPU while the execution of another process is on hold(in waiting state) due to unavailability of any resource like I/O etc, thereby making full use of CPU. The aim of CPU scheduling is to make the system efficient, fast and fair.