A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion
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.
Related Mcqs:
- Which of the following is the best type of module cohesion ?
A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion - Which of the following is the worst type of module cohesion ?
A. Logical Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Coincidental Cohesion - Objects are executed _____________________?
A. sequentially
B. in Parallel
C. sequentially & Parallel
D. none of the mentioned - Which of the following is the worst type of module coupling ?
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling - Which of the following is the best type of module coupling ?
A. Control Coupling
B. Stamp Coupling
C. Data Coupling
D. Content Coupling - In what type of coupling, the complete data structure is passed from one module to another ?
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling - Who designs and implement database structures ?
A. Programmers
B. Project managers
C. Technical writers
D. Database administrators - A directed arc or line in DFD represents_________________?
A. Data Store
B. Data Process
C. Data Flow
D. All of the mentioned - Which of the following points related to Object-oriented development (OOD. is true ?
A. OOA is concerned with developing an object model of the application domain
B. OOD is concerned with developing an object-oriented system model to implement requirements
C. All of the mentioned
D. None of the mentioned - Which of the following is a disadvantage of OOD ?
A. Easier maintenance
B. Objects may be
understood as stand-alone entities
C. Objects are potentially reusable components
D. None of the mentioned