Home » Information System and Software Engineering » Information system and software engineering miscellaneous » Question

Information system and software engineering miscellaneous

Information System and Software Engineering

  1. In the context of modular software design, which one of the following combinations is desirable?
    1. High cohesion and high coupling
    2. High cohesion and low coupling
    3. Low cohesion and high coupling
    4. Low cohesion and low coupling
Correct Option: B

In the content of modular software design these should be high cohesion, since cohesion is measure of internal strength within a module. The coupling is measure of interdependency among modules, so it should be low.



Your comments will be displayed only after manual approval.