The big idea: A microcontroller — often called a PIC, a programmable integrated circuit — is a whole small computer on one chip.
Sensors connect to its input pins and output devices to its output pins, and what it does with them is decided by software rather than by wiring.
The chip with its pins, then what is inside it, then how the program gets there.
Interactive diagram
Explore the labelled diagram, charts and maps for this topic in full study mode.
Free preview
This is the free notes preview
You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:
- FlashcardsLock in vocabulary and key terms with spaced repetition.
- Practice questionsAnswer exam-style questions and get instant AI marking.
- Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
- Personalised study planA daily plan built around your exam date and weak areas.
| Inside the chip | What it is for |
|---|---|
| Processor | Runs the instructions, one after another, very fast |
| Program memory | Holds the software, which stays there when the power is removed |
| Data memory | Holds values while the program runs — a count, a reading, a setting |
| Clock | Sets the speed at which instructions are executed, and makes accurate timing possible |
| Analogue-to-digital converters | Let it read a sensor voltage directly, with no separate converter chip |
| Input and output pins | Connect it to switches, sensors, LEDs, displays, transistors and other chips |
One chip replaces a boardful: A timer, a comparator, a counter and a handful of logic gates all become one part.
And behaviour that would need a board full of components — a delay, a sequence, a menu, a display — costs nothing extra in parts, because it is written rather than wired.
Know your predicted grade
Take timed mock exams and get detailed feedback on every answer. See exactly where you're losing marks.
| What a microcontroller buys | What it costs |
|---|---|
| Fewer components and a smaller board | Software that has to be written, tested and debugged before anything works |
| Complicated behaviour at no extra parts cost | A fault can be a bug rather than a broken part, and bugs are harder to find |
| A product that can be fixed or improved after it is made | A product that can also be broken by an update, and that depends on somebody still maintaining it |
| Timing, counting, memory, displays and communication | A stable power supply, a way of loading the program, and a response measured in milliseconds rather than nanoseconds |
The design question, not the definition: An exam rarely asks what a microcontroller is. It asks why this product has one.
The answer is nearly always the same shape: the behaviour needed is complicated or has to change, and doing it in hardware would take more parts than the chip costs.
How this is tested — describing a microcontroller as a programmable integrated circuit. It comes up two ways:
Paper 1 — multiple choice
- Identify what a microcontroller contains.
- Choose the product whose control circuit needs one.
Paper 2 — analysing a product
- Describe the role of the microcontroller in a named product.
- Explain why a designer used a microcontroller rather than discrete components.
The trap: Defining it and stopping. The marks are for what it does IN THIS PRODUCT and what it replaced.
A washing machine's controls are built around a single microcontroller. Explain why, and what it replaced.
Model answer plan
See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.