出典:Wikipedia
出典:『Wikipedia』 (2011/06/08 08:32 UTC 版)
A Structure Chart (SC) in software engineering and organizational theory, is a chart which shows the breakdown of a system to it's lowest manageable levels. They are used in structured programming to arrange program modules into a tree. Each module is represented by a box, which contains the module's name. The tree structure visualizes the relationships between modules.