How many bits are required to address a 8G X 64 main memory
How many bits are required to address a 8G X 64 main memory if
a)Main memory is byte addressable?
b) Main memory is word addressable?
Solution
1G= 240. So taking this in the calculation we can have.
a) Byte addressable: 8G x 64 = 23 x 240 x 23 (8 bytes, or 64 bits) = 246, or 46 bits
b) Word addressable: 8G x 64 = 23 x 240 x 22 (4 word, or 64 bits) = 245, or 45 bits
