Difficulty: Easy
Correct Answer: The most significant address line is stuck high or low.
Explanation:
Introduction / Context:
When system firmware or diagnostic tools report half of an expected memory capacity, it often indicates an addressing issue rather than a complete module failure. Understanding how address lines map the accessible space helps quickly isolate the fault.
Given Data / Assumptions:
Concept / Approach:
If a most significant address (MSA) line is stuck at 0 or 1, the system can only access half the address space because it cannot toggle into the higher or lower half. Therefore the reported capacity becomes 1/2 of the true size. This is a classic symptom of a stuck MSB address line or a break in the address path.
Step-by-Step Solution:
Verification / Alternative check:
Technicians often probe the address bus or perform boundary tests that flip the high address bit. If content mirrors every 32 MB block, it indicates the MSB cannot change state, confirming the diagnosis.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
The most significant address line is stuck high or low.
Discussion & Comments