Briefly explain FCFS.
4 years ago
Operating System
FCFS stands for First-come, first-served. It is one type of scheduling algorithm. In this scheme, the process that requests the CPU first is allocated the CPU first. Implementation is managed by a FIFO queue.
Bijay Satyal
Oct 22, 2021