Computer Science, asked by zunairashoukat27, 8 hours ago

DS-3333H, B-1124H Calculate the corresponding physical address for the addressed byte in DS register​

Answers

Answered by devindersaroha43
0

Answer:

Explanation:

How do you calculate physical address?

Image result for Calculate the corresponding physical address for the addressed byte in DS register​

To compute the physical address:

look up the page number in the page table and obtain the frame number.

to create the physical address, frame = 17 bits; offset = 12 bits; then 512 = 29. 1m = 220 => 0 - ( 229-1 ) if main memory is 512 k, then the physical address is 29 bits.

Similar questions