Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
| Question 165 |
| I-(b), II-(a), III-(d), IV-(c) | |
| I-(b), II-(d), III-(a), IV-(b) | |
| I-(d), II-(c), III-(b), IV-(a) | |
| I-(d), II-(a), III-(c), IV-(b) |
Cohesion → Focus of a code upon a single goal.
Scalable → Easy to add functionality to the software without having to redesign it.
Readable → Easy to visually inspect the design of the software and understand its purpose.
→ Cohesion is a measure of internal strength within a module, whereas coupling is a measure of inter dependency among the modules.
→ In a functional oriented design/modular software design there should be high cohesion and low coupling.
→ It requires High Fan-In and Low fan-out.
Cohesion → Focus of a code upon a single goal.
Scalable → Easy to add functionality to the software without having to redesign it.
Readable → Easy to visually inspect the design of the software and understand its purpose.
→ Cohesion is a measure of internal strength within a module, whereas coupling is a measure of inter dependency among the modules.
→ In a functional oriented design/modular software design there should be high cohesion and low coupling.
→ It requires High Fan-In and Low fan-out.

