The document discusses function-oriented software design and the Structured Analysis/Structured Design (SA/SD) methodology. It provides an overview of SA/SD, which involves structured analysis to model system functions through functional decomposition and data flow diagrams, and structured design to map functions to a module structure. An example of applying SA/SD to a root mean square calculating software is presented, with context and level 1 data flow diagrams developed through decomposition of high-level functions.
Related topics: