Elements of module in functional cohesion are grouped - Designing the System

Q.  Elements of module in functional cohesion are grouped because they all contribute to a single well-defined function. It can also be reused.
- Published on 24 Jul 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Nirja Shah   -Posted on 15 Oct 15
    - Cohesion is a measure that defines the degree of intra-dependability within elements of a module.

    - A program design with greater cohesion is a better program design.

    - There are different types of cohesion.

    - The above statement is related to Functional cohesion

    - It is considered to be the highest degree of cohesion, and it is highly expected.

    - Elements of module in functional cohesion are grouped because they all contribute to a single well-defined function.

    - It can also be reused.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)