Operating System Cpu Scheduling Algorithms 1
Q What is FIFO algorithm?
  • A A. First executes the job that came in last in the queue
  • B B. First executes the job that came in first in the queue
  • C C. First executes the job that needs minimal processor
  • D D. First executes the job that has maximum processor needs
Leave a Comment