Multiple choice

FCFS stands for

  1. first-come-first served

  2. first-come-fast-served

  3. fast-come-first-served

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

FCFS (First-Come, First-Served) is the simplest CPU scheduling algorithm. Processes are scheduled in the order they arrive in the ready queue, following a FIFO (First In, First Out) discipline.