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

🧠 What Does It Mean to “Remember”?

When you remember something, it’s in your brain.

When a computer remembers something… it’s just a switch that stays in the same position.

Memory for a machine means:

“I flipped a switch to ON… and I didn’t flip it back.”

That’s it.

 

🔁 The Tiny Box That Remembers

Let’s build a memory box.

It has:

  • One button that turns ON

  • Another button that turns OFF

  • A light that shows what state it’s in

Once you press ON, the light stays on—even if you don’t press anything else.
That’s memory!

This simple idea is called a latch.

It “latches onto” a state (ON or OFF) and holds it.

 

🔄 Set and Reset

The memory box has two buttons:

  • SET = turn it ON

  • RESET = turn it OFF

It only changes when you press one of those.

If you leave it alone, it holds the last thing you told it.

That’s how your phone:

  • Saves your message

  • Stores your score

  • Remembers your name

 

🧱 Building Bigger Memory

One latch = 1 bit of memory. That’s enough to remember:

  • YES or NO

  • ON or OFF

  • 1 or 0

Want to remember a whole word?

You’ll need 8 latches. That’s 1 byte.

Want to store a picture? You’ll need millions.

That’s why computers have:

  • RAM (short-term memory)

  • Hard drives (long-term memory)

Both use switches. Just more of them.

 

Volatile vs Permanent

  • RAM = forgets everything when power is off

  • Hard drive = keeps everything even when power is gone

But both work on the same rule:

“Keep a signal locked in place.”