11. If all tasks must be executed in the same time-span, what type of cohesion is being exhibited ?

A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion
✅ The correct answer is option B.
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.

12. Which of the following is the worst type of module coupling ?

A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling
✅ The correct answer is option C.
Explanation: Content coupling occurs when module A changes data of module B or when control is passed from one module to the middle of another.

20. Choose the option that does not define Function Oriented Software Design ?

A. It consists of module definitions
B. Modules represent data abstraction
C. Modules support functional abstraction
D. None of the mentioned
✅ The correct answer is option B.
Explanation: Option b defines an Object Oriented Design.