Year 5 - Computing
Conditions in 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 how selection is used in computer programs.
Conditions are events that can only be evaluated as True/False or yes/no. A condition being met can be used to start an action.
a statement that can be either True or False. Add one real device or system example to prove understanding.
Mistake: A condition only needs to be checked once. Correction: Conditions need to be constantly checked to make sure the program reacts when the rule is met.
Browse all guides in the Year 5 Computing guide library.