Parts of a Computer
Every computer is made of specific parts, each with a unique job. Understanding these parts is like learning the organs of the human body — once you know what each one does, the whole system makes sense.
Computer parts fall into two broad groups: hardware (physical components you can touch) and software (programs that run on those components). This topic focuses on the physical hardware parts.
Overview: The Main Parts at a Glance
┌─────────────────────────────────────────────────────┐ │ COMPUTER SYSTEM │ │ │ │ ┌──────────┐ ┌──────────┐ ┌───────────────┐ │ │ │ INPUT │──▶│ CPU + │──▶│ OUTPUT │ │ │ │ DEVICES │ │ MEMORY │ │ DEVICES │ │ │ └──────────┘ └────┬─────┘ └───────────────┘ │ │ │ │ │ ┌──────▼──────┐ │ │ │ STORAGE │ │ │ └─────────────┘ │ └─────────────────────────────────────────────────────┘
1. The Motherboard
The motherboard is the main circuit board inside a computer. Every other part connects to it. Think of the motherboard as a city's road network — it lets information travel between the CPU, memory, storage, and all other components.
Without the motherboard, none of the other parts can communicate with each other.
2. CPU (Central Processing Unit)
The CPU is the brain of the computer. It reads instructions from programs and carries them out. Every calculation, every decision, and every action a computer takes passes through the CPU.
CPUs are measured by their speed (in GHz) and the number of cores they have. A quad-core CPU is like having four workers who can handle four tasks at the same time instead of one.
How the CPU Sits on the Motherboard
┌──────────────────────────────────┐ │ MOTHERBOARD │ │ │ │ ┌───────┐ ┌────────────┐ │ │ │ CPU │ │ RAM │ │ │ └───────┘ └────────────┘ │ │ │ │ ┌────────────────────────┐ │ │ │ Storage Connectors │ │ │ └────────────────────────┘ │ └──────────────────────────────────┘
3. RAM (Random Access Memory)
RAM is the computer's short-term memory. When you open a program, the computer loads it into RAM so the CPU can access it quickly. RAM is fast but temporary — when you shut down the computer, everything in RAM disappears.
More RAM means you can run more programs at the same time without slowdowns. Opening a browser, a music player, and a document editor at once uses RAM from all three.
4. Storage (Hard Drive / SSD)
Storage holds your data permanently. Even after you turn the computer off, your photos, videos, documents, and programs stay saved on the storage device.
HDD vs SSD
- HDD (Hard Disk Drive): Uses spinning magnetic disks to store data. Slower but cheaper per gigabyte. Like a vinyl record player — a needle reads a spinning disk.
- SSD (Solid State Drive): Uses flash memory chips with no moving parts. Much faster and more durable. Like a USB stick, but built permanently inside the computer.
5. GPU (Graphics Processing Unit)
The GPU handles all visual output — turning data into the images you see on screen. Gaming, video editing, 3D design, and even artificial intelligence rely heavily on the GPU.
While the CPU handles one complex task at a time very quickly, the GPU handles thousands of simpler tasks at the same time — perfect for drawing millions of pixels on a screen every second.
6. Power Supply Unit (PSU)
The PSU converts electricity from your wall outlet into the precise voltages that different computer components need. Every part — the CPU, RAM, GPU, storage — gets its power from the PSU.
Think of the PSU as a water treatment plant that takes raw water and distributes clean, safe water to every tap in a building.
7. Cooling System
Processors generate enormous heat when working hard. The cooling system removes this heat before it can damage the components. Most computers use fans, heatsinks (metal fins that spread heat), or liquid cooling systems.
8. Input Devices
Input devices let you send data and commands to the computer. Common input devices include:
- Keyboard — for typing text and commands
- Mouse — for pointing and clicking
- Microphone — for voice input
- Webcam — for video input
- Scanner — for turning paper documents into digital files
9. Output Devices
Output devices display or deliver the results of processing. Common output devices include:
- Monitor — shows visual information
- Speakers / Headphones — produce sound
- Printer — produces physical copies on paper
10. Ports and Connectors
Ports are the sockets on the outside of a computer where you plug in external devices. USB ports, HDMI ports, audio jacks, and Ethernet ports all let you connect the computer to the outside world.
Common Ports at a Glance: USB-A → connects keyboards, mice, pen drives USB-C → connects phones, modern laptops, monitors HDMI → connects monitors and TVs 3.5mm → connects headphones and speakers Ethernet → connects a network cable for internet
How All Parts Work Together
When you watch a video online, here is what every part does at the same time:
- Your keyboard or mouse (input) tells the browser to play the video.
- The CPU processes the request and tells the network card to fetch the video data.
- The RAM holds the video data while it streams.
- The GPU decodes the video and draws it on screen.
- The speakers output the audio.
- All of this runs on power from the PSU, cooled by the cooling system, coordinated through the motherboard.
Every part plays a role, and no part is unnecessary. Removing any one of them breaks the chain.
