| Here are some important system concepts | ||||||
| Decomposition
The process of breaking down a system into smaller component Modularity Dividing a system up into chunks or modules of a relatively uniform size. To Simplify the redesign and rebuild process Coupling The extend to which subsystems depend on each other. Cohesion A cohesion is the extent to which a subsystem performs a single function. |
||||||
| Back | ||||||