A memory in 64bit architecture has size 1,024Mbytes (note that 1,024 =
2^10).
1)How many 64-bit words is its capacity? How much is this capacity in bits? How
much is the same capacity in bytes?
2)How many cells does this memory have? If we want to be able to reference every
cell of this memory, how many digit addresses shall we use?
3)If we want additionally to reference every 2-bytes of every 64-bit word in this memory with binary addresses how much should be the length of the addresses? Give the address (in binary, or hexadecimal ) of the second pair of bytes in the 257th cell of this memory.