CPU Scheduling Simulator

Analyze, visualize, and calculate process scheduling

Process ID Arrival Time Burst Time 🗑️

No simulation run yet.

Configure processes and click Run Simulation

CPU Scheduling Assignment

Q. Question Statement

Given the following processes with their respective arrival times and burst times. Compute the Complete Time (CT), Turnaround Time (TAT), Waiting Time (WT), and Response Time (RT) using the scheduling algorithm.

Process ID Arrival Time (AT) Burst Time (BT)

A. Solution & Analysis

1 Gantt Chart

2 Computation Table

PID AT BT CT TAT WT RT

3 Final Computed Metrics

  • Average Turnaround Time: ms
  • Average Waiting Time: ms
  • Average Response Time: ms

System Generated Simulation Report

© Soundarahari P