897Software EngineeringMedium
If all tasks must be executed in the same time-span, what type of cohesion is being exhibited?
ASequential Cohesion
BFunctional Cohesion
CTemporal Cohesion
Correct answer
C. Temporal Cohesion
Explanation
Explanation: A Module exhibits temporal cohesion when it contains tasks that are related by the fact that all tasks must be executed in the same time-span.