Difficulty: Easy
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:
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:
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:
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
Discussion & Comments