edited by
535 views

2 Answers

1 votes
1 votes
In Shortest Job First the priority is given to the shortest job first . So it is also a kind of priority scheduling algorithm . In priority scheduling algorithm generally the priority are given earlier based on user defined parameter whereas in SJF the priority is on the basis of the burst time. That is why 2 is also correct
1 votes
1 votes
1. TQ is infinite then RR is same as FCFS. ence FCFS is subset of RR.

2. In SJF priority is same as burst time. Hence subset of priority scheduling.

So C is correct.

Related questions

2.7k
views
1 answers
0 votes
Prince Sindhiya asked Dec 16, 2018
2,657 views
Dispatcher module gives control of the CPU to the process selected by the short-term scheduler; thisinvolves1 switching context2.jumping to the proper location in the user ... to user mode4. All the aboveANSWER IS DI AM NOT GETTING 2 AND 3
901
views
1 answers
0 votes
Prince Sindhiya asked Dec 16, 2018
901 views
CPU bound jobs will hold CPU until exit or I/O. Long periods where no I/O requests issued, and theCPU is held resulting in poor I/O device utilization. This degradation in ... inwhich of the following?(A)SJF ( B) RR (C)FCFS (D)SRTF
711
views
0 answers
2 votes
Prince Sindhiya asked Dec 16, 2018
711 views
which one of the following is true.1. round-robin scheduling minimizes average completion time.2. during periods when the processor spends all ... priority scheduling minimizes average waiting time4. srtf could maximize the cpu utilization
536
views
0 answers
0 votes
Prince Sindhiya asked Dec 12, 2018
536 views
Consider the following table:PidBTI/OBT$P_0$ 6 4 1$P_1$ 8 6 2$P_2$ 12 8 3Using the shortest ... 44 unit , please tell me that is it required to consider the context switching time here just see it