edited by
713 views
1 votes
1 votes

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 physical memory is four frames.

Page Present (1-In, 0-out) Frame
$0$ $1$ $3$
$1$ $1$ $2$
$2$ $1$ $0$
$3$ $0$ -
  1. $25$
  2. $6169$
  3. $2073$
  4. $4121$

How to solve this

edited by

1 Answer

Best answer
1 votes
1 votes

check this solution @srestha. i have done this assuming that 16 bits is legth of virtual address. And for 4 frames (as given in ques we require 2 bits for frames)

correct me if i'm wrong in concept.

selected by

Related questions

0 votes
0 votes
2 answers
2
kauray asked Dec 21, 2017
689 views
A 32-bit machine has a page/frame size of 1 KB.(i) What is the size of the complete first-level (primary) page table for a process?(ii) If page tables are also stored usi...