Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

how this example in computer architecture is possible for main memory?

I read my notes as follows:

This Example

My challenge is how it’s possible that we have (2^14)-1 words? how it was calculated?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

we have 2^16 addressable unit divide by 2^1 (1 byte or 8 bit) makes 2^15 not 2^14. where is my wrong?

>Solution :

The addressable units are bytes. With 16 bit addressing, that’s 2^16 of them. 32 bit words are 4 bytes, so 2^16 / 4 (or 2^2) = 2^14.

That’s assuming the addressing of words must be word-aligned. If words can be byte aligned, words can overlap, with one word starting at each byte (except the top or memory). That’s not the normal case though.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading