Arrival, Burst, Completion, Turnaround, Waiting and Response time in CPU Scheduling Operating System

Описание к видео Arrival, Burst, Completion, Turnaround, Waiting and Response time in CPU Scheduling Operating System

Arrival Time: when a process enters a ready state.
Burst Time/Execution Time (Duration): It is the time the process requires to complete execution. It is also called running time.
Completion (Finish/exit) Time: when the process is complete and exits from a system.
Turn around time: Completion time-arrival time
Waiting time: Turn around time- burst time.
Response time: {The time at which a process got CPU first time} - {Arrival time}

Комментарии

Информация по комментариям в разработке