Simulating how operating system schedule processes
- Selecting scheduler type
- Add process information as needed (name, arrival time, priority, burst time)
- Calculating waiting and turnaround time of processes
- Calculating average waiting time and turnaround time
- Displaying Gantt chart of schedule
- First Come First Serve (FCFS)
- Priority Scheduling, Preemptive and Non-preemptive
- Shortest Job First (SJF), Preemptive and Non-preemptive
- Round Robin