Skip to the content.

Week 1: Why logic, and where it came from

🏠 Home · Next: Week 2

Goal. See where logic came from, why it became an algebra, and how that algebra ended up running inside a chip. This is the story the whole course retells in hardware.

From argument, to algebra, to electronics

From Aristotle to Shannon: a timeline

Why this is the spine of the course

Argument became algebra, algebra became switches, switches became computers. We will walk that same path from the bottom: start with gates, learn the one method for designing with them, and finish by assembling a small microcontroller that runs a program. Everything in between earns its place as a piece of that machine.

From operators to gates to computers

Boole’s three operators are the three basic gates: AND, OR, and NOT, which you meet properly in Week 3. A gate is one operator built in silicon; a handful of gates make an adder; many adders, registers, and a little memory make a computer. The distance from “true and false” to “a running program” is just a lot of the same simple steps.

How this course works

One method: every circuit comes from a truth table, through minterms, to gates. One goal: a working 4-bit MCU at the end. We favour depth over coverage, mastering a few fundamentals completely rather than skimming many, because a fundamental understood well is something you can always build on later.

Check yourself / to discuss