Binary, built not just explained
Students physically represent numbers in binary using simple light/dark tokens before ever seeing it as an abstract concept.
Binary, logic and algorithms — taught by building small, visible things a student can watch run, not by filling out worksheets. The foundation underneath our AI-coding course.
A computer only ever knows two states — on or off. Everything else in this course is built up from that, one visible step at a time.
Students physically represent numbers in binary using simple light/dark tokens before ever seeing it as an abstract concept.
AND, OR and NOT are taught as puzzles with a checkable right answer, not as definitions to memorize.
An algorithm is introduced as a precise recipe a friend could follow — including the version that gives a wrong result because a step was ambiguous.
Every concept here is one a student will need, by name, the moment they start describing instructions to an AI programming partner.
A computer only ever knows on or off. The course starts there: turning familiar numbers into binary by hand, before ever touching a keyboard.
From binary, the course moves to logic — true/false conditions — and then to algorithms: precise, ordered instructions, worked out on paper and with small physical exercises before any of it becomes code.
Every idea here reappears, by name, in the AI-coding course — a student who's done this one already knows what "condition" and "step-by-step" mean the moment it's time to describe a game to build.
Not math for a test — math for the moment a student needs to describe exactly what they want to a machine.
Comfortably converts small numbers between decimal and binary by hand.
States a real rule as a true/false condition — "if health is zero," "if the key was pressed."
Defines an algorithm as an exact, ordered set of steps — and can spot one that's dangerously ambiguous.
Arrives at Squirrel Wisdom's coding course already fluent in the vocabulary it depends on.
This course is the foundation — the coding course is where it gets used.