Difficulty: Easy
Correct Answer: bad RAM
Explanation:
Introduction / Context:
Parity errors historically occur when memory parity checks detect a mismatch between stored and checked bits. Recognizing the most likely culprit speeds troubleshooting during boot failures, intermittent crashes, or POST beeps.
Given Data / Assumptions:
Concept / Approach:
Parity or ECC mechanisms validate RAM integrity. A parity error indicates that at least one data bit does not match the stored parity, pointing directly to faulty RAM modules or memory subsystem issues (socket, trace, timing). While software bugs can cause crashes, they do not cause hardware parity mismatches at the physical memory level.
Step-by-Step Solution:
Verification / Alternative check:
Swapping DIMMs, running memory diagnostics, reseating modules, or testing one stick at a time commonly isolates the failing memory, confirming the diagnosis.
Why Other Options Are Wrong:
Common Pitfalls:
Ignoring motherboard slots and timings; mixing mismatched modules; overlooking oxidized contacts causing intermittent parity errors.
Final Answer:
bad RAM
Discussion & Comments