ITWissen.info - Tech know how online

program flowchart

A program flow chart is a widely used representation method for describing software structures, along with structure diagrams. The program flow chart notation( PAP) uses graphical symbols that are connected by lines so that corresponding control structures can be mapped. The defined program flow symbols are standardized in DIN 66001.

Program flow charts allow the graphical description of algorithms using the elements shown in the figure (excerpt). However, this type of representation has some decisive disadvantages.

Program flow chart symbols

Program flow chart symbols

The control flow can be formulated arbitrarily complicated, in particular also deviating from the rules of the structured programming, since the use of the arrows for the representation of the control flow is not subject to any restrictions. The elementary structures of structured programming (sequence, selection, repetition) must be specially constructed. This often makes the control flow very confusing and thus difficult to verify. Designations from different levels of abstraction can be chosen as box inscriptions. There is little space for explanations in the individual elements.

Program flow charts are thus suitable for the representation of algorithmic sequences only if one is aware of their limitations and makes only very disciplined use of them.

Informations:
Englisch: program flowchart
Updated at: 07.05.2013
#Words: 192
Links: program, flow chart, method, software (SW), notation
Translations: DE
Sharing:    

All rights reserved DATACOM Buchverlag GmbH © 2024