What is program design?
Program design focuses on the parts of the system that are going to be implemented in software from scratch.
What are design specifications?
Design Specs:
Consist of both diagrams and text that explains:
What are some examples of design artifacts?
What is a structure chart?
A structure chart describes all of the components of a system that must be included in a program at a high level.
What does a structure chart convey?
The structure chart is arranged in a hierarchical format that implies:
What is a control flow diagram?
Displays the conditions required to move from one module to another.
What is a control flow graph?
Displays the conditions required to move from one program statement to another