edited by
6,113 views
5 5 votes

A computer has 16 pages of virtual address space but the size of main memory is only four frames. Initially the memory is empty. A program references the virtual pages in the order 0, 2, 4, 5, 2, 4, 3, 11, 2, 10. How many page faults occur if LRU page replacement algorithm is used?

  1. 3
  2. 5
  3. 7
  4. 8

3 Answers

Best answer
10 10 votes

Hence,option(C)7 is the correct choice.

selected by
Answer:
Position:
Show:

Related questions

3 3 votes
4 answers 4 answers
7.0k
7.0k views
go_editor asked Jul 1, 2016
6,950 views
Dirty bit is used to indicate which of the following?A page fault has occurredA page has corrupted dataA page has been modified after being loaded into cacheAn illegal ac...
9 9 votes
4 answers 4 answers
8.9k
8.9k views
Abhi Vs Abhi asked May 18, 2016
8,942 views
Using the page table shown below, translate the physical address 25 to virtual address. The address length is 16 bits and page size is 2048 words while the size of the ph...
6 6 votes
5 answers 5 answers
13.3k
13.3k views
neha singh asked Jun 21, 2016
13,303 views
What is the size of the physical address space in a paging system which has a page table containing 64 entries of 11 bit each (including valid and invalid bit) and a page...
8 8 votes
3 answers 3 answers
5.7k
5.7k views
go_editor asked Jul 1, 2016
5,721 views
Which of the following is not an optimization criterion in the design of a CPU scheduling algorithm?Minimum CPU utilizationMaximum throughputMinimum turnaround timeMinimu...