Q. What is FIFO algorithm? (Solved)
1. first executes the job that came in last in the queue
2. first executes the job that came in first in the queue
3. first executes the job that needs minimal processor
4. first executes the job that has maximum processor needs
- b. first executes the job that came in first in the queue