UMBC CMSC 201 Fall '02 CSEE | 201 | 201 F'02 | lectures | news | help

Iteration, Loops and Cycles

Iteration

Iteration involves the repetition of a sequence of instructions and is a fundamental part of many algorithms.

It is characterised by

Loops

a loop is a sequence of statements in a program that is repeated.

Cycles

a cycle refers to one successful completion of the steps.


CSEE | 201 | 201 F'02 | lectures | news | help

Friday, 23-Aug-2002 11:04:55 EDT