What is Decomposition
Breaking a complex system into related subsystems.
What is Functional Decomposition?
Breaking a system into subsystems according to the function desired.
What are couplings?
The linkages or dependencies between subsystems in a system.
What is non-heirarchic Decomposition?
A representation in which subsystems are inherently linked.
What is a Hybrid-Hierarchic?
A mix of coupled and uncoupled systems.