Structure charts are used for procedural programs to illustrate the following information about a program in a visual format.
- Partitioning of a program into named modules (functions)
- Top-down hierarchy and organization of modules
- Linkages between modules
- Flow of data, control or exception information

Return to Software Models
|