-
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?
-
- Round Robin
- Shortes Jobs First
- Highest Response Ratio Next
- First Come First Served
- Round Robin
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.