2-First Come First Serve(FCFS) CPU Scheduling Algorithm with Example

preview_player
Показать описание
Process Id Arrival time Burst time
P1 0 2
P2 1 2
P3 5 3
P4 6 4

Consider four processes and calculate the average waiting and turnaround times using the FCFS algorithm.
Рекомендации по теме