I have been asked the following question
A memory device has 16 address lines and 64 data lines. Calculate the storage capacity of the memory in bytes and kilobytes
I know that if there are 16 address lines, there are 2^16 = 65,536 addressable locations.
How do I use the number of data lines to calculate the storage capacity?
I thought that each addressable location can store 1 bit of information so I don't understand why the datalines are relevant at all