Next: Example One: Using a Up: Further Structured Design Previous: Further Structured Design

Repetition Control Structures

In Section 5.2 it was shown that algorithms can be described using a few concepts, namely, sequence, conditional execution (or selection) and repetition. The idea of assignment was also used.

In Section 9.1 algorithm design using top-down structured methods was considered. In that section only conditional structures were covered. This section considers repetition control structures which have already been illustrated in Lesson 5. They are further expanded below.



Next: Example One: Using a Up: Further Structured Design Previous: Further Structured Design