In First-Come-First-Served CPU scheduling algorithm when all the other…
2023
In First-Come-First-Served CPU scheduling algorithm when all the other processes wait for one big process to get off the CPU is known as ______.
- A.
Belady's Anomaly
- B.
Aging
- C.
Convoy effect
- D.
Starvation
Attempted by 184 students.
Show answer & explanation
Correct answer: C
In FCFS scheduling, a long process can hold the CPU while shorter processes wait behind it. This is called the convoy effect.