A computer consists of physical components (CPU, RAM, storage, power supply) and peripherals (monitor, keyboard, mouse) that work together to process and display information. The CPU is the 'brain' that executes instructions, RAM is temporary working memory, and storage holds files permanently. Understanding these parts helps you troubleshoot problems, maintain devices, and choose appropriate equipment.
Open your computer or phone and physically identify the main components. Research specifications of different device types and compare their hardware.
A computer is, at its core, a machine that moves information between storage locations at high speed while performing arithmetic and logic operations on it. Every piece of hardware in a computer serves one of three roles: processing (computing), memory (holding information temporarily while it is being used), or storage (holding information permanently when the computer is off). Understanding which role each component plays unlocks the ability to diagnose problems, make purchasing decisions, and understand why computers behave the way they do.
The CPU (central processing unit) is the processor — the component that executes instructions. When you open a word processor and type a character, the CPU is retrieving instructions from memory, interpreting them, performing the operation, and writing the result. Modern CPUs execute billions of simple operations per second. For everyday tasks like browsing the web or writing documents, CPU speed is rarely the bottleneck — those tasks are not computationally intensive. CPU speed matters most for tasks like video editing, 3D rendering, scientific simulations, or running complex game physics, where the CPU is genuinely saturated. This is why a fast processor does not make email faster: your email client is idle most of the time, waiting for network responses and your keystrokes.
RAM (random-access memory) is the computer's working space — the area where it holds information that is actively in use. When you open an application, the computer copies it from storage into RAM because RAM is far faster to read and write. RAM is volatile: it loses all its contents when power is cut. If you are running too many applications simultaneously and run out of RAM, your computer begins using a portion of your storage drive as "virtual RAM" — a process called paging or swapping — which is dramatically slower and causes the sluggishness you may have experienced on an overloaded computer. The confusion between RAM and storage is understandable because both are measured in gigabytes, but they are fundamentally different: RAM is fast and temporary; storage is slow (relatively) and permanent.
Storage — whether a traditional hard drive (HDD) or a solid-state drive (SSD) — holds your files, applications, and operating system when the computer is off. The major practical distinction today is between HDDs (which use spinning magnetic platters and mechanical read heads) and SSDs (which use flash memory chips with no moving parts). SSDs are typically 5–10 times faster for everyday tasks, more durable (no moving parts to break), and silent. An older computer with an HDD that boots slowly and feels sluggish will often feel dramatically faster after replacing the HDD with an SSD — more impactful than replacing the CPU for everyday use. The motherboard ties all components together through a system of buses and controllers, and the power supply unit (PSU) converts wall outlet AC power to the regulated DC voltages each component requires. Understanding these roles gives you a mental map of what to check when something goes wrong: slow startup often points to storage or RAM; application crashes may point to RAM; unexpected shutdowns may point to the power supply or overheating.
This is a foundational topic with no prerequisites.
No prerequisites — this is a starting point.