Florence's AI · Lesson 3
open it up

What's inside
the box.

A computer that once filled a whole room now sits in your pocket — and beats the old one a million times over. Here is the tour of what actually lives inside, and the story of how it got so small, and so fast.
For Florence,
let's lift the lid.
Florence's AI · Lesson 3
The shrinking story

It used to fill a room. Now it fills your hand.

In the 1940s, a computer was a building's worth of machinery — racks of glowing glass tubes, miles of wire, the heat of an oven, and a team of people to keep it alive. The phone in your pocket does the same kind of work hundreds of thousands of times faster, and you carry it without thinking. That shrinking — from a room to a hand — is one of the great stories in all of engineering, and it comes down to one part getting smaller, three times over.

The first switch was the valve — a glass tube the size of a small light bulb that could let electricity through or block it. (It is the same kind of on-or-off switch you met in Computing, when everything was built from 0s and 1s.) Valves worked, but they were huge, hot, and burned out like bulbs. A room-sized computer might hold eighteen thousand of them, and one would fail almost every day.

Then, in 1947, came the transistor — a switch with no glass and no glow, made from a specially treated material called a semiconductor. It did the valve's job, but it was tiny, cool, and reliable. The last step was the cleverest: instead of wiring transistors together by hand, engineers learned to print thousands of them at once onto a single sliver of silicon — the microchip. Once you can print them, you can print more, and smaller. And they did, and they have, every year since.

Three switches, one job

Valve, transistor, microchip — they are all the same idea doing the same thing: a switch that is on or off. What changed was the size. A single fingernail-sized chip today holds tens of billions of transistors, each flipping billions of times a second. The job never changed. The scale changed everything.

Cool fact

When engineers couldn't find why an early computer kept failing, they discovered a moth caught in a relay and taped it into the logbook, writing "first actual case of bug being found". The word had been used for faults before — but that 1947 moth is why a fault in a machine is still called a bug, and fixing one is called debugging.

Florence's AI · Lesson 3
Three different jobs

Three parts, doing three different things.

Open the box and most of what matters comes down to three parts — and the easiest way to keep them apart is to picture a kitchen. You met two of them already, in Lesson 1, hidden inside Babbage's brass engine: he called them the Mill and the Store.

CPUthe chef — the doer

The CPU does the actual work: every instruction, every calculation, flows through it. This is Babbage's Mill, grown up.

RAMthe worktop — working memory

RAM is the desk you spread your work across while you do it — fast, but cleared the moment the power goes off. Babbage's Store.

Storagethe filing cabinet — keeps things

Storage is where everything is kept when the power is off — your photos, files and apps, waiting patiently in the drawer until you ask for them again.

Here is the same idea as a plan of the machine. The CPU does the work; RAM sits right beside it as the worktop it spreads things out on; storage keeps everything safe underneath; and the ports along the edge are the doorways to the outside world.

THE MAIN BOARD CPU the doer the chef RAM working memory the worktop Storage kept when power is off the filing cabinet USB-C USB power the doorways
A computer's main board as a plan: the CPU does the work, RAM is the worktop beside it, storage keeps everything below, and the ports are the doorways out. Original schematic, drawn for this lesson
Cool fact

The reason a computer feels slow when you open too many tabs is almost always RAM running out of room. The worktop gets crowded, so the machine starts shuffling things back and forth to the slower filing cabinet to make space — and all that shuffling is the wait you feel. More worktop, less shuffling.

Florence's AI · Lesson 3
The filing cabinet

Two ways to keep things: spinning, and still.

Storage — the part that remembers your photos when the power is off — comes in two main kinds, and they could hardly be more different inside. One spins; one sits perfectly still.

The older kind is the hard drive, or HDD. Inside is a shiny metal disc — a platter — that spins thousands of times a minute, while a tiny arm sweeps across it to read and write, magnetising tiny patches of the surface. It works rather like an old record player: a spinning disc and an arm that finds the right spot. Because real parts have to move and line up, it takes a moment, and a knock while it spins can damage it.

The newer kind is the SSD, the solid-state drive. "Solid state" means exactly that — nothing moves. It keeps your data in flash memory — banks of chips that hold their contents even with the power off — so there is no disc to spin and no arm to wait for. That is why a laptop with an SSD wakes the instant you open it, and why a dropped phone doesn't lose its photos: there is nothing inside to knock out of place.

Hard drive (HDD) spinning platter the arm an arm sweeps across to read moving parts · slower · fragile Solid-state drive (SSD) flash memory chips, no disc nothing moves · faster · tough
Two ways to keep your files: the hard drive spins a magnetic platter under a moving arm; the SSD holds everything in flash chips, with no moving parts at all. Original schematic, drawn for this lesson
the head that flies, never lands
45–60 seconds · MF 1
Cool fact

The very first hard drive, IBM's RAMAC of 1956, held about five megabytes — roughly one phone photo — and to do it, it stacked fifty discs each two feet wide. The whole thing was the size of two fridges and so heavy it was delivered by forklift. The chip in your phone holds tens of thousands of times more, and weighs less than a feather.

Florence's AI · Lesson 3
The doorways

How things plug in, and how fast they move.

The ports along the edge of a computer are its doorways — how pictures, files and power get in and out. Most carry the name USB, but the shape and the speed have changed over the years, which is why some cables feel quick and others feel like wading through treacle.

The portShapeRoughly how fast
USB-2the older flat rectangle (one way up)the slow lane — fine for a keyboard or mouse
USB-3same flat shape, often blue insidemany times faster — good for moving files
USB-Csmall, oval, and reversiblenewer and faster again, and it carries power too

The friendliest thing about USB-C is that it is reversible — there is no right way up, so it goes in first time, every time. (The older flat plug famously fits only one way round, and somehow never the way you first try.)

Now, how fast? This is where one small trap catches almost everyone, and it reaches back to something you already know from Computing: the difference between a bit and a byte. Remember the rule — 8 bits make 1 byte. The catch is that connection speeds are measured in bits, while file sizes are measured in bytes:

Mbpsmegabits per second

The little b is for bits. This is how the speed of a connection is written — how fast bits flow down the wire.

MB/smegabytes per second

The big B is for bytes. This is how a file's size is written — and bytes are eight times bigger than bits.

So a connection of "80 megabits per second" only moves about 10 megabytes per second — you divide by eight to get from bits to bytes. That is why a download can feel slower than the big number on the box promised: the box was counting in the small unit. Same trap, one rule to escape it — divide by eight.

Cool fact

That single USB-C port doing everything — power, files, video to a screen, all down one reversible cable — is so useful that in 2024 the European Union made it the required charging port for new phones and tablets sold there. One small oval plug, written into law, so that one charger can power almost anything.

Florence's AI · Lesson 3
The size ladder

From one switch to a mountain of them.

You met the bottom of this ladder in Computing already: a bit is a single 0 or 1, one switch, and 8 bits make a byte — about one letter of text. From there, the words for bigger piles climb in big jumps. Each step up is roughly ×1000 — a thousand times more than the step below it.

each rung ≈ ×1000 the one below bit one switch — a 0 or a 1 byte 8 bits — one letter kilobyte (KB) ≈ 1,000 bytes — a paragraph megabyte (MB) ≈ 1,000 KB — a photo gigabyte (GB) ≈ 1,000 MB — hours of video terabyte (TB) ≈ 1,000 GB — a laptop drive petabyte (PB) ≈ 1,000 TB — a vast library
The size ladder. Each rung holds roughly a thousand times more than the one beneath it — so by the top, a petabyte is an almost unimaginable pile of switches. Original schematic, drawn for this lesson

Those ×1000 jumps are the same orders of magnitude you work with in Maths — the reason the words climb so fast is that each one multiplies, rather than adds. Skip three rungs, from a kilobyte to a gigabyte, and you have already multiplied by a million. (If you'd like the careful version of bits and bytes again, it's all waiting in your Computing lesson on data.)

Why this matters for what's coming

Hold onto this ladder, because the AI you can talk to today was trained on something near the top of it — text and images measured in many terabytes, even petabytes, worked on by rooms full of fast chips. The reason that became possible at all is the same shrinking story you started with. We'll come back to it.

Cool fact

There are rungs above the petabyte, with grand names most people never need: an exabyte, then a zettabyte. It's estimated that all the data humanity now makes in a single year is counted in zettabytes — that's billions of the terabyte drives you might find in a laptop, every twelve months.

Florence's AI · Lesson 3
Putting it together

Where does the data live?

Now watch the three parts work together. We'll follow one photo from the moment you take it, and at each step ask the same question: where is it living right now — the CPU, RAM, or storage? Reveal each step and predict the next before you move on.

You take the photo. Light hits the camera, and the CPU does the work of turning it into an image — millions of little calculations, in a blink. The chef is cooking.
You start editing it. While you crop and tweak, the photo sits in RAM — the worktop — where the CPU can reach it fast and change it in an instant. It's out on the desk, mid-job. (If the power died now, before saving, the worktop would be wiped clean.)
You tap Save. Now it's written to the SSD — the filing cabinet — where it will stay even with the power off. The worktop can be cleared; the photo is safe in the drawer. This is the difference between memory and storage, in one tap.
It backs up overnight. A copy travels out through a port — over the wire, or to the cloud — so there are now two copies in two places. The photo has touched all three jobs: made by the CPU, held in RAM, kept in storage. Three parts, three jobs, one picture.

Tap each card — what everyday thing is each part most like?

The CPU The chef — the one who actually does the work.
RAM The worktop — where you spread a job out while you do it.
The SSD The filing cabinet — keeps things when the power's off.
USB-C A doorway — how things travel in and out, either way up.
why RAM forgets on purpose
45–60 seconds · MF 1
Cool fact

"The cloud" sounds like it floats somewhere in the sky, but it's the most down-to-earth thing imaginable: vast warehouses packed with thousands of the very drives and chips from this lesson, humming away in cooled buildings around the world. When a photo backs up "to the cloud", it's really being filed in someone else's enormous filing cabinet, a long way away.

Florence's AI · Lesson 3
Question 1 · circle the answer

The shrinking switch.

Across the whole story, what was the one part that kept getting smaller — taking the computer from a room to a hand?
Question 2 · circle the answer

The doer.

Which part does the actual work — the calculations and instructions — and was Babbage's "Mill"?
Question 3 · circle the answer

Memory or storage?

You're editing a photo but haven't saved it, and the power cuts out. The photo is gone. Which part was it living in?
Question 4 · circle the answer

Spinning, or still.

What makes an SSD faster and tougher than an older hard drive?
Question 5 · circle the answer

The reversible plug.

What is the handy thing about a USB-C port, compared with the older flat USB plug?
Question 6 · type your answer

Bits into bytes.

A connection moves 80 megabits every second. Since 8 bits make a byte, about how many megabytes per second is that? (Divide by eight.)
about
Question 7 · type your answer

Climbing the ladder.

On the size ladder, each step is about a thousand times the one below. The step one rung above a megabyte — about a thousand of them — is the ______. What's it called?
the
Question 8 · circle the answer

The whole journey.

As you followed one photo, which order did it move through — from being made, to being kept?
Florence's AI · Lesson 3
Question 9 · have your say

Explain it to someone, in your own way.

Here is a real test of understanding: explaining a thing clearly, in words that are yours. Imagine a friend asks you what the difference is between a computer's memory (RAM) and its storage (the SSD) — they keep mixing the two up. In a few sentences, set them straight, in plain words of your own. Use a picture or comparison if it helps — the worktop and the filing cabinet, or one of your own. Make it land.

Open with the one-line difference, then make it stick with a picture. A single clear comparison beats a long technical list.

0 words
reading your thinking…

On your explaining, Florence

strong You got the heart of it down in your opening line — that one keeps things and one doesn't — which is exactly the distinction your friend was missing. Leading with the clear difference, before any detail, is the move that makes an explanation effortless to follow.

try this The place to sharpen is the comparison. A picture only helps if it does the work the words can't — so make sure yours shows why RAM empties and storage doesn't, rather than only that they differ. One image, carried all the way through, lands harder than two half-drawn ones.

to add A nice final touch would be a single everyday example your friend would recognise — losing unsaved work when a laptop dies, say. Ending on something they've felt themselves makes the idea stick long after they've read it.

Watch

A processor you can actually see.

A short film from Computerphile about the MegaProcessor — a working CPU built the size of a room, with lights for every switch. Watch for the very thing this lesson described: a processor doing its work, and the memory sitting right beside it.

Computerphile — “MegaProcessor”: a CPU built room-sized, so you can watch it think.YouTube · Computerphile
To watch at home

If you'd like to see how the chips themselves are made, the BBC documentary Secrets of Silicon Valley, and the Royal Institution's filmed Christmas Lectures on computing, both tell that story well — fine for 13 and 15, and good ones to watch with Dad or with Isabel.

Florence's AI · Lesson 3
Glossary

The words from today.

CPU
The Central Processing Unit — the part that does the work, carrying out instructions and calculations. Babbage called his version the Mill.
RAM
Random Access Memory — fast working memory the computer spreads its current task across. It is wiped when the power goes off. Babbage's Store.
Storage (SSD / HDD)
Where files are kept when the power is off. An SSD uses flash chips with no moving parts; an HDD spins a magnetic platter under a moving arm.
Transistor
A tiny on-or-off switch made from a semiconductor — the building block of every modern chip. It replaced the bulky, hot glass valve in 1947.
USB-C
A small, reversible connector — it plugs in either way up — that is newer and faster than the older flat USB, and can carry power too.
Bit and byte
A bit is a single 0 or 1; 8 bits make 1 byte. Speeds are measured in bits (Mbps), file sizes in bytes (MB) — so divide bits by eight to compare.
End of lesson three

Now you know what's inside.

You've lifted the lid. You saw the switch shrink from a glowing valve to a transistor to a printed chip — the reason a room became a hand. You met the three jobs: the CPU that does the work (Babbage's Mill), the RAM that holds it while you work (his Store), and the storage that keeps it when the power's off — spinning platter or silent chip. You learned the doorways and the trap of bits and bytes, and you climbed the ladder from a single switch to a petabyte. Next time we ask the question hiding behind all of this: why did these parts grow so powerful, so fast — fast enough to make today's AI possible at all? That story starts with a grain of rice on a chessboard.

F.M. · AI · Lesson 3
Images · The cover circuit motif and all three schematics in this lesson — the main board, the SSD-versus-HDD comparison, and the size ladder — are original line-art drawn for this lesson. No external images are used.
Video — Computerphile, “MegaProcessor” (institutional; verified embeddable via YouTube oEmbed). Source.
Cross-links — Lesson 1 (the Mill and the Store) and the Computing subject's lesson on data (bits, bytes and the size units) are referenced rather than re-taught.