These resources will be removed by the end of the Spring Term 2026.

Start using our brand new teaching resources now. Designed by teachers and subject experts, with real classrooms in mind.

The older resources below were created for lockdown learning during the pandemic and are not designed for classroom teaching.

Lesson details

Key learning points

  1. In this lesson, we will identify how selection might be used in 'real-life' examples. We will also design and build a model that we can control with a Crumble microcontroller.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

3 Questions

Q1.
Which of the following could be used as a condition? (Tick 2 boxes)

Correct answer: Is it dark?
Correct answer: Is the button pressed?
What's your dog called?
What's your favourite colour?

Q2.
Selection in programming is:

Correct answer: If... Then...
Repeat ...
Wait ...

Q3.
Which of the following is correct?

If... action Then... action
If... action Then... condition
Correct answer: If... condition Then... action
If... condition Then... condition