...
Question 4892 – UGC NET CS 2018-DEC Paper-2
November 30, 2023
Process-Scheduling
November 30, 2023
Question 4892 – UGC NET CS 2018-DEC Paper-2
November 30, 2023
Process-Scheduling
November 30, 2023

Process-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?

A
Round-Robin
B
Shortest-Job-First
C
Highest-Response-Ratio-Next
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *