PC diagnostics and memory integrity: A parity error reported by the BIOS or operating system usually indicates a problem with which subsystem?
-
Amemory
-
Bhard drive
-
Chard drive controller
-
DI/O controller
-
Epower supply
Answer
Correct Answer: memory
Explanation
Introduction / Context:Parity memory adds a single parity bit to each byte or word of data so that errors can be detected when data is read back. When a computer reports a “parity error,” technicians must decide which subsystem is most likely at fault to guide rapid troubleshooting.
Given Data / Assumptions:
- A legacy or parity-capable system is in use (parity or ECC memory enabled).
- The error message references a parity/ memory check failure during POST or runtime.
- No prior evidence of severe power or storage corruption is provided.
Concept / Approach:
A parity error occurs when the recomputed parity of a data word read from RAM does not match the stored parity bit. This implies that the data stored in memory was altered unexpectedly, most commonly by a failing DRAM cell, a marginal module, or a bad contact in the memory slot. While other subsystems can precipitate crashes, the specific keyword “parity” maps directly to memory integrity checks, making RAM the prime suspect.
Step-by-Step Solution:
Power down and reseat memory modules to eliminate poor contact or oxidation.Boot with one module at a time to isolate the failing stick or slot.Run a memory diagnostic to stress-test addresses and patterns.Replace the confirmed faulty module and retest the system’s stability.Verification / Alternative check:
Swapping in known-good RAM and observing that parity errors disappear verifies the diagnosis. Conversely, if errors follow a specific slot, the motherboard circuitry may be implicated, though this is less common than a bad DIMM/SIMM.
Why Other Options Are Wrong:
- Hard drive / hard drive controller / I/O controller: These cause read/write or device errors, not parity-specific RAM mismatches.
- Power supply: Unstable power can cause general instability, but a parity error points first to RAM.
Common Pitfalls:
Confusing parity with ECC (which can correct some errors); overlooking dust or oxidation in slots; mixing memory speeds/voltages that pass lightly but fail under load.
Final Answer:
memory