adplus-dvertising
frame-decoration

Question

The degree of multi-programming is :

a.

the number of processes executed per unit time

b.

the number of processes in the ready queue

c.

the number of processes in the I/O queue

d.

the number of processes in memory

Answer: (d).the number of processes in memory

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The degree of multi-programming is :

Similar Questions

Discover Related MCQs

Q. Several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called a(n) ____.

Q. Which process can be affected by other processes executing in the system?

Q. When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called

Q. If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called

Q. Which one of the following is a synchronization tool?

Q. A semaphore is a shared integer variable

Q. Mutual exclusion can be provided by the

Q. When high priority task is indirectly preempted by medium priority task effectively inverting the relative priority of the two tasks, the scenario is called

Q. Process synchronization can be done on

Q. A monitor is a module that encapsulates

Q. To enable a process to wait within the monitor,

Q. Restricting the child process to a subset of the parent’s resources prevents any process from :

Q. A parent process calling _____ system call will be suspended until children processes terminate.

Q. Cascading termination refers to termination of all child processes before the parent terminates ______.

Q. With ……………. only one process can execute at a time; meanwhile all other process are waiting for the processor. With ………….. more than one process can be running simultaneously each on a different processor.

Q. In UNIX, each process is identified by its :

Q. In UNIX, the return value for the fork system call is _____ for the child process and _____ for the parent process.

Q. The child process can :

Q. The child process completes execution,but the parent keeps executing, then the child process is known as :

Q. Inter process communication :