1,934 views
0 votes
0 votes

Virtual memory increases  degree of multiprogramming

Virtual memory  decreases degree of multiprogramming

Degree of multiprogrammoing means number of process is in memory. (and I think memory here is primary memory and not secondary memory such as disk or magnetic tape)

So, virtual memory must decreses use of main memory. But according to prediction it is wrong. Where Am I getting wrong?

1 Answer

0 votes
0 votes
  • The number of process is present in main memory at any point of time is colled degree of multiprog.

  • In virtual memory concept when process size is large then we can store part of the process in main mem which is required.

  • So we can keep more number of process in main memory which is required . So it increse the degree of multiprog
  • In earlier it is implemented bcz process size is larger.but it also implemented as only those pages is put in main mem which is required.
  •  
reshown by

Related questions

2 votes
2 votes
0 answers
1
2 votes
2 votes
1 answer
2
3lurryface asked Jan 9, 2019
1,105 views
If there is 2 or more level paging for processes, is it possible to have more than 1 page fault while accessing any single addressable unit(byte or word) ?
1 votes
1 votes
1 answer
3
Na462 asked Sep 29, 2018
719 views