AIQ AIQ
World 1: What Is AI? · Lesson 1.2.1

How Computers Think

Everything a teacher needs to deliver this lesson — pick your grade's script below once you've read the background.

Learning Objectives

This lesson is the second stop in World 1 (What Is AI?), right after students learn to spot AI in everyday life. Having seen that AI is everywhere, they now need an accurate mental model of what a computer actually is — because every later lesson (algorithms, pattern learning, generative AI) builds on top of it. By the end of the lesson, depending on age band, a student should be able to:

Notice the shape of that progression: every age band is being taught the same underlying truth — computation is not comprehension — just at a different level of technical precision. A five-year-old who can tell you "computers are fast, not smart" and a seventeen-year-old who can explain the von Neumann bottleneck have both fully met the goal of this lesson for their grade. Neither needs to borrow vocabulary from the other age band to have understood it correctly.

Teacher Background

You don't need a computer science degree to teach this lesson well — you need one clear idea, which is that a computer, at the very bottom of everything it does, is flipping enormous numbers of tiny electrical switches on and off. Those switches are called transistors, and a modern phone chip has billions of them. Each switch can only be in one of two states at any instant: on or off. Programmers write software that treats "on" as the number 1 and "off" as the number 0, and everything the computer ever does — running an app, showing a photo, playing a game — is built out of enormous patterns of 1s and 0s. This is called binary, and it is the one idea the whole lesson exists to plant.

It helps to walk through a concrete example before class. The letter "A" is stored inside a computer as the byte 01000001. A digital photo is a grid of tiny colored squares (pixels), and each pixel is stored as a few numbers describing its color. A song is thousands of numbers per second describing the shape of the sound wave. In every case, the computer itself never "sees" a letter, a picture, or a song — it only ever handles numbers, and the translation into something a human recognizes as text, an image, or music happens in the software and the screen or speaker, not in the computer's "understanding." This is the single most useful sentence you can give students at any age: the computer sees numbers, not meaning.

Worth being explicit with yourself, if not necessarily with the youngest students, about how this connects to the physical hardware: a single transistor doesn't do anything interesting on its own — it's just a switch. What makes a computer powerful is combining billions of them into small logical building blocks (called logic gates) that can compare, add, and route signals, and then combining those into a processor that repeats a fetch-execute cycle at blistering speed. None of that combining ever introduces a step where the machine has to "know what it's doing" in any meaningful sense — it's switches, all the way down, following rules that a human designed in advance.

Why this lesson matters more than it looks: it is not really about binary trivia. It exists to head off the single biggest misconception kids bring to AI — that a computer, or an AI model, is a mind that understands things the way a person does. Every later AIQ lesson (algorithms, pattern learning from data, generative AI writing a story) depends on students already having internalized "fast and precise" as different from "smart and aware." If this lesson lands, the rest of the curriculum gets much easier to teach honestly.

The second half of the lesson introduces the Input → Process → Output cycle: something goes in (a tap, a typed word, a photo taken), the computer does something with it following its instructions, and a result comes out (a sound, a picture, a number on screen). This single pattern, repeated millions of times a second, is the shape of every computer program that has ever been written — a calculator, a search engine, a game, and every AI system in the app. Students will meet it again immediately in the next lesson, "Step-by-Step Instructions," where the "Process" step gets broken down into the actual steps of an algorithm.

Alongside all this speed, the lesson deliberately spends real time on what computers are not good at: imagining something that has never existed, feeling an emotion rather than detecting one on a face, and grasping the meaning behind a joke or a metaphor. This contrast — blazing calculation speed paired with zero genuine understanding — is the thread that the older age bands pick up again explicitly, in the language of "computation is symbol manipulation, not comprehension."

If you want one demo that works at every age: have the class try to "be a computer" by describing a simple action (raising a hand, for instance) using only two signals — a clap for "on" and silence for "off." It takes surprisingly many claps to say anything at all, which is exactly the point: computers are unimaginably fast at flipping switches, and that speed is what turns an awkward, two-signal system into something that can run a video game.

Materials & Prep

One device per student (or per pair) — a phone, tablet, or classroom computer — with a browser and an internet connection to load the lesson at aiq.ph. No installation, download, or student account is required; a child can complete the lesson anonymously, and their progress saves on that device automatically. There is nothing else to prepare for the in-app portion.

For the classroom delivery on top of the app, a few optional extras help but are not required:

The lesson itself runs five to ten minutes inside the app for any age band, so plan the rest of a normal class period around the delivery script on the relevant age page rather than around additional app content — there isn't more app content to show. Each age page's Discussion and Wrap-Up & Extension sections are what turn this into a full lesson rather than a five-minute activity.

Common Misconceptions

"Computers think, just like people, only much faster."
Computers manipulate 1s and 0s according to fixed instructions; they have no awareness of what those symbols mean. What looks like "thinking" is speed and precise rule-following, not understanding — a distinction this whole lesson is built to teach.
"An AI beat a human at chess (or math, or a quiz) — so it must be smarter overall."
That's power at one narrow task, not general intelligence. The same chip that runs billions of calculations a second still can't imagine something new, catch sarcasm, or feel anything at all.
"Binary is a special kind of math that only computers use."
Binary is just two electrical states — voltage present or absent. Numbers, letters, colors, and sound are all human interpretations layered on top of those on/off patterns; the computer itself never "sees" a letter or a photo, only numbers.
"If we keep making computers faster and give them more memory, they'll eventually start thinking for themselves."
Raw speed and memory have grown enormously — a phone today outperforms the guidance computers that flew astronauts to the moon — without producing genuine understanding. Most researchers think real understanding needs different approaches, not just more of the same kind of computation. (This point is made explicit for the Architect age band, using the "frame problem.")

One thread worth watching for across every age band: students will naturally reach for anthropomorphizing language ("the computer knows," "it wants to," "it thinks that") because that's how we normally talk about anything that behaves purposefully. You don't need to police every sentence — that would make the lesson feel like a grammar exercise — but it's worth gently offering the more accurate phrasing ("it's been given instructions for," "it was trained to react to") often enough that students start to notice the difference themselves by the end of the unit. That habit of precise language is, in miniature, the whole point of the "AI Foundations" big idea this lesson belongs to.

Pick your grade's script

← All lesson plans ← AI or Not? The Game Step-by-Step Instructions →