Taster Lesson · For Year 11s starting A Level in September

So… how does a computer actually think?

One hour. Five mind-bending activities. By the end you'll have read minds with binary, thought like a processor, raced algorithms, built logic circuits and written code that calls itself. Welcome to A Level Computer Science.

⏱️ 60 minutes🖐️ Hands-on💻 All in the browser🎓 OCR H446
START HERETry it now — think of a number and let the page read your mind:
🔮

The Mind-Reader

Think of a secret number from 1 to 31 — don't tell anyone! For each card below, say whether your number is on it. The computer will read your mind. 🧠

16171819202122232425262728293031
891011121314152425262728293031
4567121314152021222328293031
2367101114151819222326273031
135791113151719212325272931

The hour, minute by minute

A ready-to-run plan. Every activity links to a real interactive tool on this site — no installs, no logins.

🔮
0:007 min

Hook — Read my mind

The computer guesses your secret number. Then the reveal: it was binary all along. Everything a computer does starts with on/off — and you just did it in your head.

Teacher: Big question to open with: “How does a computer store the entire internet, every photo, every song… using only two symbols?”

🗺️
0:075 min

The big picture

A Level CS is not “more coding lessons”. It is four huge ideas: the machine underneath, the algorithms that power everything, the data & AI revolution, and the deep theory of what computers can — and can’t — do.

Teacher: A Level is where you stop being a user and start understanding the magic. You’ll build, break, and reason about real systems.

🤖
0:1212 min

Think like a CPU

Meet the Little Man Computer — a tiny model of a real processor. Load a program, then watch it fetch, decode and execute one instruction at a time. This is literally how the chip in your phone works.

Teacher: Run the “add two numbers” program and step through it. Ask: where is the data? where is the program? (Same memory — that’s the von Neumann idea.)

0:2412 min

Algorithms race

Why is one method of sorting thousands of times faster than another? Watch bubble sort crawl while merge sort flies — then send a robot through a maze to see how satnavs and games find a path.

Teacher: The race: same data, two algorithms. Efficiency is the whole game at A Level — and the reason Google can search billions of pages in milliseconds.

🔌
0:368 min

The logic of everything

Every decision a computer makes is built from three tiny switches: AND, OR and NOT. Wire them together and you can build adding machines, memory… eventually a whole computer.

Teacher: Build a circuit that only lights when two conditions are true. Mind-blower: a modern CPU is billions of these gates etched into silicon.

🐍
0:4412 min

Code that calls itself

Try a real A Level idea: recursion — a function that calls itself. It feels like magic the first time it works. Crack the factorial challenge in Python Quest, right in your browser.

Teacher: No installs, no setup — write Python, hit run. This is the gamified course you’ll have access to all the way through Year 12 and 13.

🚀
0:564 min

See you in September

Recap the four big ideas, take questions, and hand out the summer mission. They came in as users; they’re leaving as people who’ve thought like a processor, raced algorithms, built logic and written recursion — in one hour.

Teacher: End on the future: AI, cyber-security, games, robotics, research — A Level CS is the key to all of it.

💥 Drop these in when the room goes quiet

⚡ Your phone’s chip performs billions of those AND/OR/NOT operations every single second.
⚡ The same memory holds both the program and its data — an idea from the 1940s your laptop still uses.
⚡ A good algorithm can be millions of times faster than a bad one on the same computer.
⚡ Some problems are provably impossible for any computer to solve — and we can prove it with maths.
⚡ AI image models are, underneath, just very large piles of the maths you’ll meet in Year 12.
⚡ Recursion lets a few lines of code solve a problem that would take pages the long way.
🎯

Your summer mission

Turn up in September having beaten one full world of Python Quest. It's free, it's gamified, and it runs in your browser. Get a head start and you'll fly through the first term.

Can't wait to see you in Year 12. It's going to be brilliant. 🚀