Home › B.Tech CSE › computerscience › Software Engineering › Coupling between two modules refers to:
Coupling between two modules refers to:
Athe test coverage
Bthe number of lines of code
Cthe degree of interdependence between them
Dhow well a module's own elements relate
Answer & Solution
Correct answer: C. the degree of interdependence between them
Coupling measures interdependence between modules; loose coupling is desirable.
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: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: