Central Processing Unit (CPU)

📘 Computer Fundamentals 👁 49 views 📅 Nov 05, 2025
⏱ Estimated reading time: 2 min

Central Processing Unit (CPU)

The CPU is known as the brain of the computer. It executes instructions, performs calculations, and manages data flow between other hardware components.


1. Main Components of CPU

ComponentFunction
Arithmetic Logic Unit (ALU)Performs arithmetic operations (addition, subtraction, multiplication, division) and logical operations (AND, OR, NOT).
Control Unit (CU)Directs data flow between CPU, memory, and peripherals; interprets instructions from programs.
RegistersHigh-speed temporary storage inside the CPU for immediate data processing. Examples: Instruction Register, Accumulator.
Cache MemoryHigh-speed memory to store frequently used data and instructions, improving processing speed.

2. Functions of CPU

  1. Fetch: Retrieves instructions from memory.

  2. Decode: Interprets the instructions.

  3. Execute: Performs the operation using ALU or other CPU components.

  4. Store: Writes the results back to memory or output devices.

Cycle: Fetch → Decode → Execute → Store

3. Types of CPU

TypeDescription
Single-Core CPUContains one processing unit; executes one instruction at a time.
Multi-Core CPUContains multiple cores; can execute multiple instructions simultaneously.
MicroprocessorCPU implemented on a single integrated circuit; common in PCs and laptops.
Embedded CPUDesigned for specific applications in devices like microwaves, cars, and smartphones.

Key Points

  • CPU is the central component that controls all operations in a computer.

  • ALU handles calculations and logic, CU directs operations, and registers/cache provide fast temporary storage.

  • Modern CPUs are multi-core and highly efficient, supporting multitasking and advanced computing.


🔒 Some advanced sections are available for Registered Members
Register Now

Share this Post


← Back to Tutorials

Popular Competitive Exam Quizzes