Computer Maintenance

Computer Science (Computer) — Learn about Computer Maintenance in Computer Science (Computer). Comprehensive study materials and practice questions.

Study Notes

Computer Maintenance: A Comprehensive Guide

Computer maintenance is the practice of keeping computers in a good state of repair. It involves both preventive maintenance (proactive steps to prevent failure) and corrective maintenance (actions taken to repair a system after a failure has occurred). Proper maintenance ensures system reliability, increases hardware lifespan, and protects sensitive data.

1. General Cleaning of the Computer System

Dust and physical debris are major enemies of computer hardware. They act as thermal insulators, trapping heat inside components like the CPU and GPU, which leads to thermal throttling or permanent hardware failure. Cleaning must be done safely to avoid physical and electrical damage.

Cleaning Best Practices and Tools:

  • Compressed Air: The safest tool for clearing dust from fans, heatsinks, power supplies, and internal motherboard components. When spraying fans, hold the blades still to prevent them from spinning and generating backward voltage (electromagnetic induction).
  • Isopropyl Alcohol (99% concentration): The standard liquid for cleaning electrical contacts, motherboard surfaces, and old thermal paste. It is non-conductive and evaporates almost instantly without leaving a residue.
  • Microfiber Cloth: Used for wiping monitors and plastic cases. Standard paper towels or rough cloths should never be used on screens as they can scratch the display.
  • Electrostatic Discharge (ESD) Protection: Always wear an anti-static wrist strap or touch a grounded metal part of the computer chassis before touching internal components to prevent static discharge from destroying microchips.

2. Power Systems: Laptop Battery & UPS Maintenance

A reliable power source is essential for both portable systems and desktop setups. Maintenance of these power systems ensures continuous operations and prevents sudden system shutdowns that can corrupt data.

A. Portable System Batteries (Laptops and Tablets)

Modern laptops use Lithium-ion (Li-ion) or Lithium-polymer (Li-Po) batteries. Key maintenance practices include:

  • Temperature Management: Avoid exposing batteries to extreme heat, as heat accelerates battery degradation.
  • Charge Cycles: Avoid letting the battery completely discharge to 0% frequently. It is best to keep charge levels between 20% and 80% for long-term health.
  • Battery Calibration: Once every few months, fully charge the battery and then let it drain to near 0% to recalibrate the software meter that monitors battery percentage.
  • Swollen Batteries: If a battery swells, it is a severe safety hazard. Immediately power down the system, remove the battery safely, and dispose of it at an authorized recycling center. Do not puncture or use a swollen battery.

B. Uninterruptible Power Supply (UPS) Maintenance

A UPS protects computers against sudden power surges, sags, spikes, and complete power blackouts by switching to internal battery power.

  • Battery Type: UPS systems typically use Sealed Lead-Acid (SLA) batteries. These batteries have a lifespan of 3 to 5 years.
  • Testing and Replacement: Run self-tests on the UPS using its bundled management software to check battery health. If the UPS beeps continuously or fails to hold a load for more than a few seconds during a power cut, the SLA battery needs replacement.

3. Cleaning Optical Drive Lenses

CD-ROM, DVD, and Blu-ray drives use a laser lens to read data. Dust, smoke particles, and fingerprints can coat the tiny glass lens, causing read errors ("No Disc Found", skipping, or burning failures).

Cleaning Methods:

  • Lens Cleaning Disc: A specialized CD containing tiny brush fibers on its underside. When inserted, the disc spins, and the brushes sweep away dust from the laser lens safely.
  • Manual Cleaning: If the lens is accessible (e.g., in tray-loading laptop drives), it can be cleaned directly using a cotton swab lightly dampened with pure isopropyl alcohol. Gently wipe the lens in a circular motion. Never use household glass cleaners, as they contain chemicals that can permanently cloud the plastic lens.

4. Simple Hardware and Software Maintenance

Maintaining a computer requires balancing hardware care with systematic software tuning.

A. Simple Hardware Maintenance:

  • RAM Reseating & Contact Cleaning: If a system fails to boot and emits continuous beeping codes, the RAM may have loose or oxidized contacts. Remove the RAM modules, clean the gold pins with a soft pencil eraser, blow out the RAM slots with compressed air, and snap the modules firmly back into place.
  • Thermal Paste Replacement: Over time, the thermal compound between the CPU and the heatsink dries out and loses its thermal conductivity, causing CPU overheating. Old thermal paste should be wiped away with isopropyl alcohol and a fresh pea-sized drop of thermal paste applied before reattaching the heatsink.
  • Tightening Loose Cables: Ensure all internal power (ATX, EPS) and data (SATA, PCIe) cables are securely plugged into their sockets.

B. Simple Software Maintenance:

  • Disk Defragmentation: On traditional mechanical Hard Disk Drives (HDDs), files become scattered over the spinning platters over time, slowing down read speeds. Disk defragmentation consolidates these fragments. Note: Never defragment Solid State Drives (SSDs), as they have no moving parts and defragmenting them causes unnecessary write cycles, reducing their lifespan. Instead, use the TRIM command.
  • Disk Cleanup: A utility that deletes temporary files, system cache, and dump files, freeing up storage space.
  • Antivirus and Security Patches: Keep your operating system updated and run regular malware scans to prevent software degradation and cyber attacks.
  • Driver Updates: Ensure device drivers (such as graphics and network card drivers) are updated to maintain system stability.

5. Data Recovery from a Crashed System

A system crash occurs when the operating system fails to load due to hardware failure, malware, file system corruption, or driver conflicts. Recovery is the process of restoring functionality and saving user data.

Strategies for Data Recovery and Crash Management:

  • The 3-2-1 Backup Rule: To prevent permanent data loss, keep at least three (3) copies of your data, stored on two (2) different media types, with at least one (1) copy stored offsite (e.g., cloud storage).
  • System Restore Points: A Windows feature that allows users to roll back system files, registry entries, and installed programs to a previous stable state without affecting personal documents.
  • Safe Mode: A diagnostic startup mode that loads only the absolute minimum drivers and services. It allows users to uninstall problematic software, rollback bad drivers, or back up data when the main operating system fails to boot normally.
  • Data Recovery Software: Specialized tools (e.g., Recuva, EaseUS) can scan a failing drive to reconstruct lost files from the Master File Table (MFT) or scan raw drive sectors.
  • Command Line Recovery Tools: Tools like chkdsk /f /r can check the hard drive for file system integrity errors and recover readable data from bad disk sectors.

Master Computer Maintenance Now!

Test your understanding with actual past questions and get instant, AI-powered explanations for every answer.

Start Free CBT Practice