InterviewSolution
Saved Bookmarks
| 1. |
Which is the most optimal scheduling algorithm?(a) FCFS – First come First served(b) SJF – Shortest Job First(c) RR – Round Robin(d) None of the mentionedI have been asked this question by my school principal while I was bunking the class.The question is from CPU Scheduling Algorithms-2 topic in section CPU Scheduling of Operating System |
|
Answer» The correct OPTION is (b) SJF – SHORTEST Job First |
|