[OS Scheduler Practice ①] FCFS Algorithm
FCFS Algorithm — First Come, First Served
When multiple processes are waiting to use the CPU, how should the OS decide who goes first?That’s where CPU scheduling comes into play — and the simplest algorithm among them is FCFS (First Come, First Serve...
psk-study.hashnode.dev4 min read