How a Computer Actually Works
A computer can feel like a sealed box of magic - you press a key, things happen, and nobody ever told you why. The secret is almost embarrassingly simple: a computer is a machine that follows instructions, one after another, very fast. There are only a handful of parts inside, each with one clear job, and once you can name them and picture how they pass work to each other, the whole machine stops being mysterious.
This guide is for absolute beginners - no coding, no jargon you haven't been handed first. By the end you'll understand the parts, watch a program run in your head, and know exactly what those specs on a laptop ad actually mean for you.
How to read this
- Shopping for a computer right now? Skip to Phase 3: Fast vs Slow (and Buying a Computer) - it explains what the specs mean in plain language. The first two phases make those specs make sense, so come back to them.
- Want it to finally click? Read in order. Each phase builds the picture one layer at a time: first the parts, then how they cooperate, then why it matters in real life.
The phases
- The Parts and What They Do - the small cast of components inside every computer (CPU, RAM, storage, the motherboard that connects them, plus power and the things you plug in), and the one mental model that ties them together.
- How They Work Together to Run a Program - the journey of a program from storage into memory and into the CPU, instruction by instruction, and why your data has to keep moving toward the CPU to keep things fast.
- Why This Explains "Fast vs Slow" (and Buying a Computer) - what CPU cores, GHz, RAM, and SSD size really mean for you, and why "my computer is slow" almost always traces back to one specific part.
This is the "A" rung - the absolute basics. When you want to go deeper on the three parts that matter most, read CPU, RAM, and Storage. When you're curious what the software layer on top does, What an Operating System Is picks up right where this guide ends.