Please enable JavaScript.
Coggle requires JavaScript to display documents.
SW Designing Activities (Static design (activities (UML (standard software…
SW Designing Activities
Static design
- what the software’s components are and how they related to another by drawing it out
activities
UML
- standard software design notion for modeling systems using object-oriented concepts
- UML documentation is used so that requirements and code interaction between actors and applications can be visual and specific
- UML diagrams serve two purposes: functionality and security
Wireframes
- simple drawings or sketches of what input modules are supposed to look like
Prototypes
- only to provide the end user with the look and feel of the final product
- gives all concerned an idea of the concepts, input and output fields, and navigation features in the application
Dynamic design
- produce documentation that is used to describe the behavior and interaction of systems and components
- Use cases, wireframes and/or prototype are decomposed in atomic processes
will clarify
Application concept
- List the concepts (domains)
- Associate the concepts
- concept association diagram
- conceptual diagram
Decomposes the application into separate domains (some in software application boundary, some not)
-
-