I had a quick email from a Sarah in NJ asking about exactly what a BIOS is, here is a quick explanation of what a BIOS is and what it does.
The term is incorrectly known as Binary Input/Output System, Basic Integrated Operating System and occasionally Built In Operating System. BIOS refers to the firmware code run by a personal computer when first powered on.
The primary function of the BIOS is to identify and initiate component hardware, (such as hard drives, floppies, and CDs). This is to prepare the machine so other software programs stored on various media can load, execute, and assume control of the PC. This process is known as booting, or booting up, which is short for bootstrapping.
The BIOS software has a number of different roles, but its most important role is to load the operating system.
When you turn on your computer and the microprocessor tries to execute its first instruction, it has to get that instruction from somewhere. It cannot get it from the operating system because the operating system is located on a hard disk, and the microprocessor cannot get to it without some instructions that tell it how.
The BIOS provides those instructions. Some of the other common tasks that the BIOS performs include:
- A power-on self-test (POST) for all of the different hardware components in the system to make sure everything is working properly
- Activating other BIOS chips on different cards installed in the computer – For example, SCSI and graphics cards often have their own BIOS chips.
- Providing a set of low-level routines that the operating system uses to interface to different hardware devices – It is these routines that give the BIOS its name. They manage things like the keyboard, the screen, and the serial and parallel ports, especially when the computer is booting.
- Managing a collection of settings for the hard disks, clock, etc.
I hope that cleared up any questions you had on BIOS Sarah, thank for the inquiry.
