01 Computer System 2010
01 Computer System 2010
Hardware Maintenance
Input
Processing
Output
Storage
Hardware
Software
Input H/W
Application S/W
Output H/W
System S/W
Live Ware
Storage H/W
Processing H/W
3
Keyboard,
Mouse, Scanner
Printer, Monitor, Plotter
CD drive, Floppy drive, Hard disk, RAM
NIC, CPU, Motherboard, etc
4
2.
Physical identification
Just by looking at (observing) the
components
Using Software
Use a software application to identify the
hardware components & configuration
Common Hardware
Motherboard
Keyboard, Mouse, Touchpad, Light pen
Scanner
Speakers
Monitor
Printer
Laser
printer
Ink jet, bubble jet
Line printer, Dot-matrix printer
Computer Monitor
CRT (Cathode Ray Tube)
LCD (Liquid Crystals Display)
Aspect Ratio - ratio of the width of the
display screen to the height (Ex:- 4:3,
Wide Screen 16:9)
Screen size - measured in inches from
one corner to the corner diagonally across
from it (Ex:- 15. 17, 19, 21)
Bit-Depth
Number of Colors
2 (monochrome)
4 (CGA)
16 (EGA)
256 (VGA)
16
24
32
11
12
13
14
15
CPU
16
17
CPU
The CPU is inserted directly into a CPU
socket, pin side down, on the motherboard
Each motherboard will support only a
specific type or range of CPU
There are two typical components of a
CPU
Microprocessor
A silicon chip that contains a CPU or a
computer processor on a microchip
The terms microprocessor and CPU are
used interchangeably
Microprocessors also control the logic of
almost all digital devices, from clock radios
to fuel-injection systems for automobiles
19
Characteristics of Microprocessors
Intel
Intel
Core i7 Processor
Intel Core2 Extreme processor
Intel Core2 Quad Processor
Intel Core 2 Duo
AMD
AMD
Athlon 64 X2 Dual-Core
AMD Athlon X2 Dual-Core
21
CYRIX
CYRIX
5x86
CYRIX 486
IBM
IBM
PPC750GX/GL
Characteristics of Microprocessors
23
Motherboard
Central circuit board connecting all
components together
Form Factor
Sockets
Chipset
Bus
Slots
Other features
24
Form Factor
Shape & layout of a motherboard
Determines what kind of PC case the
motherboard can fit into
Determines what types of components it
can hook up
Ex: ATX, mini ATX
Sockets
Place where the CPU is hooked up on the
motherboard
Determines what kind of CPU it can use
Earliest socket type is socket 7
Socket
Sockets cnt.
Socket
27
Picture of a Sockets
Chipset
29
Chipset cnt
Northbridge and the Southbridge connect
the processor to other parts of the
computer
Chipset can not be upgraded or replaced
30
CPU
31
Northbridge
Connect directly to CPU via the front side
bus (FSB)
Connects to the AGP or PCI Express bus
and the memory to itself
A memory controller is located on the
Northbridge, which gives the CPU fast
access to the memory.
32
Southbridge
Slower than the Northbridge
information from the CPU has to go
through the Northbridge before reaching
the Southbridge
Other busses connect the Southbridge to
the PCI bus, the USB ports and the IDE or
SATA hard disk connections.
33
Bus
A circuit (path) that connects one part of
the motherboard to another
If the bus can handle more data at a time it
can transfer data fast
Speed measured in megahertz (MHz)
Bus speed usually refers to the speed of
the front side bus (FSB)
FSB - connects the CPU to the
Northbridge
34
Bus cntd.
The back side bus connects the CPU with
the level 2 (L2) cache (secondary or
external cache)
The faster a computer's bus speed, the
faster it will operate
35
Slots in Motherboard
etc
37
AGP versions
AGP 1.0
1x
AGP 2.0
1x
AGP Pro
1x
AGP 3.0
1x
40
41
Main memory
The amount of main memory on a
computer is crucial
Computers often have too little main
memory
There are two different types of RAM
DRAM
DRAM Vs SRAM
Differ in the technology they use to hold
data
DRAM being the more common type
In terms of speed, SRAM is faster
DRAM needs to be refreshed thousands of
times per second while SRAM does not
need to be refreshed
SRAM is faster than DRAM
43
DRAM Vs SRAM
Despite SRAM being faster, it's not as
commonly used as DRAM because it's so
much more expensive
Both types of RAM are volatile
44
SDRAM
Synchronous DRAM
Synchronous Dynamic Random Access
Memory
SDRAM can run at 133 Mhz
45
DDR RAM
DDR RAM - Double-Data-Rate RAM
DDR RAM is based on the same
architecture as SDRAM
Very fast computer memory
46
DDR1 vs DDR2
DDR1 Memory
DDR2 Memory
Module package
Speeds (in
MHz)
Voltage
2.5 volt
1.8 volt
Chip package
TSOP/BGA
FBGA
Module
Bandwidth
E
Up to 6.4GB/second
Up to 10.6GB/second
Chip densities
Up to 1Gb
Up to 4Gb
CAS Latency
2/2.5
3/4
47
Cache Memory
A special high-speed storage mechanism
It can be either a reserved section of main
memory or an independent high-speed
storage device
Two types of caching
memory
caching
disk caching
48
Cache Memory
Also called a cache store or RAM cache
is a portion of memory made of highspeed Static RAM (SRAM) instead of the
slower and cheaper Dynamic RAM
(DRAM) used for main memory
Memory caching is effective because most
programs access the same data or
instructions over and over
49
Cache Memory
By keeping as much of this information as
possible in SRAM, the computer avoids
accessing the slower DRAM
Some memory caches are built into the
architecture of microprocessors
Example : The Intel 80486
microprocessor, contains an 8Kb memory
cache and the Pentium has a 16Kb cache
50
Cache Memory
Such internal caches are often called
Level 1 (L1) caches
Most modern PCs also come with external
cache memory, called Level 2 (L2) caches
51
L2 cache
Short for Level 2 cache
Cache memory that is external to the
microprocessor
Also called the secondary cache
Resides on a separate chip from the
microprocessor chip
52
Disk caching
Works under the same principle as
memory caching
Instead of using high-speed SRAM, a disk
cache uses conventional main memory
(RAM)
The most recently accessed data from the
disk (as well as adjacent sectors) is stored
in a memory buffer
53
Disk caching
When a program needs to access data
from the disk, first checks the disk cache
to see if the data is there
Disk caching can dramatically improve the
performance of applications
because accessing a byte of data in RAM
can be thousands of times faster than
accessing a byte on a hard disk
54
Cache hit
When data is found in the cache, it is
called a cache hit
Effectiveness of a cache is judged by its
cache hit rate
55
Hard disk
Non Volatile
Less Expensive
Slower than RAM
How Hard disk Works
56
ATA
ATA standard has moved through seven
recognized phases, (ATA-1, 2, 3, etc)
These could make data transfer rates of
up to133 MB/sec
ATA, PATA and IDE similar
ATA is based on a 16 bit parallel interface
ATA hard drive uses a ribbon cable with
40 channels
58
SATA
in the year 2000, hard drive technology
came up with a new hard drive standard
called Serial ATA
SATA cable which only has 7 wires
SATA hard drives operate cooler and on
higher bandwidths which equates to faster
data transfer
150 MB/second
59
SATA
60
61
Processor
Speed
Type
Bus Speed
Cache
62
Lab Sheet 1
Preparing Specifications
64