New
New
Year 11

Introduction to physical computing

I can describe physical computing and create a working circuit.

New
New
Year 11

Introduction to physical computing

I can describe physical computing and create a working circuit.

These resources will be removed by end of Summer Term 2025.

Switch to our new teaching resources now - designed by teachers and leading subject experts, and tested in classrooms.

These resources were created for remote use during the pandemic and are not designed for classroom teaching.

Lesson details

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 pins - connection points on a microcontroller that you can program to send or receive signals

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.


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

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.
Teacher tip

Equipment

Computer, Raspberry Pi Pico, Micro USB cable, Thonny software, electronics breadboard, jumper cables, 50 Ohm resistor

Licence

This content is © Oak National Academy Limited (2025), 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

Download quiz pdf

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

Assessment exit quiz

Download quiz pdf

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

Additional material

Download additional material