Recent questions tagged process-scheduling

0 votes
0 answers
153
Which is having minimum avg waiting time among all other algorithms shortest job first or srtf?
1 votes
1 answer
155
In which of the following case CPU utilization will be higher?(a) If all the processes are I/O bound(b) Is all the processes are equally CPU bound and I/O bound(c) If all...
0 votes
0 answers
157
Does increasing number of threads decrease total waiting time of the process in terms of round robin scheduling or does it remain the same?Can you please explain why
1 votes
1 answer
158
I have solved this but not getting the answer…. will any one verify its correctness plzThank you:)
0 votes
1 answer
172
Which of the following ALWAYS gives MINIMUM average waiting time and minimum average Turn around time SJF (Non preemptive)SRTF (Preemptive)
1 votes
3 answers
173
Identify the true statement from the given statements.FIFO is non-preemptiveRound robin is non-preemptiveMultilevel Queue Scheduling is non-preemptive$1$$1$ and $2$$1$, $...
0 votes
0 answers
179
0 votes
0 answers
180
If the mode for scheduling is not mentioned whether to do preemptive or non preemptive which one should we take when solving Gate questions?