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

Sunday, 21-Aug-2005 09:53:22 EDT