UMBC CMSC 201 Spring '02 CSEE | 201 | 201 S'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 S'02 | lectures | news | help

Thursday, 17-Jan-2002 13:52:02 EST