SDD - Design 1 Flashcards
1
Q
What is done at the design phase?
A
Programmers will consider the purpose and functional requirements identified during the analysis phase.
2
Q
What are structure diagrams?
A
Visual design technique used to show the steps needed to solve a problem.
3
Q
Explain how to read a structure diagram
A
Start at the top and work towards the bottom. If a level contains more than one branch, read from left to right before moving to the next level.
4
Q
Name the 4 symbols used in structure diagrams
A
- Process
- Loop
- Selection
- Pre-defined function
5
Q
Describe purpose of the process symbol
(structure diagrams)
A
Used to show that a process is needed