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