Year 7 - Computing
Selection
Using fundamental programming constructs in a block-based language
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 7 - Computing
Using fundamental programming constructs in a block-based language
In this unit pupils will build their confidence and knowledge of the key programming constructs (sequence, iteration, selection and variables). Learners will use Scratch to explore the key programming constructs firstly through editing pre-existing code and then by developing their own programs.
You will learn to use condition statements in selection to control the path a program follows.
Conditions are built using expressions that evaluate to either True or False. Selection provides program control where there is more than one path to follow.
a combination of logical and comparison operators that result to True or False. Add one real device or system example to prove understanding.
Mistake: A program can only follow one sequence of commands. Correction: Selection allows for a program to follow alternative paths depending on the criteria of the selection statement.
Browse all guides in the Year 7 Computing guide library.