This is an OS simulation that has been implemented by the CPU scheduling algorithms such as:
- First Come, First Serve (FCFS)
- Round Robin (RR)
- Shortest Job First (SJF)
- MultiLevel Feedback Queue (MLFQ) :
- First queue: RR Time Quantum 8 ms
- Second queue: RR with time Quantum 16 ms
- Third queue: FCFS

