Which of the following scheduling algorithms selects the process that has been…
2025
Which of the following scheduling algorithms selects the process that has been waiting the longest ?
- A.
Shortest Job First (SJF)
- B.
Round Robin (RR)
- C.
First-Come, First-Served (FCFS)
- D.
Priority Scheduling
Attempted by 164 students.
Show answer & explanation
Correct answer: C
The correct answer is FCFS (First-Come, First-Served). This algorithm selects the process that has been waiting in the ready queue for the longest period of time.