Wednesday, June 27, 2012

Structured programming

Structured programming codes includes sequencing,alteration and iteration


Structured programming is a programming paradigm aimed on improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures and for and while loops - in contrast to using simple tests and jumps such as the goto statement which could lead to "spaghetti code" which is both difficult to follow and to maintain.

http://en.wikipedia.org/wiki/Structured_programming

No comments:

Post a Comment