Difficulty: Easy
Correct Answer: True
Explanation:
Introduction / Context:
Parity memory implements a simple error-detection bit alongside each byte or word of RAM. When a parity error is reported by the BIOS or operating system, technicians need to infer the most likely cause to guide troubleshooting.
Given Data / Assumptions:
Concept / Approach:
A parity error occurs when the parity bit does not match the recomputed parity of the data, signaling corrupted data in memory. The most typical root cause is faulty RAM cells or marginal modules. Less commonly, parity errors can arise from motherboard trace issues, incorrect timing, or a failing memory controller. However, the standard field interpretation is “suspect bad RAM first.”
Step-by-Step Solution:
Verification / Alternative check:
Swapping RAM and reproducing the error on a specific module or slot confirms hardware involvement. Stable operation with replacement RAM verifies the diagnosis.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming software alone causes parity errors; overlooking oxidized contacts; mixing module speeds; ignoring that ECC memories can correct single-bit errors and report others differently from simple parity.
Final Answer:
True
Discussion & Comments