Lecture 2 - The Components of The System Unit
Lecture 2 - The Components of The System Unit
Computing
Lecture 2:
The Components of The System
Unit
Lecture 2 Objectives
Differentiate among various styles
of system units
Differentiate among the various
types of memory
Identify chips, adapter cards, and other
components of a motherboard
Describe the types of expansion slots and
adapter cards
Describe the components of a processor and how
they complete a machine cycle
Explain the difference among a serial port, a
parallel port, a USB port, and other ports
Identify characteristics of various personal
computer processors on the market today
Describe how buses contribute to a
computer’s processing speed
Define a bit and describe how a series of bits
represents data
Identify components in mobile computers
and mobile devices
Explain how programs transfer in
and out of memory
Next
The System Unit
What is the system unit?
Case that contains
electronic components
of the computer used
to process data
Sometimes called
the chassis
Main circuit
board in system
unit
Contains adapter memory chips
cards, processor
chips, and
memory chips
Also called
memory slots
system board Expansion
slots for
Click to view Web Link, adapter cards motherboard
click Chapter 4, Click
Web Link
from left navigation,
then click Clock
Motherboards
p. 182 Fig. 4-3 Next
below Chapter 4
The System Unit
dual inline
packages (DIP)
What is a chip? holds memory
chips
Small piece of semi-conducting
material on which integrated
circuits are etched
Integrated circuits contain
many microscopic pathways
capable of carrying electrical
current
pin grid
Chips are packaged so they can array (PGA)
package
be attached to a circuit board holds processor
chips
Click to view
animation
Storage
Devices
p. 186 - 187 Fig. Next
4-4
Processor
What are multi-core processors?
A multi-core processor is a chip with two or more
separate processors
A dual-core processor is a single chip that contains two
separate processors
A quad-core processor is a single chip that contains four
separate processors
Each processor on a multi-core chip generally
runs at a slower clock speed, but increases overall performance
Memory
Step 2.
Step 4. Store Decode
Write result to memory Translate
instruction into
Processor commands
ALU Control Unit
Step 3.
Execute
Carry out command
Stores location
from where instruction
was fetched
Stores Stores data
instruction while it is while ALU
being decoded computes it
Stores results
of calculation
p. 185 Next
Processor
What is the system clock?
Controls timing of all computer operations
Generates regular electronic pulses, or ticks, that set
operating pace of components of system unit
Pace of system
clock is clock speed
Processor speed can
Each tick Most clock speeds are
also be measured in
is a in the gigahertz (GHz)
millions of instructions
clock cycle range (1 GHz = one
per second (MIPS)
billion ticks of system
clock per second)
Piggyback upgrade
stack new chip on top of old one
Daughterboard upgrade
chip is on adapter card that plugs into motherboard
p. 188 Next
Processor
What is a zero-insertion force (ZIF) socket?
Allows you to install and remove chips with no force
lever
lever
p. 190 Next
Processor
What is parallel processing?
Using multiple Control Processor
processors
simultaneously to
execute a
program faster Processor 1 Processor 2 Processor 3 Processor 4
Requires special Memory Memory Memory Memory
software to divide
problem and
bring results
together Results combined
Step 3.
Step 4. The system unit converts the
After processing, the binary scan code for the capital letter T
code for the capital letter T is to its ASCII binary code
converted to an image, and (01010100) and stores it in
displayed on the output device. memory for processing.
RAM
Step 4. When you quit a program, such as
the Web browser, its program instructions are
removed from RAM. The Web browser is no
longer displayed on the screen.
Dynamic
Faster and
Must be RAM more reliable
re-energized
constantly (DRAM) than DRAM
chips
p. 199 Next
Memory
Where does memory reside?
Resides on small circuit
board called memory
module
Memory slots on
motherboard hold memory
modules
performance, you
need more than
minimum specifications
p. 198 Next
Memory
What is flash memory?
Nonvolatile memory that can be erased electronically and rewritten
USB port
p. 203 Next
Memory
What is access time?
Amount of time it takes processor
to read data from memory
Measured in nanoseconds (ns),
one billionth of a second
It takes 1/10 of a second to blink
your eye; a computer can perform
up to 10 million operations in same amount of
time
Term Speed
Millisecond Onethousandth of a second
Microsecond Onemillionth of a second
Nanosecond Onebillionth of a second
Picosecond Onetrillionth of a second
External peripherals
might use an AC
adapter, which is an
external power supply
p. 213 Next
Mobile Computers and Devices
What is a mobile computer?
Notebook, weighing between
2.5 and 10 pounds, or mobile
device such as a PDA, MP3
player
Lecture 2 Complete