Recent questions tagged process-scheduling

1 votes
0 answers
242
sequence _______ is The an optional non-preemptive scheduling sequence for the following jobs which leaves the CPU idle for ______ unit (s) of time. {1,2,3},5 {3,2,1},0 ...
0 votes
0 answers
244
can interruptput a process from running to ready queue??plz give a scenario(except process scheduling) in which running process dispatch to ready queue.
2 votes
3 answers
249
0 votes
0 answers
250
Where is the difference between in a single processor system and a multiprocessor system , in calculating turned around time(with Burst Time and IO time)
3 votes
1 answer
254
1 votes
1 answer
258
If inefficiency of scheduling algorithm is $\frac{Burst Time wasted}{Total Burst Time} X 100$Why do we have to multiply with 100?
4 votes
1 answer
259
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 i...
0 votes
1 answer
261
0 votes
1 answer
262
4 votes
1 answer
266
Consider a system having n CPUs, k processes, and k n. Calculate the upper bound for the number of processes in the READY, RUNNING and BLOCKED states 1 k, k, k. 2 n, n...
6 votes
1 answer
267
Consider the dependency graph . at what time all processes complete the execution given a 2-CPU processor
5 votes
1 answer
269
What is the correct sequence of the functions -Scheduling, dispatching, and context switching.