Please enable JavaScript.
Coggle requires JavaScript to display documents.
Process Design (Objectives (Reusable Code, Efficiency, Reliability,…
Process Design
Objectives
Reusable Code
Efficiency
Reliability
Expandability
maintainability
HL System Design
ID components
ID component interfaces
stepwise refinement
to
increase detail of modules
Top-down
Bottom-up
Programming Constructs
Selection
(°) choices
not all will be used in a process
Iteration
(*) repeated multiple times
(enter product details)
Sequence
- the order. Never changes
Detailed Program Specification
Define component build
"Unit/Component" design in V
Coupling
- Measure of
independence of 2 modules
Cohesion
- Measure of relation
of all modules to each other