Year 4 - Computing
Types of loops
Using repetition in programming to create a game
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 4 - Computing
Using repetition in programming to create a game
In this unit, pupils will explore the concept of repetition in programming in the Scratch environment. Pupils will look at the difference between count-controlled and infinite loops. They will use their knowledge to modify, design and create games and animations that involve repetition.
You will learn to tell the difference between count-controlled loops and infinite loops.
In programming, there are count-controlled loops and infinite loops. An infinite loop is a sequence of instructions that is continuously repeated, without an end point.
happen multiple times. Add one real device or system example to prove understanding.
Mistake: A count-controlled loop repeats forever. Correction: An infinite loop repeats forever, unless the program is stopped.
Browse all guides in the Year 4 Computing guide library.