Central-Processing-Unit-CPU (1)
Central-Processing-Unit-CPU (1)
(CPU)
The Brain of the Computer
by Alen O T
Introduction
What is a CPU? Why is it called the "brain"?
A CPU, or Central Processing Unit, is the "brain" of a The CPU acts like the brain of the computer, making
computer. It's responsible for executing instructions and decisions and controlling the flow of information.
processing data.
Components of a CPU
ALU CU Registers
The Arithmetic Logic Unit (ALU) The Control Unit (CU) coordinates Registers are temporary storage
performs mathematical the CPU's activities, fetching and locations for data that the CPU
calculations and logical decoding instructions. needs to access quickly.
operations.
CPU Working Process
1 Fetch
The CPU retrieves instructions from the computer's memory.
2 Decode
The CPU interprets the instructions, understanding what needs to be done.
3 Execute
The CPU performs the calculations or actions specified by the instruction.
4 Store
The CPU saves the result of the operation in the computer's memory.
CPU Performance Factors
2 Modern CPUs
Intel i9, AMD Ryzen 9, and Apple M-series processors represent the latest in CPU technology.
3 Future CPUs
Quantum and AI-based processors are being developed for even faster and more powerful computing.
CPU vs GPU
1 2 3
CPU GPU When to use what?
General-purpose processing unit, Graphics Processing Unit, optimized Use a CPU for tasks requiring logic
adept at handling a wide range of for parallel processing, ideal for and complex calculations. Use a GPU
tasks. graphics, AI, and simulations. for computationally intensive tasks.
Thank You!