Question

Given the following list of logical addresses and page table, calculate the physical address of each logical addresses. Page

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question:

Convert Logical Address to Physical Address

Answer:

Calculating Physical Address from Logical Address can be achieved by below Calculation

First Logical Page Number is logical_address / page_size for example 523 / 200 is 2 So corresponding Physical_Page_Number is 3

First find the OFFSET using formula logical_address MOD page_size for example 523 Mod 200 is 123

After finding the offset then find the physical address using formula = physical_page_number X page_size + offset for example 3 X 200 + 123 = 723

As per above formula use converting the logical address to physical address and those values are

logical_address physical_address
5,23 723
2,12 412
3,52 552
4,25 625
5,63 763
Add a comment
Know the answer?
Add Answer to:
Given the following list of logical addresses and page table, calculate the physical address of each...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT