in Operating System edited by
1,830 views
3 votes
3 votes

The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by

  1. page size
  2. physical size of memory
  3. the instruction set architecture
  4. number of processes in memory
in Operating System edited by
by
1.8k views

3 Comments

edited by
2
2

1 Answer

1 vote
1 vote
There are two important tasks in virtual memory management: a page-replacement strategy and a frame-allocation strategy. Frame allocation strategy says gives the idea of minimum number of frames which should be allocated. The absolute minimum number of frames that a process must be allocated is dependent on system architecture, and corresponds to the number of pages that could be touched by a single (machine) instruction.
So, it is instruction set architecture i.e. option (C) is correct answer.
by
Answer:

Related questions