Ask Question
15 July, 02:03

Can anyone explain and know how to do this question?

What are the lowest and highest addresses in a 2^20 byte memory in which a four-byte word is the smallest addressable unit?

+2
Answers (1)
  1. 15 July, 04:46
    0
    A byte is 8 bits. In a 2^2 byte memory, you have 4 bytes. The lowest starts at 0 and the highest is at 3 bytes or 2^2 - 1. I f the bytes are contiguous (they are juxtaposed - touching each other rather than spread out) then you can fit all 4 bytes into a 4 byte memory perfectly.

    A word is just a grouping of bytes and it implies that the word is some meaningful piece of data, whereas a byte is not necessarily a meaningful piece of data.

    In a 4 byte word, 2^22 bytes are available to store words. Lowest address is at 0 and the highest address is 2^22 - 1.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Can anyone explain and know how to do this question? What are the lowest and highest addresses in a 2^20 byte memory in which a four-byte ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers