edited by
3,336 views
1 votes
1 votes

Which of the following statements is/are true?

P: In software engineering, defects that are discovered earlier are more expensive to fix.

Q: A software design is said to be a good design, if the components are strongly cohesive and weakly coupled.

Select the correct answer from the options given below:

  1. P only
  2. Q only
  3. P and Q
  4. Neither P nor Q
edited by

1 Answer

1 votes
1 votes
option 2    Q only

P : In software engineering, defects that are discovered earlier are more expensive to fix -- False they are less expensive

    if they are discovered  in later stages then they are more expensive
Q : A software design is said to be a good design, if the components are strongly cohesive and weakly coupled.----True

For good design cohesion( degree to which the elements inside a module belong together) should be high and coupling ( degree of interdependence between modules ) should be low
Answer:

Related questions

1 votes
1 votes
1 answer
1
Arjun asked Jul 2, 2019
2,248 views
The M components in MVC are responsible foruser interfacesecurity of the systembusiness logic and domain objectstranslating between user interface actions/events and oper...
1 votes
1 votes
1 answer
4
Arjun asked Jul 2, 2019
2,696 views
Which of the following terms best describes Git?Issue Tracking SystemIntegrated Development EnvironmentDistributed Version Control SystemWeb-based Repository Hosting Serv...