recategorized by
6,402 views

1 Answer

Best answer
4 votes
4 votes

ans is C 

cohesion - cohesion refers to the degree to which the elements of a module belong together.[1] Thus, cohesion measures the strength of relationship between pieces of functionality within a given module. For example, in highly cohesive systems functionality is strongly related.

coupling -isoftware engineeringcoupling is the manner and degree of interdependence between software modules; a measure of how closely connected two routines or modules are; the strength of the relationships between modules. Coupling is usually contrasted with cohesion.

selected by
Answer:

Related questions

1 votes
1 votes
2 answers
1
go_editor asked Jul 24, 2016
12,439 views
Testing of software with actual data and in actual environment is calledAlpha testingBeta testingRegression testingNone of the above
1 votes
1 votes
1 answer
2
go_editor asked Jul 24, 2016
2,582 views
Which one of the following is not a step of requirement engineering?Requirement elicitationRequirement analysisRequirement designRequirement documentation