4,168 views
4 votes
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 votes
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.

Related questions

205
views
1 answers
0 votes
arpit.jha asked Apr 26
205 views
Hi, All I have a question that in Process Scheduling topic most of the time we need to solve the problem using Gantt chart that's a bit time ... there any faster way to get solutions . Please provide any resource if available.Thanks
456
views
2 answers
1 votes
delxbydelt asked Mar 15
456 views
Consider a uniprocessor system with n processes in the ready queue. Round robin scheduling with time quantum x is used for process scheduling. Assume each process requires kx seconds to complete and ... nkx B) k(nx-1)C) k(nk+n)D) x(nk-n+1)
454
views
1 answers
0 votes
vedantk asked Aug 25, 2023
454 views
Let’s take an example if I am scheduling processes in CPU using FCFS with IO Burst Time, then there will be context switching that requires hardware support. But my Teacher said Non-preemptive Algo’s don’t require hardware support.
1.8k
views
1 answers
1 votes
Syntax-error asked Mar 13, 2023
1,824 views
Consider arrival time and execution time for the following process:-P.id A.T B.T1 2 52 7 ... 1ms time (excluding first and last context switch).then solve it using SRTF(shortest remaining time first)