Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.78 KB

File metadata and controls

51 lines (29 loc) · 1.78 KB

Process Scheduling Calculator

The Process Scheduling Calculator is a web-based application designed to assist in understanding and analyzing various process scheduling algorithms. Built using ReactJS and Bootstrap CSS, this interactive tool calculates waiting time, turnaround time, and generates Gantt charts for multiple scheduling algorithms, making it an invaluable resource for students and professionals in operating systems or computer science.

Demo

CPUSchedulingDemo.mp4

Features

Support for Popular Scheduling Algorithms:

First-Come, First-Served (FCFS) Shortest Job Next (SJN) / Shortest Job First (SJF) Priority Scheduling Round Robin (RR) Multilevel Queue Scheduling

Detailed Outputs:

Calculation of waiting time and turnaround time for each process. Gantt chart visualization for clear and concise representation of process execution order.

Interactive and User-Friendly:

Intuitive user interface designed with Bootstrap CSS. Fully responsive design for seamless use across devices.

Dynamic Input:

Input fields for process IDs, arrival times, burst times, priorities, and quantum (where applicable). Real-time calculations and outputs.

Tech Stack

ReactJS: For building the dynamic and responsive user interface.

Bootstrap CSS: For styling and ensuring a sleek, device-friendly design.

JavaScript: For handling algorithm logic and data manipulation.

How To Use?

  1. Input the number of processes and their respective details (e.g., arrival time, burst time, priority).

  2. Select the desired scheduling algorithm.

  3. View the calculated waiting times, turnaround times, and the generated Gantt chart.

  4. Modify inputs or algorithms as needed to observe different scheduling outcomes.