edited by
12,241 views
32 votes
32 votes

The essential content(s) in each entry of a page table is / are

  1. Virtual page number

  2. Page frame number

  3. Both virtual page number and page frame number

  4. Access right information

edited by

2 Answers

Best answer
30 votes
30 votes

It is (B).

The page table contains the page frame number essentially.

edited by
8 votes
8 votes
A page table entry contains

Present bit

Modify bit

Other control bits

And frame number.

And, page number is used to index this table.

Hence, B) is essential anytime.
reshown by
Answer:

Related questions

15.0k
views
4 answers
35 votes
Kathleen asked Sep 22, 2014
15,027 views
A multilevel page table is preferred in comparison to a single level page table for translating virtual address to physical address becauseIt reduces the memory ... helps to reduce the number of page faults in page replacement algorithms.
14.3k
views
3 answers
23 votes
Kathleen asked Sep 22, 2014
14,311 views
Consider a binary max-heap implemented using an array.Which one of the following array represents a binary max-heap?$\left\{25,12,16,13,10,8,14\right\}$ ... ,14,16,13,10,8,12\right\}$\left\{25,14,12,13,10,8,16\right\}$
5.0k
views
1 answers
5 votes
Kathleen asked Sep 22, 2014
5,033 views
Consider the following statements about the cyclomatic complexity of the control flow graph of a program module. Which of these are TRUE? The cyclomatic complexity of a ... path coverage testing.I and IIII and IIII and IIII, II and III
21.6k
views
7 answers
46 votes
Kathleen asked Sep 22, 2014
21,568 views
The above DFA accepts the set of all strings over $\{0,1\}$ that begin either with $0$ or $1$.end with $0$.end with $00$.contain the substring $00$.