![]() |
VOOZH | about |
Structure Chart represents the hierarchical structure of modules. It breaks down the entire system into the lowest functional modules and describes the functions and sub-functions of each module of a system in greater detail. This article focuses on discussing Structure Charts in detail.
Structure Chart partitions the system into black boxes (functionality of the system is known to the users, but inner details are unknown).
It represents the process or task of the system. It is of three types:
It represents that control module can select any of the sub module on the basis of some condition. π Condition Call
It represents the repetitive execution of module by the sub module. A curved arrow represents a loop in the module. π Loop
All the submodules cover by the loop repeat execution of module.
It represents the flow of data between the modules. It is represented by a directed arrow with an empty circle at the end. π Data Flow
It represents the flow of control between the modules. It is represented by a directed arrow with a filled circle at the end. π Control Flow
It is that where all the information are to be stored. π Physical Storage
Structure chart for an Email server
π Email Server