5.1 CompTIA A+ · Core 1 (220-1201) · Domain 5 — Hardware & Network Troubleshooting

Troubleshooting Motherboards,
RAM, CPUs, and Power

Objective 5.1 Domain weight: 28% 12 testable symptoms

OVERVIEWIntroduction

The motherboard, CPU, RAM, and power supply form the core of any computing system. When any one of these components fails — or begins to fail — the symptoms can range from subtle (a system that runs slightly slower than expected) to catastrophic (a system that will not power on at all). As an IT support technician, your ability to accurately identify which component is responsible for a given symptom is one of the most practically valuable skills you can develop.

This section covers Objective 5.1 of the CompTIA A+ Core 1 exam: Given a scenario, troubleshoot motherboards, RAM, CPUs, and power. Each of the twelve testable symptoms is examined in depth — what causes it, how to isolate the root cause, and how to resolve it.

Before You Begin

Always follow the standard troubleshooting methodology: identify the problem, establish a theory of probable cause, test the theory, implement the fix, verify functionality, and document. This section maps directly to the "test the theory" phase — knowing which symptom points to which component.

Safety First

Before opening any system: power off completely, unplug the power cable, and press the power button once to discharge residual electricity. Wear an ESD (electrostatic discharge) wrist strap grounded to the case. Never touch component contacts with bare fingers. Capacitors on a PSU can retain lethal charge even when unplugged — never open a power supply unit.

SYMPTOM 01POST Beeps

When a computer is powered on, the firmware (BIOS or UEFI) runs the Power-On Self-Test (POST) — a series of hardware diagnostics performed before the operating system loads. The POST checks that essential components are present and functional: the CPU, RAM, video card, and keyboard controller.

If the POST completes successfully and the system hands off to the bootloader, you typically hear a single short beep (on systems with a speaker) or no beep at all. If the POST detects a critical hardware failure, it cannot display an error on screen because the display system itself may not be functional yet. Instead, it communicates through a series of audible beep codes.

Beep Code Systems

Beep codes are not universal. They are defined by the motherboard manufacturer or the BIOS vendor. The three most common BIOS vendors are AMI (American Megatrends), Award/Phoenix, and IBM. Always consult the motherboard manual or manufacturer's website to decode beeps accurately. That said, certain patterns are commonly tested:

BIOSBeep PatternLikely Cause
AMI1 shortPOST passed (normal)
AMI2 shortPOST error — check display
AMI3 longRAM not detected or seated incorrectly
AMI5 shortCPU failure
AMI8 shortVideo card / display memory failure
Award1 long, 2 shortVideo card error
AwardContinuousRAM issue or unseated RAM
AnyNo beep + no displayNo POST speaker, or CPU/power failure

Exam Focus

The exam does not require memorizing every beep code from every vendor. What matters is understanding that beep codes indicate POST failures, that they vary by BIOS vendor, and that you should consult the motherboard documentation. The most commonly tested pattern is RAM-related beeps — multiple beeps or continuous beeping almost always point to a RAM problem.

Troubleshooting POST Beeps

Diagnostic Steps — POST Beeps
01
Count and document the beeps. Note whether they are short or long, and how many. Look up the pattern in the motherboard manual.
02
Identify the component indicated. RAM beeps → reseat RAM. Video beeps → reseat GPU. CPU beeps → check CPU seating and cooler.
03
Reseat the indicated component. Power off, remove the component fully, clean contacts with isopropyl alcohol if needed, and firmly re-insert.
04
Test with known-good components. Swap RAM with a confirmed working stick. Try a different GPU in a different slot.
05
Clear CMOS. If the issue persists, clear CMOS by removing the CMOS battery for 30 seconds or using the CMOS jumper on the motherboard. This resets BIOS to defaults.

SYMPTOM 02Proprietary Crash Screens

A proprietary crash screen is a full-screen error message displayed by the operating system when it encounters a fatal, unrecoverable error — typically a kernel-level failure that it cannot safely recover from. The most well-known example is the Windows Blue Screen of Death (BSOD). macOS displays a similar screen called a kernel panic, and Linux shows a kernel oops or panic message in the terminal.

Windows BSOD

On Windows 10 and 11, the BSOD displays a frown emoji, a brief description, and a stop code (also called a bug check code). The stop code is the most important piece of information — it tells you what type of failure caused the crash. Common hardware-related stop codes include:

Stop CodeLikely Hardware Cause
MEMORY_MANAGEMENTFaulty RAM, RAM incompatibility, or RAM running at incorrect speeds
PAGE_FAULT_IN_NONPAGED_AREADefective RAM or failing storage drive
IRQL_NOT_LESS_OR_EQUALFaulty RAM or incompatible/corrupt driver
WHEA_UNCORRECTABLE_ERRORCPU error, overheating, or overclocking instability
CRITICAL_PROCESS_DIEDCorrupt system files, failing storage, or RAM
KERNEL_SECURITY_CHECK_FAILURECorrupt drivers or RAM errors

Interpreting Crash Patterns

A single, isolated BSOD after a driver update almost always points to software. However, repeated BSODs — especially with different stop codes — strongly suggest hardware failure, typically RAM or storage. The pattern matters as much as the code itself.

Diagnostic Tip

Windows saves crash dump files to C:\Windows\Minidump\. Tools like WinDbg or WhoCrashed can analyze these files to identify the faulty driver or hardware component. On the exam, Event Viewer is the primary tool for reviewing crash logs.

Troubleshooting Crash Screens

Diagnostic Steps — BSOD / Kernel Panic
01
Note the stop code. Photograph the screen if possible. The stop code and any referenced file name are your primary diagnostic data.
02
Check Event Viewer. Open Event Viewer → Windows Logs → System. Look for Critical errors timestamped around the crash time.
03
Run Windows Memory Diagnostic. Search for "Windows Memory Diagnostic" and run it. It tests RAM across multiple passes and reports errors on next boot.
04
Run SFC and CHKDSK. sfc /scannow checks system file integrity. chkdsk /f /r checks the drive for errors that could cause crashes.
05
Check for recent changes. New driver? New hardware? Roll back the change and test. BSODs after a Windows Update often resolve by uninstalling the update.
06
Test RAM with MemTest86. Boot from a USB drive and run MemTest86 for multiple passes. Any errors = defective RAM that must be replaced.

SYMPTOM 03Blank Screen

A blank screen on boot is one of the most ambiguous symptoms because it can originate from several different component failures. The key diagnostic distinction is determining at what point the screen goes blank and whether any other signs of life are present.

Diagnosing a Blank Screen

First, determine whether the system is receiving power at all. Do the fans spin? Do any LEDs illuminate? Do you hear POST beeps? Each answer narrows the cause significantly.

ObservationLikely Cause
No power at all — fans silent, no LEDsPSU failure, failed power button, no AC power
Fans spin, beeps occur, no displayGPU failure, unseated GPU, monitor cable issue, monitor failure
Fans spin, no beeps, no displayNo POST speaker, CPU failure, completely dead RAM, or dead motherboard
POST screen shows briefly then blankGPU driver crash, corrupt bootloader, OS issue
Blank after Windows logoDriver issue, not a hardware POST problem
Diagnostic Steps — Blank Screen
01
Check the monitor first. Try a different cable, a different port on the GPU, and a different monitor. Many blank screens are monitor or cable issues, not component failures.
02
Check display output source. If the motherboard has integrated graphics AND a dedicated GPU, the system may be outputting to the wrong one. Try both sets of display ports.
03
Reseat the GPU. Power off, remove the GPU, clean the PCIe slot, and re-insert firmly. Ensure the PCIe power connectors are fully seated.
04
Reseat RAM. Remove all RAM sticks, clean with isopropyl alcohol, and re-insert one at a time in the correct slots (consult motherboard manual for dual-channel configuration).
05
Remove non-essential components. Disconnect all drives, extra RAM sticks, PCIe cards except GPU. Boot with only the minimum required components. This is called a breadboard test.
06
Test with known-good components. Swap GPU with a confirmed working card. If the system POSTs with the new GPU, the original GPU is faulty.

SYMPTOM 04No Power

A system with no power shows absolutely no signs of life: no fans spinning, no LEDs, no beeps, no display. The cause is almost always the power supply unit (PSU), the power delivery path, or a motherboard short circuit.

Power Supply Fundamentals

The PSU converts AC power from the wall into DC voltages used by components. It outputs three main voltages:

+3.3V rail Powers RAM, PCIe slots, and some chipset logic
+5V rail Powers USB ports, older drives, and some chipset components
+12V rail Powers CPU, GPU, and motors (drives, fans) — the most critical rail
-12V / +5VSB 5VSB is standby power — keeps the system in a "soft off" state, enabling wake-on-LAN and power button response

Common Causes of No Power

Diagnostic Steps — No Power
01
Verify the basics. Is the power cable seated? Is the outlet working? Is the PSU switch on the back set to ON ( | )? Is a surge protector or UPS powered on?
02
Test the outlet. Plug a known-working device into the same outlet. If the outlet is dead, the problem is upstream of the computer entirely.
03
Check the PSU voltage switch. Some PSUs have a 115V/230V selector switch. If set to 230V in a 115V country, the system will receive insufficient power and appear completely dead. Setting it to 230V in a 115V region can damage the PSU.
04
Use the paperclip test. Disconnect the 24-pin ATX connector from the motherboard. Short the green wire (PS_ON) to any black wire (ground) with a paperclip. If the PSU fan spins, the PSU is functional. If nothing happens, the PSU is dead.
05
Use a PSU tester. A dedicated PSU tester tool plugs into the 24-pin connector and displays voltage readings on each rail. Significantly out-of-spec voltages indicate a failing PSU.
06
Check for a motherboard short. A loose standoff (the brass spacers between the motherboard and case) can cause a short. Remove the motherboard and test outside the case on a non-conductive surface (cardboard).
07
Inspect the front panel connector. The power button connects via a small header on the motherboard. If this connector is loose or the power button mechanism is faulty, the system won't start. Briefly shorting the two power button header pins with a screwdriver simulates pressing the power button.

Safety Warning

Never open a PSU casing. Capacitors inside can retain dangerous charge levels — up to 400V — long after the unit is unplugged. If a PSU is faulty, replace the entire unit. PSUs are not field-serviceable components.

SYMPTOM 05Sluggish Performance

Sluggish or degraded system performance that develops gradually — or appears suddenly without an obvious software cause — is frequently a hardware problem. The most common hardware culprits are overheating (thermal throttling), insufficient or failing RAM, and a failing storage drive. A failing CPU is less common but possible.

Thermal Throttling

Modern CPUs and GPUs include protection mechanisms that automatically reduce their operating frequency when they exceed safe temperature thresholds. This is called thermal throttling. A CPU that should run at 4.0 GHz may throttle down to 800 MHz when overheating, causing severe performance degradation. The system remains functional but runs significantly slower.

Thermal throttling is often the cause when a system runs fine after a cold boot but becomes progressively slower over time — it gets slower as it heats up. Monitoring CPU temperature with a tool like HWMonitor or Core Temp during a load test will reveal throttling if it's occurring.

RAM Issues

Insufficient RAM forces the operating system to use virtual memory — a reserved area of the storage drive used as overflow RAM (the pagefile in Windows, swap in Linux). Because storage drives are orders of magnitude slower than RAM, excessive pagefile usage causes dramatic slowdowns. Signs include constant hard drive activity (thrashing) and very slow application switching.

Failing RAM can also cause performance degradation. A RAM stick with bad cells may cause the CPU to stall waiting for reliable data reads, or the OS may keep those bad pages in reserve and reduce the effective available RAM.

Diagnostic Tools

Task Manager (Ctrl+Shift+Esc) shows real-time CPU, RAM, and disk usage. If RAM is consistently at 90–100% during normal use, the system needs more RAM. If CPU is at 100% but the system is throttling, check temperatures. Resource Monitor (resmon) provides more granular detail.

Diagnostic Steps — Sluggish Performance
01
Check Task Manager. Identify which resource (CPU, RAM, Disk, Network) is at or near 100%. This tells you where the bottleneck is.
02
Check CPU temperature. Use HWMonitor or BIOS hardware monitoring. Intel CPUs typically throttle above 100°C; AMD varies by model. Sustained temps above 90°C under load indicate a cooling problem.
03
Check fan operation. Verify all fans (CPU cooler, case fans, GPU fan) are spinning. A failed CPU fan is the most common cause of thermal throttling.
04
Clean the system. Dust accumulation on heatsinks and in vents is the most common cause of cooling degradation. Use compressed air to clear dust from all heatsinks, fans, and vents.
05
Check/replace thermal paste. Thermal paste between CPU and heatsink dries out over time (typically 3–5 years), reducing heat transfer. Clean old paste with isopropyl alcohol and apply a new pea-sized amount.
06
Test RAM. Run Windows Memory Diagnostic or MemTest86 to identify failing RAM modules.

SYMPTOM 06Overheating

Overheating is one of the leading causes of hardware failure and reduced component lifespan. Heat is the enemy of all semiconductor components. Understanding the heat path — from the CPU die, through the thermal paste, through the heatsink, into the airflow, and out of the case — helps diagnose and resolve thermal problems systematically.

Normal Operating Temperatures

ComponentNormal IdleNormal LoadDanger Zone
CPU (modern)30–50°C60–85°CAbove 95–100°C
GPU30–50°C65–85°CAbove 95°C
HDD25–40°C35–50°CAbove 55°C
SSD (SATA/NVMe)25–45°C40–70°CAbove 80°C

Causes of Overheating

Cooling System Failures

  • Failed CPU fan — most common cause
  • Dried thermal paste — after 3–5 years
  • Clogged heatsink fins — dust buildup
  • Failed case fans — poor airflow
  • Liquid cooler leak/pump failure

Environmental Causes

  • High ambient temperature — room too hot
  • Poor case airflow — cables blocking fans
  • Inadequate case ventilation — vents blocked
  • Enclosed cabinet — no airflow around case
  • Overclocking — increased heat output

Exam Focus

The exam frequently presents overheating as the cause of random shutdowns and sluggish performance. Know that the CPU will throttle first (slow down to reduce heat), and if temperatures continue rising, the system will shut down to prevent permanent damage. This is a protection mechanism, not a failure — but the underlying cause (usually a failed fan or dried thermal paste) must be fixed.

SYMPTOM 07Burning Smell

A burning smell emanating from a computer is a serious warning sign that requires immediate action. It indicates that a component is either overheating severely or has already suffered electrical damage. The correct response is always to power off the system immediately.

Common Sources

Smell / VisualLikely SourceAction
Acrid, sharp electrical smellCapacitor failure on motherboard or PSUPower off immediately; inspect for visual damage
Sweet, slightly chemical smellBurning PCB traces or componentsPower off; look for burn marks on motherboard
Hot plastic / insulation smellPSU internal failure or wire touching hot componentPower off; check cable routing near hot areas
Dusty/burning dust smell on first bootDust burning off heatsinks after cleaning or seasonal startupOften harmless — monitor; ensure dust is cleared
Smell + visible smokeActive component failure — capacitor, MOSFET, or PSUPower off and do not power on again until component is identified and replaced

Important

Never continue to operate a system that smells of burning electronics. Continued operation risks cascading damage — a failing capacitor on a motherboard can destroy connected components. Power off, unplug, and inspect before doing anything else. If you see smoke or the smell is severe, do not plug back in until the damaged component is identified and replaced.

Visual Inspection

After powering off and unplugging, conduct a thorough visual inspection. Look specifically for:

SYMPTOM 08Random Shutdown

A system that powers off suddenly without warning — no BSOD, no error message, just an instant cut to black — is exhibiting one of the most hardware-indicative symptoms. Unlike a BSOD, which is a controlled OS response, an instant shutdown bypasses the OS entirely, pointing to a hardware-level trigger.

Causes and Characteristics

CausePatternDistinguishing Sign
CPU overheatingOccurs under load; system runs fine after coolingShutdown correlates with high CPU usage; temps spike before shutdown
PSU failing / underpoweredOccurs under heavy load (gaming, encoding)Happens when GPU and CPU both spike simultaneously; PSU can't supply enough wattage
RAM failureRandom, not load-correlatedOften accompanied by freezes or BSODs before pure shutdowns
Failing motherboardRandom, unpredictableMay have accompanying hardware error codes in Event Viewer
Software (OS setting)After Windows Update or setting changeCan be diagnosed by disabling "Automatically restart on system failure" in Windows
Diagnostic Steps — Random Shutdown
01
Monitor temperatures under load. Run a CPU stress test (Prime95) while watching temperatures with HWMonitor. If temps hit thermal shutdown threshold (usually 100°C for Intel), overheating is confirmed.
02
Note the circumstances. Does it happen during gaming? During video encoding? At idle? Shutdowns under heavy load point to PSU or thermals. Random shutdowns at idle point to PSU or motherboard.
03
Check PSU wattage. Calculate the total system power draw (online tools like PCPartPicker estimate wattage). If the system requires 450W and the PSU is rated 430W, it will fail under full load.
04
Test with a higher-wattage PSU. Temporarily swap in a known-good PSU with adequate wattage. If shutdowns stop, the original PSU is the cause.
05
Check Event Viewer. Windows logs a "The system has rebooted without cleanly shutting down first" event (Event ID 41, Kernel-Power) after an unexpected shutdown. This confirms hardware-level cause vs. software.

SYMPTOM 09Application Crashes

Applications that crash unexpectedly — particularly multiple different applications, or the same application consistently — can indicate hardware-level instability rather than a software bug. The key differentiator is breadth: one specific application crashing is a software problem; multiple unrelated applications crashing is often a hardware problem.

Hardware Causes of Application Crashes

Faulty RAM RAM errors corrupt data as it is read/written. Applications crash when they try to access a corrupted memory page. This is the most common hardware cause of application crashes. Different applications crash at different times depending on which memory addresses they access.
CPU instability Overclocked or overheating CPUs can produce incorrect calculation results, causing applications to crash when they receive wrong data. Also occurs with CPUs that have damaged or underperforming cores.
Failing storage If application executable files or DLLs are stored on a failing drive with bad sectors, the application may crash on launch or mid-operation when it reads a corrupted portion of its code.
Inadequate power A failing PSU that provides inconsistent voltages can cause CPU or RAM errors that manifest as application crashes.

Exam Focus

When the exam presents application crashes as a symptom alongside other symptoms like sluggish performance or random shutdowns, the answer is almost always RAM failure. MemTest86 is the standard tool to confirm. Multiple different applications crashing = test RAM first.

SYMPTOM 10Unusual Noise

Computers produce several types of sounds during normal operation — fan noise, drive activity sounds, and occasionally a single POST beep. Any new, unusual, or worsening sounds are diagnostic indicators that should be investigated promptly.

Noise Identification Guide

SoundSourceMeaningAction
Clicking / ticking (rhythmic)HDDRead/write head seeking — can be normal, or early sign of failure. A distinct "click of death" = head failureImmediately back up data; run S.M.A.R.T. diagnostics
Grinding (mechanical)HDD or fan bearingBearing failure in HDD or fan; imminent mechanical failureBack up immediately; identify which component and replace
High-pitched whiningPSU, GPU, or capacitorsCoil whine from inductors under load; capacitor agingOften cosmetic (coil whine); persistent whine from PSU = investigate
RattlingFan (debris/loose blade)Foreign object in fan or loose fan blade; can also be loose case panelPower off; locate and remove obstruction; tighten panels
Loud fan noise (always)CPU or case fanFan control not working; system stuck at max RPM; possibly thermal issueCheck BIOS fan control settings; verify thermal paste
Intermittent buzzingHDD or PSUVibration against case; or failing PSU transformerCheck drive mounting screws; evaluate PSU

Hard Drive Warning

A rhythmic clicking sound from a hard drive — especially the "click of death" (a repeated clicking with pauses) — indicates that the read/write head is failing to find its home position. Data loss is imminent. Stop using the drive immediately and recover data before doing anything else. Running chkdsk on a drive making this sound can accelerate data loss.

SYMPTOM 11Capacitor Swelling

Capacitors are small cylindrical components found on motherboards, GPUs, and PSUs. They store and release electrical charge to smooth out power delivery, filter noise, and stabilize voltage. A healthy capacitor has a flat top. A failing capacitor develops a characteristic bulge at the top — this is called capacitor swelling or capacitor plague.

Why Capacitors Fail

Electrolytic capacitors contain a liquid electrolyte. When they are exposed to excessive heat, overvoltage, or age, the electrolyte degrades and produces gas. Since the capacitor casing is sealed, the gas causes the top to bulge outward. In advanced cases, the top may rupture, releasing a brown, crusty residue on the board. This is called a leaking capacitor.

Identifying Bad Capacitors

Conduct a visual inspection under good lighting, looking at the top surface of all cylindrical components on the motherboard. Healthy capacitors have perfectly flat or very slightly concave tops. A bad capacitor shows:

Symptoms Caused by Bad Capacitors

Because capacitors regulate power delivery to the CPU, RAM, and other components, failing capacitors on a motherboard cause a wide range of seemingly unrelated symptoms: random shutdowns, failure to POST, system instability, application crashes, and sluggish performance. When multiple unexplained symptoms occur on an older system, always inspect the capacitors visually.

Repair vs. Replace

Technically, capacitors can be replaced by a skilled technician with soldering equipment. In practice, for most A+ level support scenarios, a motherboard with multiple bad capacitors is replaced rather than repaired. Component-level soldering is outside the scope of the A+ exam. The exam-level response is: identify the bad capacitors visually → replace the motherboard.

SYMPTOM 12Inaccurate System Date/Time

If a computer consistently resets its date and time to the same incorrect value every time it is powered on — typically January 1, 2000, or a similarly "reset" date — the cause is almost always a dead or dying CMOS battery.

The CMOS Battery

The motherboard contains a small section of non-volatile memory called CMOS (Complementary Metal-Oxide Semiconductor) that stores BIOS settings: the system date/time, boot order, hardware configuration, and other firmware settings. While the computer is powered off, a small coin cell battery — typically a CR2032 (3V lithium) — maintains power to this memory so the settings are preserved.

When the CMOS battery dies, the BIOS loses its stored settings every time the system is powered off. The most noticeable symptom is the clock resetting to a default date, but other BIOS settings (boot order, custom hardware settings) may also reset.

CMOS Battery Lifespan and Replacement

A CMOS battery typically lasts 5–10 years. In a system used daily, the computer's main power supply trickle-charges the battery and it lasts longer. In a system that sits unused for extended periods, the battery drains faster.

Replacing the CMOS Battery
01
Power off and unplug. Press the power button to discharge residual capacitance.
02
Locate the battery. The CMOS battery is a silver coin cell (CR2032) seated in a round clip holder on the motherboard. It is usually near the PCIe slots.
03
Note the orientation. The positive (+) side typically faces up. Confirm before removing.
04
Remove the old battery. Use a small flathead screwdriver or your fingernail to gently press the retaining clip and pop out the battery.
05
Insert the new CR2032. Press firmly until it clicks into the holder with the correct orientation.
06
Power on and reconfigure BIOS. Enter BIOS setup (usually Delete or F2 at POST) and reset the date, time, and any custom settings. Save and exit.

Exam Focus

This is a high-frequency exam question. The symptom is always the same: date and time reset after every power cycle. The answer is always: replace the CMOS battery (CR2032). You may also see it phrased as "BIOS settings keep resetting" — same answer.

Note that a dead CMOS battery is distinct from a software clock drift issue. If the clock loses time gradually while the computer is running, that points to a software or OS issue. The CMOS battery symptom is specifically about the clock (and settings) resetting completely every time the system is powered off.

Master Reference — Symptom to Component Mapping

POST beepsRAM, GPU, or CPU (check beep code)
BSOD / kernel panicRAM, drivers, or storage
Blank screenGPU, monitor, cable, or RAM
No powerPSU, power cable, or wall outlet
Sluggish performanceThermal throttling, RAM, or storage
OverheatingFan failure, thermal paste, dust
Burning smellPSU, capacitor, or shorted component
Random shutdownOverheating or PSU failure
Application crashesRAM failure (run MemTest86)
Unusual noiseFailing HDD, fan bearing, or PSU
Capacitor swellingMotherboard — replace the board
Date/time resetsDead CMOS battery (CR2032)

REFERENCEDiagnostic Tools Summary

Software Tools

  • MemTest86 — bootable RAM tester; gold standard for RAM diagnosis
  • Windows Memory Diagnostic — built-in; less thorough than MemTest86
  • HWMonitor / Core Temp — real-time temperature monitoring
  • CrystalDiskInfo — reads S.M.A.R.T. drive health data
  • Event Viewer — Windows logs; critical for crash analysis
  • Task Manager / Resource Monitor — real-time performance data
  • Prime95 — CPU stress tester to trigger thermal throttling

Hardware Tools

  • PSU tester — tests all PSU voltage rails; confirms PSU health
  • Multimeter — measures voltage at PSU connectors precisely
  • POST card — plugs into PCIe slot; displays POST codes when no display
  • ESD wrist strap — prevents static discharge damage
  • Compressed air — clears dust from heatsinks and fans
  • Thermal paste — applied between CPU and heatsink
  • Isopropyl alcohol (90%+) — cleans old thermal paste and contacts

Final Exam Reminders

CMOS battery = date/time resets after power off. Replace with CR2032.

Multiple app crashes = test RAM with MemTest86 first.

Random shutdown under load = overheating or PSU wattage issue.

POST beep codes = vary by BIOS vendor; consult motherboard manual.

Capacitor swelling = visual inspection; replace the motherboard.

Burning smell = power off immediately; do not continue operating.