Understanding Computer
Systems
Welcome to this introduction to computer systems! We'll explore
the fundamental components that make computers work, from how
they receive instructions to how they process and display
information.
by Ishant Choudhary
Input Unit: Giving
Instructions to the
Computer
Keyboard Mouse
Used to type text, numbers, Allows users to point, click,
and commands into the and select items on the
computer. screen.
Microphone
Captures audio input, enabling voice commands and recording.
Output Unit: How the
Computer Shows Results
Monitor
Displays visual information, text, and graphics to the user.
Printer
Produces hard copies of documents and images on paper.
Speakers
Outputs audio, such as music, voice, and system sounds.
The Central Processing Unit
(CPU): The Brain of the
Computer
The CPU is the central component that executes instructions, performs
calculations, and manages the flow of information. It's often called the "brain"
because it controls all computer operations.
Arithmetic Logic Unit (ALU)
Performs arithmetic operations and logical comparisons.
Control Unit (CU)
Manages and coordinates all components of the computer system.
Registers
Small, fast storage locations within the CPU for quick data access.
Memory Unit: Where the Computer Remembers
RAM (Random Access Memory) ROM (Read-Only Memory)
Temporary storage for data and programs currently in Permanent storage for essential system instructions.
use. Faster but volatile (contents lost when power is Non-volatile (contents remain even when power is off).
off).
Volatile: Requires power to maintain stored Non-Volatile: Retains data without power.
information. Fixed Data: Contains startup instructions.
Fast Access: Ideal for active processes.
Putting It All Together: How Units Work as a System
Computer systems are a harmonious blend of these units working in sync. The input unit receives data, the CPU processes it
with the help of the memory unit, and the output unit presents the results.
Input Processing (CPU)
Data enters the system. Data is manipulated and transformed.
Output Storage (Memory)
Processed results are displayed. Data is temporarily held.