397 views
4 votes
4 votes

Which of the following statements about CPU scheduling algorithms is/are TRUE? (Mark all the appropriate choices)

  1. Shortest Job First (SJF) algorithm is optimal with respect to the average turn around time.
  2. SJF algorithm is optimal with respect to the average waiting time.
  3. SJF algorithm may lead to starvation.
  4. SJF algorithm guarantees a better or same average turn around time, as First Come First Served algorithm

1 Answer

Best answer
3 votes
3 votes
SJF algorithm is optimal with respect to the average waiting time and average turn around time. But there is a possibility for a long process to starve. So, all options are TRUE.
selected by
Answer:

Related questions

4 votes
4 votes
1 answer
1
8 votes
8 votes
1 answer
3
gatecse asked Nov 15, 2020
606 views
The degree of multi-programming in an operating system is affected by(Mark all the appropriate choices)long-term schedulershort-term schedulermedium-term schedulerjob sch...