Repetition

Introduction

Use repetition in programs (eg repeat... until...). Repetition means repeating a sequence of instructions a certain number of times, or until some specific result is achieved. In programming terms this means loops of all kinds, such as repeat, for, while, until etc. (e.g. move dog 1 step forward; repeat until dog is in kennel then stop).

Self study resources

Resources for lectures or group study

Resources for use with pupils