Computer Hardware Troubleshooting
Effective troubleshooting is a core skill for any computer technician. This course translates a series of quiz questions into a comprehensive learning module that covers the most common…

When diagnosing a RAM-related BSOD, which diagnostic step is recommended before testing the memory modules?
A user reports that their webcam is not detected after a Windows update. Which setting should be checked first?
During a GPU test, a technician wants to verify that the graphics card receives enough power. Which document should they consult?
A computer shuts down abruptly with no beep sound. Which symptom points to a cooling‑system failure?
When assembling a new PC, why is it important to install standoffs before mounting the motherboard?
A user notices that their PC’s CPU usage stays at 100% even after closing all applications. Which of the following is the most plausible explanation?
During a cable‑testing procedure, a technician discovers that the RJ45 wiring follows the T568B order on one end and T568A on the other. What type of cable have they inadvertently created?
A system shows a persistent coil‑whine noise from the power supply. Which action can reduce this noise without compromising safety?
When converting a disk from GPT to MBR, which step is absolutely required before the conversion can be performed?
Introduction to Computer Hardware Troubleshooting
Effective troubleshooting is a core skill for any computer technician. This course translates a series of quiz questions into a comprehensive learning module that covers the most common hardware issues, diagnostic steps, and best‑practice guidelines. By the end of the lesson, you will be able to identify root causes, follow systematic procedures, and reference the correct documentation for each problem.
1. Diagnosing a Black Screen at Startup
Typical Causes
A black screen when the PC powers on can stem from many sources, but the most frequent culprit is a faulty USB device that interferes with the BIOS boot sequence.
- Why USB devices matter: Modern BIOS/UEFI firmware checks attached peripherals during POST (Power‑On Self‑Test). A malfunctioning USB drive can appear as a bootable device, causing the system to hang.
- Quick check: Disconnect all external USB devices before powering the machine. If the screen appears, reconnect devices one at a time to isolate the offender.
Step‑by‑Step Procedure
- Power off the PC and unplug the power cord.
- Remove all USB peripherals (flash drives, external hard drives, keyboards, mice).
- Turn the system back on. If the display works, plug in devices individually, rebooting after each addition.
- If the black screen persists, move to BIOS settings to verify the boot order and disable USB boot if necessary.
2. RAM‑Related Blue Screen of Death (BSOD) – Pre‑Testing Checklist
Why a Preliminary Check is Crucial
Before you physically test memory modules, ensure the system’s software environment is stable. One recommended step is to uninstall any antivirus software and verify hard‑drive health. Antivirus programs can interfere with memory diagnostics, and a failing drive may corrupt the files used by testing utilities.
- Use
chkdskor a third‑party disk utility to scan for bad sectors. - Temporarily disable or uninstall security suites that hook into low‑level system processes.
Diagnostic Flow
- Backup critical data.
- Run a disk health check (e.g.,
chkdsk /f /r). - Uninstall or disable antivirus software.
- Reboot and run a memory test tool such as MemTest86+ or Windows Memory Diagnostic.
3. Webcam Not Detected After a Windows Update
First‑Line Setting to Verify
Windows 10/11 includes a Privacy Settings panel that controls camera access for apps and the system. After an update, this setting often resets to Off, preventing the webcam from being enumerated.
- Navigate to
Settings → Privacy & security → Camera. - Ensure the toggle "Allow apps to access your camera" is turned on.
- Check individual app permissions if a specific program cannot see the camera.
4. Verifying GPU Power Requirements
Reference Documentation
When testing a graphics card’s power delivery, the most reliable source is the technical specifications sheet for the GPU. This document lists required PCIe power connectors, recommended wattage, and operating voltage ranges.
- Locate the spec sheet on the manufacturer’s website (e.g., NVIDIA, AMD, or the board partner).
- Confirm that the PSU provides the necessary 6‑pin/8‑pin connectors and that the cables are securely seated.
- Cross‑reference the spec sheet with your system’s power supply rating to avoid under‑powering the card.
5. Identifying Cooling‑System Failure
Key Symptom
A sudden shutdown without any beep typically points to a non‑functional ventirad causing overheating. Modern motherboards will shut down power to protect the CPU when temperature thresholds are exceeded.
- Listen for fan spin‑up during POST; a silent CPU fan is a red flag.
- Check BIOS/UEFI hardware monitor for temperature spikes before the shutdown.
- Inspect the heatsink for proper contact and thermal paste application.
6. Importance of Standoffs When Installing a Motherboard
Preventing Short Circuits
Standoffs act as insulated spacers that keep the motherboard’s circuitry from touching the metal case. Without them, conductive paths can create short circuits, potentially damaging components.
- Install standoffs at every mounting hole indicated on the motherboard’s layout diagram.
- Verify that no extra standoffs are present in locations where they could touch soldered pads.
- Secure the board with screws that match the standoff thread size (usually #6‑32).
7. Persistent 100% CPU Usage After Closing Applications
Most Plausible Explanation
When the CPU remains at full utilization despite closing visible programs, a background process or malware is likely consuming resources.
- Open
Task Manager(Ctrl+Shift+Esc) and sort processes by CPU usage. - Look for unfamiliar or unusually high‑CPU processes.
- Run a reputable anti‑malware scan and consider using
msconfigto disable unnecessary startup services.
8. Understanding Ethernet Cable Types – T568A vs. T568B
What Happens When the Two Standards Are Mixed?
If one end of an RJ45 cable follows the T568B wiring order and the opposite end follows T568A, the result is a crossover cable. This cable swaps the transmit and receive pairs, allowing direct device‑to‑device connections without a hub or switch.
- Use crossover cables for legacy networking equipment (e.g., connecting two PCs directly).
- Modern devices often have auto‑MDI/MDIX, making crossover cables optional.
- Always verify the wiring scheme with a cable tester before deployment.
Conclusion and Best Practices
Mastering hardware troubleshooting requires a blend of systematic methodology, familiarity with documentation, and awareness of common pitfalls. Remember these core principles:
- Isolate the problem by removing external variables (USB devices, peripheral cables).
- Consult the right source—spec sheets, motherboard manuals, and BIOS settings are your primary references.
- Validate software settings (privacy, drivers, antivirus) before assuming hardware failure.
- Maintain proper physical installation standards (standoffs, cooling, power connectors).
- Use diagnostic tools (memory testers, cable testers, temperature monitors) to confirm hypotheses.
By integrating these strategies into your daily workflow, you’ll reduce downtime, improve repair accuracy, and enhance overall system reliability.
