Home › B.Tech CSE › computerscience › Software Engineering › Changing one module should ideally not force cha…
Changing one module should ideally not force changes in others; this is achieved by keeping:
Acoupling low
Bboth coupling and cohesion high
Ccohesion low
Dthe SRS short
Answer & Solution
Correct answer: A. coupling low
Keeping coupling low localises the impact of changes, so editing one module rarely affects others.
Related questions
Cyclomatic 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:A good modular software design aims for: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: