in IS&Software Engineering recategorized
1,261 views
0 votes
0 votes

Which of the following statement(s) is/are true with respect to software architecture?

$S1$ : Coupling is a measure of how well the things grouped together in a module belong together logically.

$S2$ : Cohesion is a measure of the degree of interaction between software modules.

$S3$ : If coupling is low and cohesion is high then it is easier to change one module without affecting others.

  1. Only $S1$ and $S2$
  2. Only $S3$
  3. All of $S1$, $S2$ and $S3$
  4. Only $S1$
in IS&Software Engineering recategorized
1.3k views

4 Answers

1 vote
1 vote
ans : 2

S1: false-> Coupling is a  measure of the degree of interaction between software modules.  
S2: false -> Cohesion is a measure of how well the things grouped together in a module belong together logically.  
S3: true-> If coupling is low and cohesion is high then it is easier to change one module without affecting others.

1 comment

Please, check your answer. S1 and S2 both are interchange with respect to given question.
0
0
1 vote
1 vote
S1: Cohesion means organisation of different module and consistency.
S2 :Coupling is the degree of interdependence between software modules.

S3: if coupling is low and cohesion is high, it is easier to change one module without affecting others.

option (B) is correct.
0 votes
0 votes
The definition given in S1 is definition of Cohesion.

The definition given in S2 is definition of Coupling.

so, both S1 and S2 are incorrect

S3 is correct as LOW coupling and HIGH cohesion is always preferred during software design.

Only S3 is correct, hence answer is B
0 votes
0 votes

Answer: (B) 
Explanation:

So, option (B) is correct.

  1. Coupling is the degree of interdependence between software modules.
  2. Cohesion means organisation of different module and consistency.
  3. Then if coupling is low and cohesion is high, it is easier to change one module without affecting others.
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true