Q
Medium 1 Mark
Computer Studies Operating Systems
Which CPU scheduling algorithm assigns the CPU to the process that arrives first?
Explanation
First Come First Serve (FCFS) assigns the CPU to the process that arrives first in the queue — just like a regular queue system.
Reference: Computer Studies , Page 5
Hint
The name itself describes the rule.