Difficulty: Easy
Correct Answer: Eight
Explanation:
Introduction / Context:
Designers often widen memory data paths by placing multiple narrow RAM ICs in parallel. This question tests the principle of data width expansion without changing address depth.
Given Data / Assumptions:
Concept / Approach:
To increase word length from 1 bit to 8 bits while keeping the same number of addresses, connect eight identical 8 k × 1 chips in parallel on A0..A12 and control pins. Each chip supplies one bit of the 8-bit data bus (D7..D0).
Step-by-Step Solution:
Verification / Alternative check:
A quick block diagram shows eight chips with common address and enable signals, outputs OR rather “wired” onto separate data lines forming an 8-bit bus.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Eight
Discussion & Comments