Year 5 - Computing
Outcomes from selection statements
Using selection in programming to develop a quiz
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 5 - Computing
Using selection in programming to develop a quiz
In this unit pupils will discover how to write programs that ask questions and use selection to control the outcomes based on the answers given. They will design a quiz in response to a given task and implement it as a program. They will then evaluate their programs against given criteria.
You will learn to explain that a conditional statement can connect a condition to an outcome.
Conditions can be used in an infinite loop to check a condition. The condition and outcomes in an "if... then... else..." statement can be identified.
part of a program where one or more commands are run multiple times in a loop. Add one real device or system example to prove understanding.
Mistake: A condition will keep being checked on its own. Correction: Conditions need to be inside forever loops if you want them to be repeatedly checked.
Browse all guides in the Year 5 Computing guide library.