Question:medium

In the first come first service (FCFS) scheduling algorithm, which process is executed first?

Show Hint

FCFS scheduling is based entirely on the chronological arrival sequence: First to Arrive = First to be Processed.
Updated On: Jul 9, 2026
  • The process with the shortest burst time
  • The process that arrives first
  • The process with the highest priority
  • The process with the longest burst time
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0