Report of cpu( control processing unit)
CPU (Central Processing Unit) – Simple Explanation
The CPU is called the brain of the computer. It is the part that
processes all instructions, performs calculations, and controls
all other parts of the computer system.
What is CPU?
The CPU (Central Processing Unit) is an electronic chip inside
your computer that executes programs and performs
operations such as calculations, comparisons, and decision-
making.
Without the CPU, a computer cannot function.
1. How a CPU looks
Main Components of CPU
A CPU has three major parts:
1. ALU (Arithmetic Logic Unit)
Performs mathematical calculations
Performs logical operations like AND, OR, NOT
2. CU (Control Unit)
Controls the execution of instructions
Directs data flow between CPU, memory, and devices
3. Registers (Memory inside CPU)
Very small, fast storage
Holds temporary data and instructions
2. How CPU Works (Fetch–Decode–Execute Cycle)
The CPU works in 3 steps repeatedly:
Fetch – Takes instruction from memory
Decode – Understands what instruction means
Execute – Performs the operation
This cycle happens millions of times per second ⚡
3. Types of CPUs
Some common CPU types:
Single Core CPU – One processor core
Dual Core CPU – Two cores
Quad Core CPU – Four cores
Multi-Core CPU – Many cores for multitasking
4. Important Features of CPU
Clock Speed (GHz) – Speed of processing
Cores – Number of processing units
Cache Memory – Small fast memory inside CPU
Threads – Tasks a CPU can handle simultaneously
5. Example of CPU brands
Popular CPU manufacturers include:
Intel
AMD
They produce processors like Intel Core i5, i7 and AMD Ryzen
series.
6. Functions of CPU
The CPU performs:
Arithmetic calculations
Logical decisions
Input/Output control
Program execution
Data processing