Q. The FIFO algorithm (Solved)
1. executes first the job that last entered the queue
2. executes first the job that first entered the queue
3. executes first the job with the least processor needs
4. executes first the job that has been in the queue the longest
- b. executes first the job that first entered the queue