Portmint Lighthouse

The CPU: The Chip That Thinks

Here's the plain idea: somewhere inside your computer is a small chip, smaller than a postage stamp, that does the actual work. It's called the CPU — the central processing unit. People call it the computer's "brain," but it's closer to an extremely fast, extremely obedient worker who only knows a few simple moves.

The short-order cook

Picture a cook at a diner who can do only a handful of tiny actions: grab an item, add two numbers, compare two things, put an item down, jump to a different line of the recipe. None of those moves is clever on its own.

But hand that cook a recipe — a long list of those tiny moves in the right order — and they can produce a whole meal. Now imagine the cook doing those moves billions of times every second, never tiring, never daydreaming. That's a CPU. The cleverness isn't in any single step. It's in the long, exact list of steps and the blinding speed of doing them.

What a single step looks like

The CPU works one tiny instruction at a time, and the instructions really are that small: "add these two numbers," "is this number bigger than that one?," "fetch the value sitting at this spot," "if yes, skip ahead." Each is a yes-or-no-sized chore.

Your apps, your games, your web browser — every one of them is, underneath, an enormous list of these baby steps. A programmer wrote them (or wrote something that wrote them), and the CPU plods through the list faster than you can blink. What feels like "the computer deciding something" is really millions of those plain little checks happening in a row.

Cores: more than one cook

Older computers had a single CPU doing one step at a time. Today a CPU chip usually holds several cores — think of them as several cooks sharing one kitchen, each working its own recipe at the same time.

This is why your computer can play music while you type while a download runs. The work is split across cores, so several things make progress at once instead of waiting in a single line. More cores means more cooks, which often means more can happen together — though, as we'll see later, raw core count isn't the whole story of "fast."

Why it's the heart of everything

Every other part we'll meet in this course exists to feed the CPU or carry out what it decides. Memory hands it the next instruction. Storage keeps the recipes when the power's off. The screen shows the results. The CPU sits in the middle of all of it, asking "what's next?" billions of times a second.

That's the honest picture. Not a thinking mind — a tiny, tireless worker following a very long list with inhuman speed and patience.

Your turn

Open your device's settings or system information and find the processor name (something like "8-core" or a brand and model). Notice the word "core." You now know that means several workers in one chip, each chewing through instructions side by side.

🔦 The cook needs a countertop to lay out the ingredients it's using right now. That fast, temporary workspace is our next stop: memory.

Stuck or curious?

Ask Pip about this lesson — tap the porthole bottom-right.