Difficulty: Easy
Correct Answer: 2
Explanation:
Introduction / Context:
Designers often combine memory ICs to achieve a desired word width and depth. This question checks your ability to reason about arranging multiple narrow memories in parallel to widen the data bus while keeping the address space the same.
Given Data / Assumptions:
Concept / Approach:
To double data width, place identical RAMs in parallel on the same address lines. One chip provides the lower 4 bits (D3..D0), the other provides the upper 4 bits (D7..D4). The chip enable and write enable signals are shared so both devices respond to the same address and control.
Step-by-Step Solution:
Verification / Alternative check:
Block-diagramming shows two chips tied A0..A9 in common, with data busses concatenated to form D7..D0. This is a standard technique in memory expansion.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
2
Discussion & Comments