Which of the following is not a type of Cohesion?Select one:a.Functional Cohesionb.Temporal Cohesionc.Modular Cohesiond.Sequential Cohesion
Question
Which of the following is not a type of Cohesion?
Select one:
- a. Functional Cohesion
- b. Temporal Cohesion
- c. Modular Cohesion
- d. Sequential Cohesion
Solution
Sure, let's analyze each option to determine which one is not a type of cohesion:
-
Functional Cohesion: This is a type of cohesion where the components of a module are grouped together because they all contribute to a single, well-defined task. It is considered the strongest and most desirable form of cohesion.
-
Temporal Cohesion: This type of cohesion occurs when elements within a module are related by their timing. For example, they are executed at the same time or during the same phase of execution.
-
Modular Cohesion: This term is not a standard type of cohesion in software engineering. Cohesion typically refers to how closely related the responsibilities of a single module are, but "modular cohesion" is not a recognized term in this context.
-
Sequential Cohesion: This type of cohesion occurs when the output from one part of a module serves as the input for another part. The elements are related in a sequence.
Based on the analysis, the correct answer is:
c. Modular Cohesion
Similar Questions
Which of the following is the best type of module cohesion?Options :Temporal CohesionSequential CohesionFunctional Cohesionnone of above
Which of the following is the worst type of module cohesion?Select one:a.Logical Cohesionb.Temporal Cohesionc.Functional Cohesiond.Coincidental Cohesion
Which of the following is NOT an aspect of software design1 pointCouplingCohesionModularityPolymorphism
Cohesion is the attraction between water molecules.Group of answer choicesTrueFalse
____ is a qualitative measure of the consistency of functions within a single class.Question 17Select one:a.Cohesionb.Encapsulationc.Couplingd.Visibility
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.