Introduction - If you have any usage issues, please Google them yourself
Simulation of CPU scheduling.
It will take on a group of 200 processes and execute them in an orderly fashion based on a particular algorithm the program will follow. The scheduling algorithms include, First Come First Serve, Shortest Job First and Priority. Statistics form included.