edited by
30,453 views
35 votes
35 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$
edited by

6 Answers

0 votes
0 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:

Related questions

42 votes
42 votes
5 answers
1
10 votes
10 votes
3 answers
2
go_editor asked Feb 13, 2015
2,199 views
If $\text{ROAD}$ is written as $\text{URDG}$, then $\text{SWAN}$should be written as:$\text{VXDQ}$$\text{VZDQ}$$\text{VZDP}$$\text{UXDQ}$
44 votes
44 votes
5 answers
3
go_editor asked Feb 15, 2015
10,847 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...