When looking at 32k memory how many bitsbytes would there be
When looking at 32k memory how many bits/bytes would there be and how many address lines?
Solution
32K memory will have 32 X 210 = 32 X 1024 = 32768 bits or (32768/8) bytes = 4096 Bytes
Since memory status of 32K is 4096 bytes , there are 4096 memory addresses. Because 4096 = 212 , it require a 12 bits address code to specify one of 4096 addresses.

