Dictionary Home » Computer Desktop Encyclopedia » structured programming

structured programming

structured programming definition - computer

Techniques that impose a logical structure on the writing of a program. Large routines are broken down into smaller, modular routines. The use of the GOTO statement is discouraged (see spaghetti code).

Certain programming statements are indented in order to make loops and other program logic easier to follow. Structured walkthroughs, which invite criticism from peer programmers, are also used.

Structured languages, such as Pascal, Ada and dBASE, force the programmer to write a structured program. However, unstructured languages such as FORTRAN, COBOL and BASIC require discipline on the part of the programmer.



Computer Desktop Encyclopedia THIS DEFINITION IS FOR PERSONAL USE ONLY
All other reproduction is strictly prohibited without permission from the publisher.
Copyright © 1981-2009 by Computer Language Company Inc. All rights reserved.

Comments
Improve this definition.
Do you have more to add? Share your linguistic knowledge or observation.
/Register to save your comments.