Shortest Job First - Operating System
Q. We have a uniprocessor machine where a set of n tasks with known run times r1, r2, r3,….rn are to be run. What will be the maximum throughput result of the processor scheduling algorithm?- Published on 27 Aug 15a. Shortest Job First
b. First Come First Served
c. Round Robin
d. Highest Response Ratio Next
ANSWER: Shortest Job First