Wa0030.
Wa0030.
Processing Unit
Objectives
• Organization of the CPU
• Components and Functions of CPU
• Introduction of the Von Neumann Architecture
Components of the CPU
• CU: Control Unit
• Registers:
• ALU:
ALU
• The ALU is the part of a CPU that performs all
arithmetic computations including addition,
subtraction, multiplication, and division.
• The Arithmetic Logic Unit also performs all
logical operations. The ALU is a literally the
fundamental building block of the CPU, and even
the simplest processors contain an ALU.
• In some CPUs an individual ALU is further
divided into two units called an arithmetic unit
(AU) and a logic unit (LU).
• In a nutshell an ALU works by loading data
from what is called input registers (Data
Registers), then an external Control Unit tells
the ALU what operation to perform on that
data, and finally the ALU stores its result into
an output register (Accumulator)