Consider a memory chip with 24 address pins and 16 data pins. How many locations will it accommodate?
Consider a memory chip with 24 address pins and 16 data pins. How many locations will it accommodate? Correct Answer 2<sup>24</sup>
The correct answer is option 1.
Concept:
Memory Chips:
- The number of address pins is related to the number of memory locations.
- The data pins are typically bi-directional in read-write memories. The number of data pins is related to the size of the memory location.
Explanation:
Given that,
Address pins= 24 (is related to the number of memory locations)
Data pins= 16 (It is related to the size of the memory location)
So For 'N-Bits' address pins, the number of locations that will accommodate is 2N.
So For '24-Bits' address pins, the number of locations that will accommodate is 224.
Hence the correct answer is 224.
Additional Information Given that,
Data pins= 16 (It is related to the size of the memory location)
So Each size of the memory location is 16 bits.
So the size of the memory ship is= number of memory locations x size of the memory location
the size of the memory ship is= 224x16.