YourDictionary

Dictionary Home » Computer Definitions » structured programming

structured programming - technical definition


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.



Learn more about structured programming

link/cite print suggestion box