Typical Configuration of Computer System
Typical Configuration of Computer System
Chapter-1
TYPICAL CONFIGURATION OF COMPUTER SYSTEM
Introduction:
Computer:-“It is an automatic electronic machine that can store, recall and process data. It
can perform tasks or complex calculation according to a set of instructions or programs.
Terms and definitions in the study of computer system are:
Hardware: It consists of all the physical devices and their interconnections for the purpose of
storing and executing a program.
Software: It is a collection of computer programs and their related data which instructs the
computer the tasks to be performed and how it should be performed.
Data: Data is the raw information or basic facts that computer can process.
Information: - The processed data which provide some meaning.
User(s): People who use the computers are called users.
Block diagram of a computer:
A computer is designed using four basic units. They are
1. Input Unit
2. Central Processing Unit(CPU)
Control Unit
Arithmetic and Logic Unit (ALU)
Registers
3. Memory Unit
4. Output Unit
Input Unit:
The Input unit basically links the external world or environment to the computer system.
The input unit may consist of one or more input devices.
he input unit converts input data into binary form before it is sent for processing.
Central Processing Unit (CPU):
Processor socket:- It may be a rectangular connector into which the processor is mounted
vertically or a square shaped connector with many small connectors into which the processor is
directly inserted.
Types of Motherboard:
There are four different types in motherboard:
XT - Extended Technology.
AT - Advanced Technology.
Baby AT - XT + AT.
ATX - Advanced Technology Extended
XT Motherboards:
XT stands for Extended Technology.
These are old model motherboards.
In this we find old model processor socket like LIF (Low Insertion Force) sockets,
RAM slots: DIMM (Dual Inline Memory Modules)
ISA(Industry Standards Architecture) slots,
12 pin power connector.
They have slot type processors and no ports.
Ex: Pentium-I, Pentium-MMX, Pentium-II and Pentium-Pro.
AT Motherboards:
o AT stands for Advanced Technology.
AT Motherboards have PGA (Pin Grid Array) socket,
SD RAM slots,
20 pin power connector
PCI slots and ISA slots.
AT has 5-pin large keyboard connector.
Ex: Pentium-III Processors
Baby AT Motherboards:
o Baby AT motherboards is the combination of XT and AT.
It consists of slot type and PGA Processor socket.
SD RAM and DDR RAM slots.
PCI and ISA slots.
12 pin and 20 pin power connector.
First motherboard with built-in sockets for I/O ports.
Ex: Pentium-III and Pentium-IV
ATX Motherboards:
o ATX stands for Advanced Technology Extended.
Latest Motherboard all are called as ATX motherboard, designed by ATX form factor.
It consists of MPGA Processor sockets,
DDRRAM Slots, AGP Slots
SATA Connectors,
20 pin and 24 pin ATX power connector and ports
It is a full size board measuring 12” wide by 9.6” deep.
Ex: Pentium-IV, Dual Core, Core 2 Duo, Quad Core, i3, i5 and i7.
General Structure of Motherboard
The chipset is the glue that connects the CPU to the rest of the motherboard.
All the components of the system communicate with the CPU through the chipset.
South Bridge or south chipset is similar as north chipset but slower than the north bridge.
The information from the CPU has to go through North Bridge before reaching south bridge.
Different buses connect south bridge to PCI, USB ports and the IDE or SATA connectors.
Components of Motherboard:
The motherboard componeents are:
o Processors (CPU) o Disk Conntrollers
o BIOS o I/O Ports and Interfaces
o CMOS o BUS
o Slots
Processors (CPU):
The processors or CPU is the main component on the motherboard annd is called the brain
of the computer.
CPU consists of 1) ALU 2) CU 3) Registers
Arithmetic and logic unit performs all the arithmetic and logic operations on data.
CU is responsible for organizing the processing of data and instructions.
Registers is a temporary storage areas for holding data and instructions.
Note:
Clock Speed: A measure of a processor’s operating speed ,i.e the frequency with which the
processor executes instructions and is currently measured in MHz (Megahertz) and GHz
(Gigahertz).
A CPU’s performance is measured by the number of instructions executed per second i.e.
MIPS & BIPS (Millions of instructions per second).
Microprocessor: The CPU fabricated as a single Integrated Circuit (IC) which contains
the entire computational engine.
Example: Intel
BIOS (Basic Input Output System):
BIOS is a small chip on the motherboard that holds a set of instructions to load the hardware
settings required to activate various devices like keyboard, monitors or disk drives.
The BIOS runs when the computer is switched ON.
t performs a Power On Self Test (POST) that checks if the hardware devices are present and
functioning properly.
The BIOS invokes the bootstrap loader to load the OS into memory.
CMOS (Complementary Metal Oxide Semiconductor)
It is a type of memory chip to store date, time and system setup parameters.
These parameters are loaded every time the computer is started or switched on.
BIOS & CMOS are kept powered by a small lithium Ion battery located on motherboard.
Slots:
Slot: A slot is an long narrow slit or opening space in a computer motherboard where we
can insert a printed circuit board.
Slots are often called expansion slots as they allow you to expand the capabilities of the
system.
There are several types of slots are:
ISA (Industry Standard Architecture):
o ISA slot is used to connect modem and input devices.
PCI (Peripheral Component Interconnect):
o PCI slots are used to connect graphics accelerators cards, sound card, internal modems
or SCSI cards.
o They are much faster than ISA cards.
Disk Controllers:
It is a circuitry that enables CPU to communicate with hard disk, floppy disk and other
kinds of disk drives.
There are two types of disk controllers.
Hard Disk Controller (HDC)
Floppy Disk controller(FDC)
Hard Disk Controller (HDC
o The HDC is the interface that enables the computer to read and write information to the
hard disk drive.
o This connector is used to insert an Integrated Digital Electronics (IDE) cable which
consists of 40 wire ribbon cable.
o IDE cables connect devices such as hard drives, CD drives and DVD drives.
Floppy Disk Controller (FDC)
FDC is a interface that directs and controls reading from and writing to computer
floppy disk drive.
FDC usually performs data transmission in Direct Memory Access (DMA) mode.
It normally supports 33 wire ribbon cable and can connect up to 4 floppy disks
USB port :
o It is by high performance hard disk, high end scanner and CD-ROM Drives.
o It is used for fast Data transfers and I/O operations.
o They are Costlier and need separate dedicated adapters.
BUS
A bus is a collection of parallel wires that form a pathway to carry address, data and control
Signal.
The functional features of bus are:
o A bus is a set of wire and each wire can carry one bit of data.
o A bus width is definned by the number of wires in the bus
A computer bus can be divided into two types
o Internal Bus:
Data Bus:
o It provides a path to transfer data between CPU and memory and different components.
o The Number of wires in the data bus determines the quantity of data it can carry.
o Computer performance can be increased by increasing the number of wires.
o The number of lines is called width and it could vary between 16, 32 etc.
Address Bus:
o A collection of wires used to identify particular location in main memory is called
Address Bus.
o It provides the physical address of data in the system memory to facilitate data transfer.
o The address bus width determines the maximum number off memory location the
computer can address.
Control Bus:
• The connections that carry control information between the CPU and other devices within
the system is called Control Bus.
• It is used to control the access and the use of the data and the address lines.
• It is bidirectional.
Memory:
A computer memory refers to the electronic storing space for instructions and data.
Two kinds of memory are commonly used:
o Primary or Main Memory
o Secondary Memory
Primary Memory:
o Primary memory is the main memory of the computer.
o It stores programs and data which are currently needed by CPU.
Functions of primary memory:
To contain a copy of the main software program i.e. operating system. This
program is loaded into the primary memory when the computer is turned on.
Temporarily store a copy of the application program.
Temporarily store the data input from the keyboard.
Temporarily store the result which is generated from processing until it is
transferred to output device.
o Primary memory is of two types.
1. RAM (Random Access Memory)
2. ROM (Read Only Memory)
Cache Memory:
The cache memory is a very high speed memory placed in between RAM and CPU.
Cache memory stores data that is used more often, temporarily and makes it available to CPU
at fast rate. Hence it is used to increase the speed of processing.
The CPU first looks in the cache memory for data and instructions and if data is not found only
then it goes for the RAM.
Cache memory is very expensive and it is smaller in size.
Cache memory of sizes 256 KB to 2 MB.
It is categorized as “levels”.
Level 1 (L1) cache: It is extremely fast but relatively small and is usually present inside the
CPU. The size of L1 cache varies from 32 KB to 512 KB
Level 2 (L2) cache: It may be located outside the CPU on a separate chip and a high speed
system bus interconnecting the cache to the CPU. The size of L2 cache varies from 1MB to
2MB.
Level 3 (L3) cache: It is typically specialized memory that works to improve the performance
of L1 and L2. It is slower the L1 or L2 but it is usually double the speed of RAM.
Switch Mode Power Supply:
SMPS stands for Switch Mode Power Supply.
An SMPS converts AC power from an electrical outlet to DC power needed by system
components.
The SMPS contains the power card plug, a fan for cooling because it generates a lot of heat.
Sample SMPS will be in the range of 300-500 watts
UPS:
UPS stands for “Uninterruptible Power Supply”.
An UPS is a power supply that includes a battery to maintain power in the event a power
failure.
An UPS keeps a computer running for several minutes to few hours after a power failure.
There are two types of UPS
Online UPS
Standby UPS/ Offline UPS
Online UPS:
o An online UPS continuously provides power from its own inverter, even when the
power line is functioning properly.
o Online UPS is more costly than offline UPS.
Offline UPS: