Extract
Extract
The first step in the booting process is called POST (Power On Self Test). This test checks the
functioning of all the connected hardware, including primary and secondary storage devices.
On passing POST, the contents of CMOS (Complementary Metal Oxide Semiconductor) chip
are checked. CMOS is a small amount of memory on the motherboard that stores BIOS (Basic
Input Output System) settings.
The primary function of BIOS is to boot up an operating system on the computer. BIOS includes
the instructions to load basic computer hardware. It is responsible for accessing and configuring
the system settings like password, date, and time.
Once all the steps of BIOS get completed, the operating system is loaded into the RAM. The OS
then starts running.
---
The operating system shuts down by closing its programs, services, and processes.
---
Operating System
A machine cannot do anything on its own. It requires specific instructions on how to perform
each task. A computer understands only machine language, which is a set of binary codes.
This means the user cannot communicate with the computer directly. Thus, we require an
interface between the user and the hardware. The operating system acts like that interface. The
computer follows the instructions given by the user with the help of an operating system. It is the
master program that makes our PC come alive and helps in running different applications.