If the size of the program counter is 16 bits, what can be the maximum size of the memory in computer architecture provided the data width is 8 bits?
1
Expert's answer
2019-08-23T15:40:26-0400
The size of the program counter (16 bits) sets the maximum number of addressable memory cells – 216. The size of each memory cell is 8 bits (one byte). So, the maximum size of memory is 216 bytes (65,536 bytes – 64kB).
Comments
Leave a comment