Simulation
Get second by second visualization of CPU Processes
Steps :
- Give the input of 5 processes
- Click on Simulate to see the gant-chart.
- Animation followed by visualization and Gantt chart is generated
- A table will be formed which will show process id,Arrival time,Burst time,Completion time, turn around time and waiting time
Terminologies :
- Arrival Time: Time at which the process arrives in the ready queue.
- Burst Time: Time required by a process for CPU execution.
- Completion Time: Time at which process completes its execution.
- Turn around Time: Time difference between completion time and arrival time.
- Waiting Time: Time Difference between turn around time and burst time.