Concept Flow - FCFS (First Come First Served)
Processes arrive in order
Queue processes by arrival time
Pick first process in queue
Run process to completion
Remove process from queue
Repeat for next process
All done
FCFS schedules processes in the order they arrive, running each to completion before starting the next.