Home › B.Tech CSE › computerscience › Software Engineering › A good modular software design aims for:
A good modular software design aims for:
Ahigh cohesion and high coupling
Bhigh cohesion and low coupling
Clow cohesion and low coupling
Dlow cohesion and high coupling
Answer & Solution
Correct answer: B. high cohesion and low coupling
The hallmark of good design is high cohesion within modules and low coupling between them.
Related questions
Changing one module should ideally not force changes in others; this is achieved by keepinCyclomatic complexity is a metric that measures:A UML use-case diagram primarily captures:In the V-model, each development phase is associated with a corresponding:Testing the interactions between combined modules is called:The Agile approach to software development emphasises:White-box testing focuses on:Black-box testing focuses on: