Cohesion of a module refers to:
Ahow strongly the elements within the module are related
Bhow many other modules it calls
Cits execution speed
Dthe number of bugs in it
Answer & Solution
Correct answer: A. how strongly the elements within the module are related
Cohesion measures how focused a module's internal elements are; high cohesion 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: