Question: Each logical address used in a process is considered to be a pair (<em>p<sub>i,</sub>b<sub>i</sub></em>), where <em>p<sub>i </sub></em> is a page number and <em>b<sub>i </sub></em> is the byte number in <em>p<sub>i, </sub></em>Each page is of size <em>s</em> And 0 ≤ <em>b<sub>i </sub></em><em><sub> </sub></em>< s .The effective memory address of a logical address (<em>p<sub>i,</sub>b<sub>i</sub></em>) is computed as follows:
Answer:
MCQ: Each logical address used in a process is considered to be a pair (<em>p<sub>i,</sub>b<sub>i</sub></em>), where <em>p<sub>i </sub></em> is a page number and <em>b<sub>i </sub></em> is the byte number in <em>p<sub>i, </sub></em>Each page is of size <em>s</em> And 0 ≤ <em>b<sub>i </sub></em><em><sub> </sub></em>< s .The effective memory address of a logical address (<em>p<sub>i,</sub>b<sub>i</sub></em>) is computed as follows:
Correct Answer:A. effective memory address of a logical address (<em>p<sub>i,</sub>b<sub>i</sub></em>) = Start address of the Segment containing page <em>p<sub>i </sub></em> + <em>b<sub>i</sub></em>