UMBC CMSC 201
Fall '06

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

Problem decomposition

The write/compile/test method

Small programs are written using the "write/compile/test" model.

Divide and Conquer

A central part of programming, then, is taking a large and complex problem and decomposing it into smaller problems that can more easily be solved.

Useful Methods and techniques

Some portions are adapted from Oh! Pascal third edition and notes by Anthony Aaby, aabyan@wwc.edu.

Last Modified - Tuesday, 22-Aug-2006 07:14:16 EDT


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