Skip to content

Study Hub

Study Guides

This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.

Year 4 - Computing

Procedures in programming

Repetition in programs

Unit Summary

In this unit pupils will create text-based programs which use repetition. They will plan, modify, and test commands to create shapes and patterns. They will explore the different types of loops that can be used to repeat commands in a program.

Lesson Summary

You will learn to decompose a task into small steps.

Key Notes

  • Actions have 'chunks' within everyday sequences.
  • A computer can repeatedly call a procedure.
  • Programs can use procedures.

Vocabulary To Learn

  • decompose: to break down a task into smaller, more achievable steps
  • procedure: a named set of commands that can be called multiple times throughout a program

Common Mistakes To Avoid

  • The computer understands procedure names and knows what to do based on the chosen name.

3 Quick Questions (With Answers)

1. Describe the system or process from this lesson in clear steps.

Actions have 'chunks' within everyday sequences. A computer can repeatedly call a procedure.

2. Define this computing term and give one practical example. 'decompose'

to break down a task into smaller, more achievable steps. Add one real device or system example to prove understanding.

3. Correct this common computing misconception.

Mistake: The computer understands procedure names and knows what to do based on the chosen name. Correction: The name is for humans, the computer only follows the instructions inside the procedure.

More Lessons In This Unit

Browse all guides in the Year 4 Computing guide library.