This process tests critical system hardware before booting.
Power On Self Test
(POST)
POST checks the CPU and other essential components. If an error is detected, the system will not boot.
Identify the issue:
A system boots to a blank screen and a series of beeps are heard.
POST has failed
CPU, memory, video, and other critical components are tested during POST.
True or False:
POST beep codes are standardized between motherboard manufacturers.
False
Beep codes and other error reporting codes are different across different motherboard models and manufacturers.
This component keeps the BIOS clock running even if the motherboard is disconnected from a power source.
CMOS battery
A battery on the motherboard is used to maintain the date and time when disconnected from power.
This error halts the system and displays an error message, often with a blue background.
Windows Stop Error
This is also known as the “Blue Screen of Death.”
What type of problem would result from an incorrect input selection on a monitor?
Blank screen
Checking the monitor configuration is a common first step when troubleshooting a blank screen.
This should be the first step when troubleshooting a computer with no power.
Check the power receptacle and power supply.
The use of a receptacle tester or multimeter can identify power issues.
This utility can be used to view current CPU utilization and storage access statistics.
Task Manager
Task Manager can be configured to show CPU, Memory, Disk, and GPU statistics.
These symptoms would indicate an overheating computer.
Overheating is often caused by blocked airflow. Specialized software utilities can be used to check temperature sensors on components.
Name the best next troubleshooting step:
There’s a burning smell or smoke coming from the computer.
Unplug computer immediately
Smoke and a burning smell indicate a component has failed. The computer should not be powered up again until the failed component has been replaced.
View all Windows system log files in this utility.
Event Viewer
The status of hardware and a list of device drivers can be viewed in this Windows utility.
Device Manager
Name the best next troubleshooting step:
Application crashes randomly and has general instability.
Reinstall or repair the application
If the issue cannot be resolved, contacting the application’s support team for assistance may be required.
What action should be taken?
Unusual rattling, scraping, or clicking sound.
Check components inside the case. Moving parts may have come loose or require replacement.
Fans and hard drives are often the source of scraping or grinding noises.
How would a capacitor failure affect a PC?
A loud popping noise, component failure, or complete system failure.
What action should be taken?
System date and time is not accurate.
Replace the motherboard battery.
Identify the issue:
Loud clicking or grinding noise when accessing the hard drive.
Hard drive’s mechanical parts are failing.
The moving parts inside of a hard drive can fail, and this failure often creates grinding or clicking noises.
What action should be taken?
A computer’s OS startup fails with the message “Drive not recognized, boot device not found.”
Check the drive cables and BIOS boot sequence.
Loose data/power connections or a bad drive are a few possible reasons for why this could happen.
What action should be taken?
A user would like to specify the default boot drive on a system.
Update the boot sequence in the BIOS.
The boot sequence determines which devices get boot priority.
True or False:
RAID 0 uses a standby drive for redundancy.
False
RAID 0 stripes data across multiple physical drives, and losing any drive results in loss of data.
How many drives can RAID 0 lose and still maintain data availability?
None
A single disk failure will break the array with data loss.
RAID 0 optimizes speed by “striping” data between two drives. The downside is that it offers zero data redundancy.
How many drives can RAID 1 lose and still maintain data availability?
One
RAID 1 mirrors the contents of one drive to another physical drive.
How does RAID 5 provide data redundancy and availability?
RAID 5 uses a redundant striping system to distribute parity information across multiple drives. The array can recover from the loss of a single drive by filling in missing information using this parity data.
Fill in the blank:
RAID 6 can lose ______ drive(s) and still maintain data availability.
two
RAID 6 is similar to RAID 5 but includes an additional parity block. This requires at least four disks but provides redundancy if two drives were to fail.