The project focuses on creating a Process Management Simulator for operating systems. It enables users to simulate process scheduling by generating processes with attributes such as name, arrival time, burst time, and priority. The simulator implements four key scheduling algorithms:
First Come First Serve (FCFS)
Shortest Job Next (SJN)
Priority Scheduling
Round Robin (RR) with a configurable time quantum.