Difficulty: Easy
Correct Answer: 10
Explanation:
Introduction / Context:
Historical DRAM parts commonly multiplexed row and column addresses to limit package pins. Recognizing typical address-pin counts helps in decoding maps and designing compatible memory controllers for legacy systems or educational labs.
Given Data / Assumptions:
Concept / Approach:
Many classic high-density DRAMs expose 10 external address pins that are time-multiplexed by RAS and CAS strobes (10 for row and the same 10 for column internally). This supports large address spaces without requiring 20 physical address pins. Thus, the package typically lists A0–A9 for addresses, for a total of 10 external address inputs.
Step-by-Step Solution:
Verification / Alternative check:
Typical datasheets for 1 Mbit-era DRAMs show 10 address inputs, consistent with multiplexing and common package pin budgets of that generation.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing internal logical address width with the count of external address pins; overlooking multiplexing’s impact on pin budgeting.
Final Answer:
10
Discussion & Comments