in Operating System retagged by
2,630 views
1 vote
1 vote

The degree of multi programming is controlled by:

  1. CPU Scheduler
  2. Long-term Scheduler
  3. Context Switching
  4. Medium term Scheduler
in Operating System retagged by
by
2.6k views

1 comment

LongTerm Scheduler loads the processes into mainmemory (readyqueue). 

0
0

2 Answers

0 votes
0 votes

It is also called a job scheduler. A long-term scheduler determines which programs are admitted to the system for processing. It selects processes from the queue and loads them into memory for execution. Process loads into the memory for CPU scheduling.

It also controls the degree of multiprogramming. If the degree of multiprogramming is stable, then the average rate of process creation must be equal to the average departure rate of processes leaving the system.

0 votes
0 votes
Long term scheduler loads newly created processes into main memory. Number of processes in the main memory refers to the degree of multi programming. Hence, Degree of multi programming is controlled by long term scheduler.
Answer:

Related questions