L3 Computer technology

advertisement
Computer Technology
Central Processor Unit
©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE
http://upload.wikimedia.org/wikipedia/commons/0/02/80486dx2-large.jpg
Central Processing Unit (CPU)
©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE

The basic CPU is composed of five
different elements

Each element was designed with Gates

Each Gate was made with transistors
Simple Central Processing Unit

The five basic CPU elements are:
◦
◦
◦
◦
◦
©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE
Instruction fetcher
Instruction decoder
Registers
Arithmetic Logic Unit
Memory Unit
Instruction fetcher

©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE
Picks up the next instruction for the CPU
Instruction decoder

©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE
Implements the instruction by controlling
the other hardware.
Registers
©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE

Short term memory

Holds data for processes, like adding two
numbers.
Arithmetic Logic Unit

Performs arithmetic functions:
◦ Addition, subtraction, multiplication
◦ Logic functions like AND and OR
©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE
Memory Unit

©2010 Akula LLC,
Jeremy R. Hertzberg,
BS CMPE
Handles fetching and storing of data
Download