askvity

What Does CMOS Do?

Published in Computer Hardware 3 mins read

CMOS, which stands for Complementary Metal-Oxide-Semiconductor, refers to a small but essential memory chip located on a computer's motherboard. Its primary function is to store critical system information that the computer needs to start up correctly every time.

Understanding CMOS

At its core, CMOS isn't just a chip; it's the technology used to create the chip that holds specific settings. Unlike the main system RAM, CMOS memory is designed to consume very little power, allowing it to retain data even when the computer is turned off.

Key Functions of CMOS

Based on the reference provided, the CMOS memory serves several vital purposes for your computer's operation:

  • Storing BIOS Settings: It holds the configuration settings for the computer's Basic Input/Output System (BIOS). The BIOS is firmware that runs when you first turn on your computer, performing a Power-On Self-Test (POST) and initializing hardware before loading the operating system.
  • Remembering System Time: The CMOS chip keeps track of the current system time and date. This ensures that timestamping for files and system events is accurate, even after the computer has been shut down.
  • Retaining Hardware Configuration: It stores details about your computer's hardware setup, such as the type and number of hard drives, boot order (which drive to start from), and settings for various ports and components. This hardware configuration is crucial for the BIOS to properly detect and interact with the installed devices.

These settings are essential because they tell the computer how to communicate with its components and how to begin the boot process.

The Role of the CMOS Battery

To ensure the CMOS memory retains the stored BIOS settings, system time, and hardware configuration when the computer is powered off, it requires a constant, albeit small, supply of electricity. This power is provided by a small, coin-shaped CMOS battery located on the motherboard. If this battery dies, the CMOS loses power, and the stored settings revert to default values, often causing issues like incorrect system time or errors during boot-up.

Accessing CMOS Settings (BIOS Setup)

Users can typically access and modify the settings stored in CMOS through the BIOS setup utility. This utility is accessed by pressing a specific key (commonly F2, Del, F10, or F12) during the initial boot sequence before the operating system loads. Within the BIOS setup, you can adjust various parameters, including:

  • Setting the date and time
  • Changing the boot order
  • Configuring system passwords
  • Enabling or disabling integrated hardware components

In summary, CMOS is a vital component that stores the foundational settings needed for a computer to start up and function correctly, keeping track of time and hardware configurations thanks to its dedicated battery.

Related Articles