Knowee
Questions
Features
Study Tools

The four types of weak cohesion are:1 pointCoincidental, temporal, procedural, logical associationCommunicational, sequential, object, functionalCoincidental, temporal, sequential, logical associationThere is no such thing as loose cohesion

Question

The four types of weak cohesion are:1 pointCoincidental, temporal, procedural, logical associationCommunicational, sequential, object, functionalCoincidental, temporal, sequential, logical associationThere is no such thing as loose cohesion

🧐 Not the exact question you are looking for?Go ask a question

Solution

The four types of weak cohesion mentioned in your question are: Coincidental, Temporal, Procedural, and Logical Association.

  1. Coincidental Cohesion: This is when the elements within a module have no significant relationship and are grouped arbitrarily.

  2. Temporal Cohesion: This is when elements of a module are organized such that they are processed at a particular time in program execution.

  3. Procedural Cohesion: This is when elements of a module are grouped because they always follow a certain sequence of execution.

  4. Logical Association: This is when elements of a module are grouped because they logically belong together.

Please note that these are not the only types of cohesion in software engineering. There are also stronger types of cohesion like functional cohesion, sequential cohesion, and communicational cohesion.

This problem has been solved

Similar Questions

Which of the following is not a type of Cohesion?Select one:a.Functional Cohesionb.Temporal Cohesionc.Modular Cohesiond.Sequential Cohesion

One piece of code runs after the other. This is an example of what type of cohesion?1 pointProcedural cohesionLogical association cohesionCoincidental cohesionTemporal cohesion

Which type of cohesion is considered the most desirable?Options :Coincidental CohesionLogical CohesionTemporal CohesionFunctional Cohesion

Which of the following is the worst type of module cohesion?Select one:a.Logical Cohesionb.Temporal Cohesionc.Functional Cohesiond.Coincidental Cohesion

Choose the most accurate answer: Cohesion describes...1 pointdecomposability.how changes do not cross boundaries of modules.loose coupling.how well everything within a module fits together.

1/3

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.