Skip to main content
Back to Study
A+ Core 1 · CompTIA 220-1201 V15 · Objective 5.2

Given a scenario, troubleshoot motherboards, RAM, CPUs, and power

Objective 5.2: Given a scenario, troubleshoot motherboards, RAM, CPUs, and power

Cert: CompTIA A+ Core 1 (220-1201) V15 Domain: 5.0 Hardware and Network Troubleshooting Weight: ~28% of Core 1 (largest domain) Depth: Given a scenario, troubleshoot. Recognize symptoms and apply standard diagnostic steps.

What this objective tests

You should recognize the common symptoms of motherboard, RAM, CPU, and power failures and know the standard diagnostic and remediation steps. This pairs with 3.4 (install motherboards/CPUs) and 3.5 (install PSU).

Key facts

Common symptoms and what they typically indicate:

  • POST beeps. The motherboard's onboard speaker emits coded beep patterns at boot. Different patterns map to different hardware faults (RAM, GPU, CPU). The exact code list depends on the motherboard's BIOS vendor (AMI, Award, Phoenix, UEFI variants).
  • Proprietary crash screens. Windows BSOD (Blue Screen of Death) or stop codes; macOS kernel panics; Linux kernel oops messages. Capture the stop code or error text before rebooting; it often points to the failing subsystem.
  • Blank screen. No image at all. Could be GPU, monitor, cable, motherboard, RAM, or CPU. Diagnostic starts with cable and monitor, then move to PC internals.
  • No power. PC does not respond to the power button. Check the wall outlet, power cable, PSU switch, 24-pin and EPS connectors, then PSU itself.
  • Sluggish performance. Could be many things: thermal throttling, RAM swap thrashing, dying drive, malware. Usually not a permanent CPU failure.
  • Overheating. Excessive thermals trip CPU throttling or shutdowns. Check fans, dust buildup, thermal paste, ambient room temperature.
  • Burning smell. Stop using the system immediately. Likely failed PSU, motherboard component, or capacitor. Power off, unplug, inspect.
  • Random shutdown. Often thermal or power-supply related. Check temperature monitoring and PSU capacity.
  • Application crashes. Could be software, but repeated crashes across different apps suggest underlying hardware issue (RAM, storage, or CPU).
  • Unusual noise. Fans grinding (bearing failure), capacitors hissing, coil whine, drive clicking. Each points to a different component.
  • Capacitor swelling (sometimes leaking). Bulging tops on the round capacitors on the motherboard or PSU. Indicates failure. Replace the affected board.
  • Inaccurate system date/time. CMOS battery (a small coin cell on the motherboard, typically CR2032) has died. Time and BIOS settings reset on every cold boot.

Common diagnostic approach

  1. Listen for POST beeps. Note their pattern.
  2. Check power and cabling. Confirm wall outlet, PSU switch on, all internal connectors seated (24-pin, CPU EPS, GPU PCIe power).
  3. Visual inspection. Look for bulging capacitors, dust buildup, dislodged cables, signs of overheating.
  4. Minimal configuration boot. Remove all but essential components (one stick of RAM, no expansion cards beyond GPU if integrated graphics are unavailable, one drive). Add components back one at a time.
  5. Cross-check parts. If a spare PSU, RAM, or GPU is available, swap them in to isolate the failure.
  6. Run memory diagnostics (Windows Memory Diagnostic, MemTest86) for suspected RAM issues.
  7. Check BIOS POST and event logs in motherboards that support it.

Common gotchas

  • Bad RAM masquerading as everything else. Failing RAM produces a wide variety of crashes, BSODs, and application failures. When in doubt, run MemTest86 overnight.
  • Dead CMOS battery. Clock resets, BIOS settings revert, system asks for date/time on boot. Cheap fix; replace with a fresh CR2032.
  • Overheating disguised as random crash. PC works fine for 15 minutes then reboots. Almost always thermal. Check temperatures in BIOS or via OS tools.
  • PSU under load only. PSU works at idle but fails under load. Reproduces during gaming or heavy CPU use. Hardest to catch; usually requires swapping in a known-good PSU.
  • Bulging caps on the PSU. Customers focus on the motherboard but the PSU is the more common location for visible cap failure. Always inspect both.
  • POST beep codes vary. A two-beep code on an AMI BIOS does not mean the same thing as a two-beep code on a Phoenix BIOS. Check the manual for the specific motherboard.

Real-world context

Common helpdesk patterns:

  • "My computer randomly reboots." First check: temperature, then PSU capacity, then RAM with MemTest86.
  • "I get a black screen on boot but the fans spin." Often CPU EPS power, GPU seating, or a failing PSU rail.
  • "My system clock keeps resetting to 2010." Dead CMOS battery.
  • "I smell something burning." Power off immediately, unplug, inspect. Customer should not turn it back on until diagnosed.
  • "BSOD with stop code MEMORY_MANAGEMENT." Run MemTest86 on every RAM stick. Often a failing module.

Sources

  • [CompTIA A+ 220-1201 Exam Objectives Version 4.0, Section 5.1](../../../../../../30-RevyTechJourney/CompTIA%20A%2B%20220-1201%20Exam%20Objectives%20%284.0%29.pdf)
  • [Wikipedia: Power-on self-test](https://en.wikipedia.org/wiki/Power-on_self-test)
  • [Wikipedia: Capacitor plague](https://en.wikipedia.org/wiki/Capacitor_plague)
  • [Wikipedia: CMOS battery](https://en.wikipedia.org/wiki/Nonvolatile_BIOS_memory)
  • [Microsoft Learn: Bug check (BSOD) code reference](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2)