structured programming

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo


BabylonEnglish English dictionaryDownload this dictionary
structured programming
programming methodology according to which one builds the main program from modular secondary programs


Wikipedia English The Free EncyclopediaDownload this dictionary
Structured programming
Structured programming can be seen as a subset or subdiscipline of procedural programming, one of the major programming paradigms. It is most famous for removing or reducing reliance on the GOTO statement.Historically, several different structuring techniques or methodologies have been developed for writing structured programs. The most common are:Dijkstra's structured programming, where the logic of a program is a structure composed of similar sub-structures in a limited number of ways. This reduces understanding a program to understanding each structure on its own, and in relation to that containing it, a useful separation of concerns.A view derived from Dijkstra's which also advocates splitting programs into sub-sections with a single point of entry, but is strongly opposed to the concept of a single point of exit.Data Structured Programming, which is based on aligning data structures with program structures. This approach applied the fundamental structures proposed by Dijkstra, but as constructs that used the high-level structure of a program to be modeled on the underlying data structures being processed. There are at least 3 major approaches to data structured program design proposed by Jean-Dominique Warnier, Michael A. Jackson, and Ken Orr.
See more at Wikipedia.org...

This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License

Telecommunication Standard Terms DictionaryDownload this dictionary
structured programming
A technique for organizing and coding computer programs in which a hierarchy of modules is used, each having a single entry and a single exit point, and in which control is passed downward through the structure without unconditional branches to higher levels of the structure. Three types of control flow are used: sequential, test, and iteration.

FOLDOC DictionaryDownload this dictionary
structured programming
<programming> Any software development technique that includes structured design and results in the development of a structured program.
(1995-04-06)


(c) Copyright 1993 by Denis Howe

Define structured programming

Translate structured programming





| structured programming in French | structured programming in Italian | structured programming in Spanish | structured programming in Dutch | structured programming in Portuguese | structured programming in German | structured programming in Russian | structured programming in Japanese | structured programming in Greek | structured programming in Korean | structured programming in Turkish | structured programming in Hebrew | structured programming in Arabic | structured programming in Croatian | structured programming in Serbian | structured programming in Swedish