Please enable JavaScript.
Coggle requires JavaScript to display documents.
Process Scheduling (Scheduling Algorithm (Shortest Job First Scheduling…
Process Scheduling
Scheduling Algorithm
-
-
First Come First Serve
non-preemptive,first come,first serve
-
:-1::skin-tone-2: convoy effect
(short process queue behind long process )
-lowers CPU and deivce utlization
-
-
-
-
-
-
CPU Scheduler
when CPU bcomes idle,a process is chosen to b executed
-
-