Skip to main content

CMOS

What is CMOS?

CMOS stands for Complimentary Metal Oxide Semi-Conductor and it stores roughly 64Kb of data. It is the part of the southbridge in most computers. The specification stored in Complimentary Metal Oxide Semi-Conductor must match hardware and it allows you to access the BIOS. When hardware is change or update, Complimentary Metal Oxide Semi-Conductor must be updated.

CMOS Battery


Accessing BIOS through CMOS setup

Complimentary Metal Oxide Semi-Conductor can only be accessed when the PC is booting and key combination at start-up. The changes are stores on an NVRAM Complimentary Metal Oxide Semi-Conductor chip. The mouse doesn’t work in Complimentary Metal Oxide Semi-Conductor setup.
  • AMI and AWARD BIOS – DEL key 
  • PHOENIX BIOS – CTRL, ALT and ESC keys or F2     

CMOS Chip

Complimentary Metal Oxide Semi-Conductor is stored in an SRAM chip called Non-Volatile Random Access Memory (NVRAM). It stores data that is uses by the BIOS and NVRAM is powered by Complimentary Metal Oxide Semi-Conductor battery. The modern BIOS is stores in EEPROM and EPROM and SRAM means motherboards are updateable. In older motherboards, you can also reset Complimentary Metal Oxide Semi-Conductor. 

Other CMOS Settings

  • Load High Performance defaults 
  • Load BIOS setup defaults 
  • Supervisor password 
  • User password 
  • Disconnect the battery for 1 hour to erase the password! 
  • Complimentary Metal Oxide Semi-Conductor can also be clear using a jumper 

Clear CMOS Jumper

CMOS Jumper 

These jumpers are often located near the BIOS chip itself or next to the CMOS battery. To clear CMOS, move the small plastic jumper from the 2 pins it's on over to the other pins or remove the jumper entirely if this is a 2-pin setup. In a 3-pin setup where the center pin is share. Any confusion here can be clear up by checking the CMOS clearing steps outlined in your computer or motherboard manual.

To confirm, switch on the computer and check through that the BIOS settings have reset, or the system password is now clear or not. If everything is good, shutdown your computer, return the jumper to its original position, and then power on the computer back. If you don't return the jumper to its original position, then CMOS will clear on every restart of your computer.

Caution: Clearing the Complimentary Metal Oxide Semi-Conductor on your motherboard will reset your BIOS settings to their factory defaults.

Comments

Popular posts from this blog

Printer

What is Printer? Another widely used output device is a printer and it is a computer peripheral device. A printer produces a hard copy of a processed text or a result. A hard copy refers to a permanent human-readable text or graphics taken on physical print media such as paper or transparency. A printer will use toner to provide a quality print on paper, a toner is a replaceable material. Once the toner gets empty we can refill it and reuse it.  Most of the printers are used for commercial purposes such as private offices, industries, government offices, photo studios, etc,. Most of the printers are used to print emails, documents, files, images, color photos, color documents, color posts, banners, advertisement posters, etc,. There are the following 5 types of printers such as dot matrix printer, inkjet printer, laser printer, dye-sublimation printer, and plotter printer this are all the printer which uses nowadays for a printing purpose. A printer is characterized by the followin...

Interconnecting Devices

Interconnecting Devices An Interconnecting devices is a network device. It used to transfer data from one computer to other computer with the help of network devices. There are five categories of interconnecting devices are such as. Router  Hubs  Switches/Bridge  Repeater  BRouter Repeater: Now I am going to tell you the repeater is an electronic device that used to receive and send a signal. It amplifies the signal and noise. It provides transmission of the signal.  HUB (Hyper User Bus):  In this, it used to link several computers in the same network. It based on broadcasting, and it sends the data to all computers and repeats the signal which receives a signal from one port and copies to other port and traffic are high. Bridge / Switch:  In this, we can see the interconnecting devices which can divide a single network into two or more segment are called Bridge / Switch.  It has multiple ports like 2, 4, 16, and 32. The Switch main...

VERSION CONTROL TOOL (SVN)

VERSION CONTROL TOOL In Project development several team members will be available Each developers will be developing some components in project All the developers may not be available in same office/location Q-1) How to integrate all the developers code ? Q-2) How to track changes happening to source code ? For the above two problems, Version Control Tool is the solution Version Control Tool provides Storage Capacity to store our project source code Version Control Tool provides Monitored Access (Who/When/Why/What) There are several version control tools are available in the market ·         SVN (Subversion) ·         GIT HUB ·         Bit Bucket etc…   SVN SVN stands for Subversion SVN is an Opensource software SVN is a version control software SVN follows Centralized Architecture SVN Architecture ·       ...