5,687 views
4 4 votes

Consider three processes that require 10, 20, 30 units and arrive at time 0, 2, 4. The number of scheduling overheads needed using S.R.T.F. scheduling is 

I think answer is 1 at time t = 10

1 Answer

0 0 votes
Scheduling overhead means The time taken by dispatcher to move the process from ready state to running state.

So here it will be 3.
Position:
Show:

Related questions

1 1 vote
1 1 answer
115
115 views
GO Classes asked Aug 26
115 views
A system uses two feedback queues:$\text{Q1}$: Round Robin with time quantum $10$ ms $\text{Q2}$: Shortest Job First $\text{Q1}$ has higher priority than $\text{Q2}$ New ...
2 2 votes
2 2 answers
275
275 views
GO Classes asked Aug 3
275 views
Four processes arrive at time $0$ in the following order:$P_1,\ P_2,\ P_3,\ P_4$Their CPU burst times are:$P_1=8$$P_2=4$$P_3=2$$P_4=1$Calculate the difference between the...
4 4 votes
1 1 answer
229
229 views
GO Classes asked Jul 18
229 views
Which of the following statements are correct?The CPU dispatcher determines the policy for which process should be run and when. With cooperative multitasking, it is poss...
0 0 votes
0 0 answers
280
280 views
Suleiman_Rock'n_Roll asked Feb 3
280 views
I want to understand how will priority scheduling + round robin for ties will prevent indefinite blocking?