Recent questions tagged process-scheduling

0 votes
1 answer
393
Round robin scheduling or shortest job first scheduling,which one has better average turnaround time?
3 votes
1 answer
396
A process in which of the following state is best suited for swapping into main memory?(A) Ready Suspended (B) Blocked Suspended (C) Running ...
1 votes
1 answer
399
2 votes
1 answer
400
3 votes
2 answers
401
If the waiting time for a process is p and there are n processes in the memory then the CPU utilization is given by,a. $\frac{p}{n}$b. $p^{n}$c. $1-p^{n}$d. $n-p^{n}$
6 votes
4 answers
402
Answer to the above question is (C). I am unable to understand that how can a process in ready state can get blocked. Please give an explanation.
3 votes
2 answers
403
Between Round robin and shortest job first CPU scheduling algorithm which one has better average turnaround time?
11 votes
10 answers
405
Suppose two jobs, each of which needs $10$ minutes of CPU time, start simultaneously. Assume $50\%$ I/O wait time. How long will it take for both to complete, if they run...
2 votes
4 answers
406
6 votes
2 answers
407
Which of the following Algorithm favour CPU bound Bound process ?1) RR  2) FCFS  3) Multilevel feedback queueoption are : a)  1 onlyb) 2 onlyc) 1 and 2 onlyd) 1 and 3 ...
35 votes
6 answers
413
The maximum number of processes that can be in $\textit{Ready}$ state for a computer system with $n$ CPUs is :$n$$n^2$$2^n$Independent of $n$
27 votes
1 answer
416
We wish to schedule three processes $P1$, $P2$ and $P3$ on a uniprocessor system. The priorities, CPU time requirements and arrival times of the processes are as shown be...
30 votes
4 answers
417
The arrival time, priority, and duration of the CPU and I/O bursts for each of three processes $P_1, P_2 $ and $P_3$ are given in the table below. Each process has a CPU ...