Computer Science, asked by superghostgamersgg, 7 months ago

The process that works on First Come First Serve basis.​

Answers

Answered by crazygirl60
0

Answer:

First Come First Serve (FCFS)

  • Jobs are executed on first come, first serve basis. It is a non-preemptive, pre-emptive scheduling algorithm. Easy to understand and implement. Its implementation is based on FIFO queue.
Similar questions