Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. Consider a set of n tasks with known runtimes r1, r2, ...rn to be run on a uniprocessor machine. Which of the following processor scheduling algorithms will result in the maximum throughput?
    1. Round Robin
    2. Shortes Jobs First
    3. Highest Response Ratio Next
    4. First Come First Served
Correct Option: B

Here the running times r1 to rn are already known, single processor system. In this scenario, throughput i.e. CPU is maximum utilized in shortest job first scheduling.



Your comments will be displayed only after manual approval.