Difficulty: Easy
Correct Answer: 8 address pins and 4 data pins
Explanation:
Introduction / Context:
Memory device pin counts follow directly from the required address space and data width. This problem reinforces binary addressing calculations for ROM/EPROM devices.
Given Data / Assumptions:
Concept / Approach:
Since 256 = 2^8, we need 8 address lines (A0…A7) to uniquely select a word. The data width is 4 bits, so we need 4 data pins (D0…D3) to read out a nibble from the selected location.
Step-by-Step Solution:
Verification / Alternative check:
Cross-check with standard memory organizations: 1K × 8 uses 10 address pins; 256 × 4 is smaller, so 8 address pins is consistent.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
int
range of −32768 to +32767)?
Discussion & Comments