22
Computer Hardware The Processin g Unit

Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Embed Size (px)

Citation preview

Page 1: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Computer Hardware

The Processing

Unit

Page 2: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Computer System

InputDevices

OutputDevices

StorageDevices

CommunicationDevices

Processing Unit

Page 3: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Processing Unit

• The main part of a microcomputer is called the System Unit

• Most of the processing hardware is on the motherboard

Page 4: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Processing Unit

• The motherboard is the main circuit board in a computer

A circuit board is a sheet of fiberglass on which electronic components are solderedThese components are connected with traces of copper printed on the surface

Page 5: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Motherboard

1 – The CPU

2 – The Chipset

3 – Main Memory

4 – The System Bus

5 – The System Clock

FiveMain

MotherboardComponents

Page 6: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The CPU

CPU

Control Unit ALU Registers

The Central Processing Unit has 3 parts

Page 7: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Control Unit

The Control Unit• Regulates the flow of information• Monitors all operations performed by the

system• Runs Programs:

Fetches program instructions from memory Increments the Program CounterDecodes the instruction Executes the instructionWrites results to memory

Page 8: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The ALU

The Arithmetic and Logic Unit• Performs all calculations (+, - ,*, /)• Returns the result of simple logic

decisions ( is x > y true or false?)• Calculations can be accelerated by a

Floating Point Unit (FPU)

Page 9: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Registers

• Registers• A small amount of high-speed memory on

the CPU• Registers hold the current program

instruction and data • Very fast but also expensive

Page 10: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Chipset

• A chipset is a group of ICs (Integrated Circuits or computer chips) that are designed to support the CPU.

• On most PC motherboards the chipset has two microprocessors often called the Northbridge and the Southbridge.

Page 11: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Chipset

The Northbridge chip links the CPU to high-speed components like main memory and video controllers.

Page 12: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Chipset

The Southbridge chip then links to lower-speed peripheral devices through connections like PCI or PCI-Express.

The Southbridge may also have built-in Ethernet (networking), USB or audio device support

Page 13: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The System Bus

In computers, a bus is a set of connections (wires) that is shared by multiple hardware components in order to communicate.

Bus

A general term for the bus on a motherboard that connects the CPU to all the other components. Also called a local bus.

SystemBus

Page 14: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The System Bus

The main bus between the CPU and main memory typically through the Northbridge.

Frontside

Bus

A common type of local bus that is used to connect the Southbridge chip to peripheral devices such as network expansion cards.

PCIBus

Page 15: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Main Memory-1

CPU

Registers

• Inside the CPU is a small amount of high-speed, expensive computer memory called registers.

• The registers are used for storing data currently being processed in the CPU

Page 16: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Main Memory-2

Main Memory

Ram

CPU

• Most data is stored in Main Memory.• There are two types of Main Memory: RAM &

ROM

Page 17: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Main Memory-3

Main Memory

Ram

Cache

L1

CPU

• Between Main Memory and the CPU is a buffer or temporary storage called cache (pronounced like cash)

• Cache memory stores data so that future requests for that data from the CPU can be served faster.

Page 18: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

Main Memory-4

Page 19: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The System Clock

• On the motherboard is a component that generates a clock signal

• This is a timing signal that synchronizes all data transfer in a computer system.

• The CPU also executes instructions at a speed set by the clock signal

Page 20: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The System Clock

• Clock rates are measured in hertz (cycles per second)

• Household AC current alternates at 60 Hertz

German physicist Heinrich Hertzmade important scientific contributions

to the study of electromagnetism.

• 1 megahertz (MHz)= 1 million hertz

• 1 gigahertz (GHz)= 1 billion hertz

Page 21: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

The Motherboard

CPU

RAMROM

(BIOS)

Southbridge

ExpansionSlots Northbridge

Ports

Page 22: Input Devices Output Devices Storage Devices Communication Devices Processing Unit

A Motherboard