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

Programming a screen turtle

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 type programming commands accurately.

Key Notes

  • A computer can be programmed by typing commands.
  • Changing a value of a command will have an effect on a program.
  • A screen turtle can run programs to draw lines.

Vocabulary To Learn

  • program: a set of ordered commands that can be run by a computer to complete a task
  • command: a single instruction that can be used in a program to control a computer
  • turtle: a small shape on the screen that moves and draws when given commands

Common Mistakes To Avoid

  • The computer can understand what I meant even if I make a small mistake.

3 Quick Questions (With Answers)

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

A computer can be programmed by typing commands. Changing a value of a command will have an effect on a program.

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

a set of ordered commands that can be run by a computer to complete a task. Add one real device or system example to prove understanding.

3. Correct this common computing misconception.

Mistake: The computer can understand what I meant even if I make a small mistake. Correction: Computers follow exact instructions, so even a tiny error (like typing f 100 instead of fd 100) will cause problems. Programmers need to carefully check the programs they make.

More Lessons In This Unit

Browse all guides in the Year 4 Computing guide library.