UMBC CMSC 201
Fall '06

CSEE | 201 | 201 F'06 | 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'06 | lectures | news | help

Tuesday, 22-Aug-2006 07:13:57 EDT