UNIT 3 (Autosaved)
UNIT 3 (Autosaved)
Topics to be Discussed
• Processor
• Multi Core processors
• Co-Processor
• Cache Memory
• BIOS Components & Functions
Central Processing Unit (CPU)
• The Central Processing Unit (CPU) or simply
processor is considered as the “brain” of any
computer. It is the most important component or
element of a computer system in terms of
computing power.
• It is located in the CPU socket onto the computer
motherboard. Sometimes, it is also called
a microprocessor.
• Either a fan or heat sink (usually both) is attached
from this component. This device draws away the
heat a processor produces
• Every computer has at least one central processing
unit or processor. This component performs most
of the calculations and performs 90 percent of all
the computer’s functions.
• A CPU or processor reads data, processes
(calculates) the data according to the program
instructions, and gives the results of the
calculations. The data in the instructions tells the
CPU processor what to do.
• The speed of processor is measured in MHz or GHz
• All the digital devices have processors(Mobile,
smart watches etc.)
These metal pins or dots establish the electrical
connection between the CPU and the
motherboard when inserted into the socket.
They allow the CPU to receive power and
communicate with other components on the
motherboard.
Components or Parts of CPU (Central Processing Unit)
Ex. Central Processing Unit (CPU) Ex. Graphics Processing Unit (GPU)
• BIOS & BIOS components
• BIOS stand for Basic Input/Output system.
• The system BIOS is the lowest-level software in the
computer; it acts as an interface between the
hardware, especially the chipset, processor and the
operating system.
• The BIOS provides access to the system hardware and
enables the creation of the higher-level operating
system like DOS, Windows, and Linux etc.
• BIOS identifies, configures, tests and connects
computer hardware to the OS immediately after a
computer is turned on. The combination of these
steps is called the boot process.
• When you turn on your computer, the BIOS
does several things. This is its usual sequence:
• Check the CMOS Setup for custom settings
• Load the interrupt handlers and device drivers
• Initialize registers and power management
• Perform the power-on self-test (POST)
• Display system settings
• Determine which devices are bootable
• Initiate the bootstrap sequence
• BIOS components
• 1) BIOS ROM :
– The main hardware component of the system BIOS is the
system BIOS ROM itself.
– This is normally located in an electrically-erasable read-
only memory (EEPROM) chip, which allows it to be
updated through software control. This process is
commonly called flashing BIOS.
– Under normal circumstances, the BIOS ROM is permanent.
• If for some reason the BIOS ROM were to become corrupted
for example, you might find your PC left in a state where it
could not be booted. In this situation. you might have to
physically replace the BIOS ROM. but this is a very rare
happening
• 2) BIOS CMOS Memory:
– CMOS stands for "Complementary Metal Oxide Semiconductor". This is one
type of technology, used to make semiconductors (integrated circuits) such as
processors, chipset chips, DRAM, etc.
– CMOS has the advantage of requiring very little power compared to some
other semiconductor technologies.
– This is why it was chosen for this use.
– So that the amount of power required from the battery would be
minimal. and the battery would be able to last a long time.
– The BIOS settings must be saved in non-volatile memory so that they are
preserved even when the machine power is off.
– A special type of memory is used to store this information called CMOS
memory. and a very small battery is used to trickle a small charge to it to make
sure that the data it holds is always preserved.
– These memories are very small typically 64 bytes.
– This non-volatile memory is sometimes called NVRAM (Non Volatile RAM).
• The most of motherboard allow to clear the CMOS memory when
require, when this is helps someone set the CMOS setup password and
forgot it.
• Functions of BIOS
• 1) Power-On Self-Test (POST): During the boot process,
the BIOS performs a series of tests on the hardware
components, such as the CPU, memory, and storage
devices, to check if they are functioning properly. If any
issues are detected, the BIOS may display error
messages or emit beep codes to alert the user.
• 2) System Configuration: The BIOS allows users to
configure various system settings, such as the boot
order of devices, date and time, and hardware
parameters. These settings can be accessed and
modified through the BIOS setup utility, which is
typically accessed by pressing a specific key during the
boot process, such as F2 or Del.
• 3 ) Device Initialization: The BIOS initializes all the hardware
components of the computer, including the CPU, memory, storage
devices, and peripheral devices, such as keyboard and mouse. It
provides the necessary instructions for these devices to start
functioning and communicate with the operating system.