Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
Question 96 |
Temporal cohesion means
Coincidental cohesion | |
Cohesion between temporary variables | |
Cohesion between local variables | |
Cohesion with respect to time |
Question 96 Explanation:
Temporal cohesion: When a module contains tasks that are related by the fact that all must be executed with the same span of time, the module exhibits temporal cohesion.
Correct Answer: D
Question 96 Explanation:
Temporal cohesion: When a module contains tasks that are related by the fact that all must be executed with the same span of time, the module exhibits temporal cohesion.