Question 4892 – UGC NET CS 2018-DEC Paper-2
November 30, 2023Process-Scheduling
November 30, 2023Process-Scheduling
Question 7 |
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 | |
Shortest-Job-First | |
Highest-Response-Ratio-Next | |
First-Come-First-Served |
Question 7 Explanation:
First we know what is throughput. It means total number of tasks executed per unit time. SJF executes shortest job very early so throughput increases in the case of SJF.
Correct Answer: B
Question 7 Explanation:
First we know what is throughput. It means total number of tasks executed per unit time. SJF executes shortest job very early so throughput increases in the case of SJF.