2. 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
 
 
 
No comments:
Post a Comment