Computer Hardwares Basic - Inside The Box
Computer Hardwares Basic - Inside The Box
Computer Hardwares Basic - Inside The Box
Basic
- Inside The Box
Introduction to Computer Hardware
• Case • Keyboard/mouse
• Power switch • Network card
• Reset switch • Modem
• Hard drive • Sound card
• Floppy • Video card
• CD/DVD • RAM
• Zip drive • Motherboard
• Serial ports • Bus
• Parallel port • Fan
• USB port • Cables
A computer is:
• An electronic machine that can be
programmed to accept data (input), and
process it into useful information
(output). Data is put in secondary
storage (storage) for safekeeping or later
use.
• The processing of input into output is
directed by the software, but performed
by the hardware.
Graphic Representation of Computer Components:
SOURCE: http://spruce.flint.umich.edu/~weli/courses/bus181/notes/chap4.html
The basic system including keyboard, mouse and
monitor.
The case…
Front of the System Unit
• Drives are housed in drive bays
which are accessed at the front of
the case.
• Internal drives, such as the hard disk
drive, are installed in internal bays
that are not typically as accessible as
the external drives pictured here.
• System Unit cases come in a huge
array of types and styles, depending
upon hardware needs.
What is in the box?
Motherboard
ABIT KT7 RAID
The System Unit
❖Structure:The System Unit
includes the central processing unit,
memory modules, expansion slots,
and electronic circuitry as well as
expansion cards that are all
attached to the motherboard; along
with disk drives, a fan or fans to
keep it cool, and the power supply.
❖Protection: The system case
protects the inside of the system
from physical damage and electrical
interference.
❖Cooling: The case provides
cooling system to the vital
components.
❖Status Display: contains lights or
LEDs that provide information inside
the box to the user.
❖All other devices (monitor,
keyboard, mouse, etc., are linked Sources: Tom’s Hardware site: http://www.tomshardware.com
either directly or indirectly into the
system unit.
and…
and…
Power Supply
• A power supply is a transformer and voltage control device in a computer
that provides power to all the electronic components by converting them
into the low voltage DC supply.
• When computer is turned on, the power supply allows the converted
electricity to travel to other components inside the computer.
• Power supply provides protection against surge and spikes in the power,
which could damage vital components of the computer.
• Nowadays, PC power supply is capable of providing several different
voltages, at different strengths and manages additional signals for the
motherboard.
• The power supply plays an important role in the following areas:
❖ Stability
❖ Cooling
❖ Expandability
The Motherboard and CPU
⧫ The motherboard is the main
circuit board of a
microcomputer. It contains the
central processing unit (CPU),
the Basic Input/Output System
(BIOS), CMOS, memory, mass
storage interfaces, serial and
parallel ports, expansion slots,
and all the controllers for
standard peripheral devices
like the keyboard, disk drive
and display screen.
BIOS
• BIOS stands for Basic Input/Output System. It is the lowest-level software
in the computer; it comprises a of several routines and start up instruction
inside a ROM. This gives two advantages: firstly, the code and data in the
ROM BIOS need not be reloaded each time the computer is started,
secondly they cannot be corrupted by any application that are accidentally
written into wrong part of memory
• The first part runs as soon as the machine is switched on. It inspects the
computer to determine what hardware is fitted and then conducts simple
test (power-on self test) for normal functionality. If all the tests are passed,
the ROM then determines the drive to boot the machine.
• Most PCs have the BIOS set to check for the presence of an OS in the
primary hard disk. Once the machine is booted, the BIOS serves a different
purpose by presenting DOS with a standardize API for the PC
CMOS
• Motherboard includes a separate block of memory made up of very low
power consumption called CMOS (Complementary Metal Oxide Silicon)
chip. This chip is kept alive by a battery even when the PCs power is off.
• The function of CMOS chip is to store basic information about the PCs
configuration number and type of hard and floppy drives, memory
capacity etc.
• The other important data which is kept in CMOS memory, is system time
and date. The clock, CMOS chip and batteries are usually all integrated in a
single chip
Typical parts of a motherboard.
ABIT SE6
Inside the Processor
❖The CPU has 2 fundamental sections:
the Control Unit, and the Arithmetic
Logic Unit. These work together to
perform processing operations.
❖Other components of the CPU include
the Registers and the System Clock.
❖ A processor’s clock speed is
measured in Megahertz (MHz) and
Gigahertz (GHz). Clock speed is the
speed at which a processor executes
instructions. A Pentium IV typically has
a clock speed of 1.4 GHz.
Approx. Pages
Name Abbreviation Approx. # of Bytes Exact # of Bytes
of Text
Byte B One 1 One character
Kilobyte KB (or K) One thousand 1,024 One-half page
Megabyte MB One million 1,048,576 500 pages
500,000,000
Terabyte TB One trillion 1,099,511,627,776
pages
Cache Memory
• The cache is very high speed, expensive piece of memory, which is used to
speed up the memory retrieval process.
• Due to its high cost, CPU comes with a relatively small amount of cache
compared with the main memory.
• Without the cache memory, everytime the CPU requests for data, it would
send a request to the main memory which would then be sent back across
the system bus to the CPU.
• The idea of introducing cache is that this extremely fast memory would
store data that is frequently accessed and if possible, the data that is
around it.
• The computer uses logic to determine which data is the most frequently
accessed and keeps them in the cache.
• A cache is a piece of very fast memory, made from high-speed static RAM
that reduces the access time of the data.
Ports
• Ports are sockets that allow you to
plug in device connectors to access
the common electrical bus on the
motherboard.
• Ports are usually found on the back
of the system unit, but newer styles
also have some of them
conveniently located on the front.
• Ports allow specific types of
connectors (which partly reflects
changing technology as well as
various kinds of technology).
Cabling
Types of Ports
• Serial ports transmit data one bit at a
time, like the picture on the left
illustrates.
• Parallel ports transmit more than one
byte at a time.
• These types of port designs are based on
whether or not fast data transmission
rates are required by the device or not.
• Most computers come with basic types
of ports (serial, parallel, PS/2 and USB);
and expansion cards allow you to expand
the available types needed by specific
devices.