edited by
40,449 views
51 51 votes

The maximum number of processes that can be in $\textit{Ready}$ state for a computer system with $n$ CPUs is :

  1. $n$
  2. $n^2$
  3. $2^n$
  4. Independent of $n$

7 Answers

Best answer
91 91 votes

(D) independent of $n$.

The number of processes that can be in READY state depends on the Ready Queue size and is independent of the number of CPU's.

edited by
9 9 votes
The maximum number of processes that can be in ready  state for a computer system with N CPUs is

-> Independent of N.
6 6 votes

          State                                       Minimum processes   Maximum processes

Ready 0 M
Running 0 N
Blocked/waiting 0 M

where M= total no of processes and N=no of CPU processors

2 2 votes

The maximum number of process that can be in ready state depends on size of the ready queue. But if all the processes can be accommodated in ready queue then maximum of n-1(where n is the total number of processes available) process can be in ready queue as if there stay even a single program in ready queue the cpu has to run a program.

Answer:
Position:
Show:

Related questions

63 63 votes
8 answers 8 answers
32.6k
32.6k views
go_editor asked Feb 15, 2015
32,621 views
For the processes listed in the following table, which of the following scheduling schemes will give the lowest average turnaround time?$$\small \begin{array}{|c|c|c|} \h...
18 18 votes
6 answers 6 answers
6.4k
6.4k views
go_editor asked Feb 13, 2015
6,383 views
If $\text{ROAD}$ is written as $\text{URDG}$, then $\text{SWAN}$should be written as:$\text{VXDQ}$$\text{VZDQ}$$\text{VZDP}$$\text{UXDQ}$
62 62 votes
8 answers 8 answers
17.4k
17.4k views
go_editor asked Feb 15, 2015
17,370 views
Let $G$ be a connected undirected graph of $100$ vertices and $300$ edges. The weight of a minimum spanning tree of $G$ is $500$. When the weight of each edge of $G$ is i...
63 63 votes
5 answers 5 answers
21.2k
21.2k views
go_editor asked Feb 14, 2015
21,232 views
Consider the following statements.TCP connections are full duplexTCP has no option for selective acknowledgementTCP connections are message streamsOnly I is correctOnly I...