Course Content
Part 2: Talking Without Words
How people used to send messages across long distances The story of light flashes, drum beats, smoke signals, and Morse code Why using dots and dashes (or 0s and 1s) is so powerful. Let’s Talk in Just Two Choices: On or Off - What is binary, and why do computers love it? How “on” and “off” can mean anything—yes/no, true/false, A/B Why 2 choices are enough to build everything
0/3
Part 3: How Electricity Can Carry a Message
What is a circuit? How flipping a switch sends a message Why computers are made of millions of tiny switches.
0/5
Part 4: Building Ideas Using Only Switches
What is a logic gate? (Explained without saying “logic gate”) How switches can help us decide things How “AND,” “OR,” and “NOT” control what a computer does.
0/5
Part 5: How to Count, Add, and Remember With Just Wires
How computers add numbers using only switches What memory really is: remembering a single bit, then a byte How your computer stores your name, photos, and passwords. How switches can do math with just yes/no What memory means for a machine What bits and bytes really are (without the jargon). What are AND, OR, NOT, and more. How pictures, words, and videos are stored as 0s and 1s.
0/5
Part 6: Making Bigger Ideas with Tiny Ones
What is a byte? What is a file? How letters, music, pictures, and videos become 0s and 1s What happens when you type on a keyboard
0/5
Part 7: Meet the Heart of the Computer — the CPU
What the CPU really does (without calling it “central processing unit”) How it reads instructions, decides things, and tells others what to do How fast is it, really?
0/5
Part 8: Let’s Look Inside a Real Computer
What is a motherboard? How all the parts connect: CPU, memory, storage, input/output What happens when you turn a computer on.
0/5
Part 9: What Is Software and Who Tells It What to Do?
What is an operating system? How computers follow code like a recipe What happens when you open an app
0/5
Part 10: How Is a Phone Like a Computer?
What’s different inside a phone or tablet? How mobile computers are smaller—but just as powerful Why phones still need the same ideas: binary, circuits, memory.
0/2
Let’s Find Out How Computers Work

🧠 Why This Lesson Matters

Your computer plays music, shows photos, saves games, remembers passwords… but how?

👉 It stores everything using just YES and NO.

Let’s learn how it does that by using bits and bytes — two little words with BIG power.

 

🔲 What Is a Bit?

Let’s start super small.

A bit is the tiniest piece of computer memory.
It can only be one of two things:

  • ON (electricity is flowing) = 1

  • OFF (no electricity) = 0

So a bit is like a little box that can say YES or NO.

One bit isn’t much. It can only tell two things.
But when you put bits together… amazing things happen.

 

📦 What Is a Byte?

A byte is a group of 8 bits.

Why 8?

Because 8 bits can make 256 different patterns!

Try it:

  • 00000000

  • 00000001

  • 00000010

  • 11111111

That’s 256 different ways to arrange 1s and 0s.

Each pattern can stand for something:

  • A letter

  • A number

  • A color

  • A beep

  • A step in a game

That’s why bytes matter.
They’re big enough to mean something real to the computer.

 

✍️ How Computers Store Letters

Let’s say you want to write: A

The computer doesn’t know what “A” is. But it knows:

  • 01000001 = A

This is part of a chart called ASCII (you don’t need to remember that).
It’s like a secret code where every letter = a number = a pattern of 1s and 0s.

 

🧮 Let’s Look at Some Letters

Letter Number 8-bit Pattern
A 65 01000001
B 66 01000010
a 97 01100001
Space 32 00100000

So when you type:
Hi

The computer stores it as:

  • H = 01001000

  • i = 01101001

Now it remembers:

“I need to turn ON switch 1, leave switch 2 OFF, flip switch 3…”

It’s like a dance of switches — just to store a word.

 

🎮 What Else Can Bits Do?

Everything.

  • A picture? Just a bunch of bytes.

  • A song? Bytes again.

  • A video? Zillions of bytes!

  • Your game progress? Bytes stored in files.

All of it is made from little ONs and OFFs.

 

🧠 What You’ve Learned

  • A bit is one switch — either ON or OFF.

  • A byte is 8 bits, which gives 256 combinations.

  • Computers use these combinations to store letters, colors, sounds, and more.

  • You type words, but your computer stores patterns.