Given the assumptions above and the page table below, translate the following virtual addresses (expressed as base ten integers) to physical addresses (also base ten integers). If the corresponding...


Given the assumptions above and the page table below, translate the following virtual<br>addresses (expressed as base ten integers) to physical addresses (also base ten<br>integers). If the corresponding page is not resident in memory (NR), indicate a page<br>fault.<br>2.<br>Hint: rather than translating these values to binary or hexadecimal, you can use the<br>following formulas:<br>= virtualAddress/pageSize] where x is x rounded down to the<br>рageNum<br>nearest integer<br>offset<br>dividing x by y.<br>= virtualAddress mod pageSize where x mod y is the remainder after<br>physicalAddress frameNum x pageSize offset.<br>Show your work<br>

Extracted text: Given the assumptions above and the page table below, translate the following virtual addresses (expressed as base ten integers) to physical addresses (also base ten integers). If the corresponding page is not resident in memory (NR), indicate a page fault. 2. Hint: rather than translating these values to binary or hexadecimal, you can use the following formulas: = virtualAddress/pageSize] where x is x rounded down to the рageNum nearest integer offset dividing x by y. = virtualAddress mod pageSize where x mod y is the remainder after physicalAddress frameNum x pageSize offset. Show your work
(a) VA 0<br>Page<br>Frame #<br>0<br>3<br>(b) VA 4095<br>1<br>NR<br>(c) VA 4096<br>2<br>2<br>(d) VA 10000<br>4<br>NR<br>(e) VA 20000<br>5<br>NR<br>(f) VA 30000<br>1<br>7<br>NR<br>O N<br>Ln ON<br>

Extracted text: (a) VA 0 Page Frame # 0 3 (b) VA 4095 1 NR (c) VA 4096 2 2 (d) VA 10000 4 NR (e) VA 20000 5 NR (f) VA 30000 1 7 NR O N Ln ON

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here