CHAPTER THREE: TROUBLESHOOTING PC HARDWARE Flashcards

(33 cards)

1
Q

What is the Troubleshooting Methodology?

A
  1. Identify the problem
  2. Establish a theory of probable cause (guess what might be wrong)
  3. Test your theory (see if you’re right)
  4. Establish a plan and fix the problem
  5. Make sure everything works again and prevent future problems
  6. Document everything (write down what happened and how you fixed it)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two built-in programs that helps programs start up?

A

This program is stored in a special memory chip on the motherboard. There are two types:

  1. BIOS (Basic Input/Output System):
    - The old-school version.
    - Works only in 32-bit mode (a limited way for a computer to process data).
  2. UEFI (Unified Extensible Firmware Interface):
    - The newer, better version.
    - Supports 64-bit mode, meaning it can handle more powerful operations.
    - Allows you to use a mouse in the setup menu (BIOS was keyboard-only).
    - Includes security features to protect against viruses before Windows even starts.
    - Can still run in “legacy BIOS mode” for older software compatibility.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What to check with Power Issues (Why Won’t My Computer Turn On?)

A
  1. Is it plugged in? (Sounds silly, but always check.)
    Do other things in the same outlet work? (Maybe the outlet is dead.)
  2. Try another power cable. (Sometimes the cable is broken.)
  3. Check the Power Supply Unit (PSU).
    - If the computer doesn’t turn on at all, the PSU might be dead.
    - If the computer turns on but shuts off randomly, the PSU might not be strong enough or could be faulty.
    - If you see smoke, fire, or weird smells, TURN IT OFF IMMEDIATELY!
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is a multimeter?

A

a tool that checks electrical current

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What to check when (My Computer Beeps and does Not Start?)

A

When you turn on a computer, it doesn’t just go straight to Windows. It first does a Power-On Self-Test (POST) to check if everything is working.

  • If everything is fine, the computer continues to boot.
  • If something is wrong, the computer might show an error message or just beep instead.
  • Different beep patterns mean different problems (kind of like Morse code).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what does 1 shot beep mean?

A

Normal POST - system is ok. most modern PCs boot silently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does 2 short beeps mean?

A

POST error - error code shown on screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does no beep mean?

A

Power supply, motherboard problem of faulty onboard speaker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does continous beep mean?

A

Problem with system memory modules or memory controller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does repeating short beeps mean?

A

Power supply fault or motherboard problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does 1 long beep, 1 short beep mean?

A

Motherboard problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what does 1 long, 2 or 3 short beeps mean?

A

Video adapter error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does 3 long beeps mean?

A

Keyboard issue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is boot sequence?

A

When you turn on your computer, the first thing it does is run a POST test (Power-On Self-Test). This is just the computer checking to make sure all the essential parts (like the memory, processor, and storage drives) are working. If something’s wrong, it might beep or show an error.

Once the POST test is done, the computer follows a boot sequence, which is basically a list of devices it checks to find an operating system (Windows, macOS, Linux, etc.).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does boot sequencing works?

A
  1. it looks for the first device in the list (usually your hard drive or SSD).
  2. If that device isn’t found (maybe the drive is missing or broken), it moves on to the next device (like a USB drive or a network boot option).
  3. If no bootable device is found, you’ll get an error message, and the computer will stop trying to boot.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Common issues and fixes for booting sequencing

A

If the computer is trying to boot from the wrong device, check that there isn’t a USB stick or CD messing things up.

If your hard drive or SSD isn’t showing up, it might not be getting power. Most computers have a little LED light that blinks when the drive is active.

No LED activity? Make sure the drive is properly connected to power and data cables.

If the drive still isn’t working, check the motherboard settings to see if the port is disabled.

17
Q

What is a boot sector?

A

The boot sector is like an instruction manual for your computer—it tells the system where to find the operating system. There are two main ways this information is stored:

  1. MBR (Master Boot Record): This is the older method. The MBR is in the very first section of your hard drive and contains a small program that helps load the operating system.
  2. GPT (GUID Partition Table): This is the newer method. It spreads boot information across multiple sections of the drive, making it more reliable.
18
Q

Boot sector issues and fixes

A

If the boot sector is damaged or missing, you might see errors like:
- “Boot device not found”
- “Operating System not found”
- “Invalid drive specification”

Fixes:
- If the boot sector is corrupt, you might need to repair it using special recovery tools (like Windows Recovery -Mode or Linux repair commands).
- Sometimes, you’ll need to reinstall the operating system if the corruption is severe

19
Q

Troubleshooting OS Errors and Crash Screens (a.k.a. When Your Computer Starts But Then Freaks Out)

A

If your computer does find a bootable device, it loads the boot sector code into memory and starts pulling in the rest of the operating system files. If there’s an issue after this point, it’s usually because of:

  • Software problems (like corrupted system files)
    -Bad device drivers (these tell your hardware how to communicate with the OS)
  • Hardware failures (like bad RAM or a failing hard drive)
20
Q

What is a blue screen of death?

A

On Windows, if something goes really wrong, you’ll see the Blue Screen of Death (BSOD). This is a serious error that forces the system to stop to prevent damage. The screen will show an error code (like 0x0000007B), which you can look up to figure out what went wrong.

21
Q

Fixes for BSOD

A
  • Try restarting your computer. Sometimes, it’s just a fluke.
  • Look up the error code online to see what’s causing the problem.
  • If it keeps happening, try running a system repair tool or rolling back recent updates.
  • If a hardware part is failing, you might need to replace it.
22
Q

Signs of a failing Hard drive or SSD

A

Weird noises (HDDs can make clicking or grinding sounds when they fail)

No LED activity (the drive isn’t getting power)
Constant LED activity (could mean the drive is stuck or failing)

“Bootable device not found” error

The drive disappears from your operating system (it’s not showing up in File Explorer or Disk Management)

Slow read/write speeds (your computer struggles to open files or install programs)

BSOD errors related to storage

23
Q

Fixes for hard drive and SSD issues

A

If the drive is making noises, back up your data ASAP—it’s probably dying.

Check the power and data cables. Sometimes, a loose connection can make the drive seem like it’s missing.

If it’s an SSD, check the motherboard settings—some BIOS settings can accidentally disable SSDs.

If the drive is old (5+ years for an HDD, 7+ years for an SSD), consider replacing it before it fully dies.

24
Q

What is SMART?

A

Self-Monitoring, Analysis, and Reporting Technology (SMART), which is like a built-in health checkup system for your drive. testing drive reliability.

If your computer is running slowly or files are disappearing, your drive could be in trouble. You can run special diagnostic tests (usually provided by the manufacturer or built into your computer’s software) to see if your drive is damaged. These tests can measure how fast your drive reads/writes data (input/output operations per second or IOPS).

If the test results show speeds much lower than what the manufacturer originally advertised, your drive might be failing. But if the speeds are normal, the slowdown could be due to other computer problems like too many apps running, not enough storage left, or fragmented files (which happens mostly with old-school hard drives).

25
What are bad sectors/blocks?
Hard drives (HDDs) and solid-state drives (SSDs) store data in tiny sections called sectors (HDDs) or blocks (SSDs). Sometimes these sections can go bad. If they do, files stored there can get corrupted, meaning they won’t open or might disappear. Your drive will try to mark those sections as unusable so they don’t cause further issues. If you lose files due to corruption, you can try data recovery software to get them back—unless the drive is totally dead.
26
Types of RAID failure senarios
1. Single Drive Failure – The RAID system will warn you that the array is "degraded," meaning it’s still working but weaker. You should replace the failed drive ASAP. - If your RAID setup supports hot swapping, you can just insert a new drive, and the system will rebuild itself. - While rebuilding, performance will be very slow because the system is copying huge amounts of data. 2. Multiple Drives or Controller Failure – If too many drives fail, the RAID system can completely crash, making your data inaccessible. - If the RAID controller (the brain of the RAID system) dies, the data is usually still there, and you just need to install a new controller or move the drives to another computer. - If the RAID contains your operating system (boot drive) and fails, your computer might not start at all. In that case, you’ll need a backup or a file recovery tool.
27
What could be the causes of display and component issues?
If your computer keeps freezing, shutting down randomly, or crashing (like the Blue Screen of Death on Windows or Kernel Panic on macOS), it could be caused by: - Software issues (like malware or corrupted files). Overheating (the computer gets too hot and stops working properly). - Power supply issues (if your power source is unstable, your computer can randomly shut off). - Hardware issues (problems with memory, CPU, or motherboard). - If overheating is the problem, you might feel your system getting hot to the touch. In extreme cases, you might smell something burning or see smoke—if that happens, shut it down immediately!
28
What could cause a PC to be slow?
If your computer is just slow, it could be because: - It’s overheating (check the fans and vents). - Something is misconfigured (wrong settings slowing things down). - The operating system or apps have issues. Your network connection is causing delays. A structured approach means checking each of these one by one until you find the real problem.
29
What could cause inaccurate time/date on a PC?
If your computer's clock is wrong, it can mess up things like: - Logging into websites. - Running scheduled tasks like backups. - Security systems that rely on time synchronization.
30
What is the RCT?
The Real-Time Clock (RTC) keeps track of time using a small coin-sized battery inside your computer. If the date/time keeps resetting, the battery is likely dying, and you need to replace it with the same type.
31
Troubleshooting Missing Video Issues
If your screen is completely black, check: - If the monitor is turned on. - If the monitor is in standby mode. - If the right input/source is selected (e.g., HDMI, DisplayPort, VGA). If everything is on but there’s still no display: - Make sure the video cable is plugged in tightly on both ends. - Check if the cable is damaged (stretched, bent, or broken).
32
Troubleshooting Projector Issues
1. Burned-Out Bulb – Projector bulbs wear out and eventually die (burn out). If your projector’s image is dim or there's a bulb warning light, it's time for a new bulb. 2. Intermittent Shutdown – If the projector keeps turning off, it’s likely overheating. - Check if the fan is working. - Make sure vents aren’t blocked by dust. - Ensure the room isn’t too hot.
33
Troubleshooting Video Quality Issues. If your display looks weird, what could be wrong (6)
1. Dim image – Brightness settings are too low, or the monitor is wearing out. 2. Fuzzy image – Wrong resolution settings, loose cable, or a failing monitor. 3. Flashing screen – Faulty cable, GPU issue, or bad display settings. 4. Dead pixels – Small dots on the screen that don’t change color (these are permanent). 5. Burn-in – Static images "sticking" on the screen (happens more with OLED displays). 6. Incorrect colors – Could be a GPU issue, bad cable, or monitor settings.