Year 7 - Computing
Count-controlled iteration
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 count-controlled iteration to repeat a sequence of commands a set number of times.
Iteration can be used to repeat sequences of commands in a program. Condition-controlled iteration will execute until a condition is met or is no longer met.
the process of repeating a sequence of instructions within a program loop. Add one real device or system example to prove understanding.
Mistake: Iteration means a program will repeat something a set number of times. Correction: Count-controlled iteration will repeat a sequence of commands a set number of times. Condition-controlled iteration will repeat a sequence of commands until a condition is met and so the number of times it will repeat can never be predicted.
Browse all guides in the Year 7 Computing guide library.