fayotech.academy💡 How Computers Think
The secret language

🎯 Checkpoint: the secret language

Why: Lock in the secret: everything the machine holds is numbers in switches.

Unlocks: The last piece — how a pile of switches makes decisions.

Quick stop — nothing new here. In four lessons you uncovered a secret most people never learn: a machine that seems to hold photos, songs and messages actually holds only numbers, and each number is only a row of on/off switches. Before the final section, let's make sure that chain is solid in your head. If a question stumps you, replaying its lesson takes five minutes.

Thing on your screenReally stored asThe trick
A numberA row of on/off switchesBinary — each switch doubles: 1, 2, 4, 8…
A letterA numberA shared code book (Unicode) — A is 65
A pictureThree numbers per pixelRed, green, blue — each 0 to 255
Everything aboveBytesOne byte = 8 switches = a number from 0 to 255
Quick challenge

Deep down, how many different things can ONE switch (one bit) remember?

Quick challenge

What exactly is a byte?

Quick challenge

The machine stores the letter A. What does it actually put in memory?

Quick challenge

A single pixel in a real photo stores…

Chain complete: photo → pixels → numbers → bytes → switches. When someone says “it's all just ones and zeros”, you now know exactly what they mean — and how the trick works. One question remains: how does a pile of switches decide anything? That's the final section.