P2L1 Review of UML Playlist Flashcards
1
Q
Analysis vs Design purpose
A
- Analysis is conserned with understanding the problem being solved
- Design is conserned with creating the solution
2
Q
How to choose the right diagrams for a project?
A
- As a rule of thumb you should not use all diagrams, that is too expensive, too much planning
- What is the trickiest part of the project? Select the diagram that helps you understand that part better
3
Q
Why would you need multiple sequence diagrams or behavior diagrams?
A
- Normally the diagrams just represent one execution of the program. You may need to create one for eash execution scenario
4
Q
Why object diagrams?
A
- To show a specific instance or scenario of use of the classes