Multiple choice

Which of the following types of cohesion results by grouping parts of a module that operate on the same data?

  1. Temporal cohesion

  2. Procedural cohesion

  3. Communicational cohesion

  4. Logical cohesion

  5. Coincidental cohesion

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Communicational cohesion is when parts of a module are grouped because they operate on the same data (e.g. a module which operates on the same record of information).