THE AUTOMATED FLOWCHART DESIGN AND CODE WRITING SYSTEM
SAMPLE FLOWCHARTS
Here is a Hierarchy Diagram of a Software
System with modules that let the user create and mail merge a sales letter.
The system also let the user print the mailing labels. The Hierarchy diagram
shows all the modules in the system and their interrelationship. The proceeding
table then gives a list of individual flowchart for control logic that
implement each module in the system. This design method is called Functional
Decomposition or Top-down design. NOTE that both the hierarchy diagram
and the sets of flowchart documents the Software System Design.
The set of flowcharts that constitute the whole software system is given in the following table.
You can get copy of these flowcharts as LogicCoder source document with
the original source code statements in the selected language from which
you can regenerate the original source code. You can also edit the control
logic and then regenerate the source code from the edited control logic.