UMBC CMSC 201 & 201H Fall '98 CSEE | 201 | 201 F'98 | 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'98 | lectures | news | help

Saturday, 12-Sep-1998 16:38:32 EDT