Choose exam board for KS4 Computer Science (GCSE)
Choose exam board for KS4 English
Choose exam board for KS4 French
Choose exam board for KS4 Geography
Choose exam board for KS4 German
Choose exam board for KS4 History
Choose tier for KS4 Maths
Choose exam board for KS4 Music
Choose exam board for KS4 Physical education (GCSE)
Choose exam board for KS4 Religious education (GCSE)
Choose exam board for KS4 Spanish

      Introduction to physical computing

      Lesson details

      Learning outcome

      I can describe physical computing and create a working circuit.

      Key learning points

      1. Physical computing involves creating systems that interact with the real world using software and hardware.
      2. Microcontrollers are small programmable devices that can control electrical components like LEDs by running simple code.
      3. General purpose input output (GPIO) pins are used to interface with the real world.
      4. Embedded systems are used in a wide variety of applications, from consumer electronics to industrial machines.

      Keywords

      • Physical computing - using code and electronic components to interact with the physical world

      • Microcontroller - a small computer on a single chip that’s designed to control simple devices and systems

      • Embedded systems - a computer built into a device to perform one specific task or a small set of tasks

      • GPIO pin - General Purpose Input/Output (GPIO) pin, is a programmable pin found on microcontrollers and other digital devices

      Common misconception

      Physical computing is just about programming robots.

      Physical computing is much broader than just robotics. It includes any system where a computer interacts with the physical world through sensors and actuators, for example wearable devices, environmental sensors and smart home devices.

      Teacher tip

      To make the hardware less intimidating spend time demystifying the components. Let students handle sensors, wires and boards before using them, and explain what each part does in simple terms to build confidence.

      Equipment

      Pupils will need a microcontroller and software to program it. They also need an electronics kit with breadboard. Examples in this lesson use the RPi Pico and Thonny https://oak.link/thonny

      Licence

      This content is © Oak National Academy Limited (2026), licensed on Open Government Licence version 3.0
      except where otherwise stated. See Oak's terms & conditions
      (Collection 2).

      Lesson video

      Loading...

      Prior knowledge starter quiz

      6 Questions

      Q1.
      What is an embedded system?

      a computer for many tasks
      a robot that learns new skills
      Correct answer: a system with one specific function, like a washing machine
      a laptop computer

      Q2.
      Which of these is an input device?

      speaker
      LED
      Correct answer: button
      motor

      Q3.
      What does an output device do?

      takes in information
      Correct answer: sends information out, like lighting an LED
      stores data
      processes instructions

      Q4.
      What is the term for the part of a system that changes input into output?

      Correct Answer: process

      Q5.
      Match each term to its correct description:

      Correct Answer:input,sends signals into a system

      sends signals into a system

      Correct Answer:output,shows results or actions

      shows results or actions

      Correct Answer:process,changes input into output

      changes input into output

      Correct Answer:storage,keeps data for later

      keeps data for later

      Q6.
      Put these steps in order for how a simple embedded system works:

      1 - input is received
      2 - data is processed
      3 - data is stored
      4 - output is produced

      6 Questions

      Q1.
      What is physical computing?

      only programming robots
      Correct answer: using code and electronics to interact with the real world
      playing video games
      watching films on a computer

      Q2.
      What is the small programmable device used to control circuits and components in physical computing?

      Correct Answer: microcontroller, MCU

      Q3.
      Match each example to its type:

      Correct Answer:turning on a light with code,physical computing

      physical computing

      Correct Answer:washing machine controller,embedded system

      embedded system

      Correct Answer:connection used to sense a button press,GPIO pin

      GPIO pin

      Correct Answer:small chip that runs simple code,microcontroller

      microcontroller

      Q4.
      What does GPIO stand for?

      Correct Answer: General Purpose Input Output, General Purpose Input/Output, General-Purpose Input Output, General-Purpose Input/Output

      Q5.
      Which statement best describes a circuit?

      a storage device for saving information
      a programme that controls a computer
      a type of input device
      Correct answer: a set of components connected to allow electricity to flow

      Q6.
      Put these steps in order for making an LED light up with a microcontroller:

      1 - connect the LED to the GPIO pin
      2 - write the code to turn on the LED
      3 - upload the code to the microcontroller
      4 - power up the microcontroller

      To help you plan your 11 computing lesson on: Introduction to physical computing, download all teaching resources for free and adapt to suit your pupils' needs...