Year 5 - Computing
Controlling with conditions
Exploring selection in physical computing
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 5 - Computing
Exploring selection in physical computing
In this unit pupils will use physical computing to explore the concept of selection. Pupils will use conditions to control the flow of a program. They will make use of their knowledge of repetition when introduced to the concept of selection and write programs that utilise this concept.
You will learn to write a program which contains a conditional loop.
Conditions are either True or False. A conditional loop repeats a chunk of code until a condition is met.
a statement that can be either True or False. Add one real device or system example to prove understanding.
Mistake: A condition can have multiple possible answers. Correction: A condition must always be either True or False in a program.
Browse all guides in the Year 5 Computing guide library.