Sequential cohesion - Definition - Designing the System

Q.  When elements of module are grouped because the output of one element serves as input to another and so on, it is called ________ .
- Published on 23 Jul 15

a. Functional cohesion
b. Sequential cohesion
c. Communicational cohesion
d. Procedural cohesion

ANSWER: Sequential cohesion
 

    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 Sequential cohesion

    - When elements of module are grouped because the output of one element serves as input to another and so on, it is called sequential cohesion.

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.)