Knowee
Questions
Features
Study Tools

If all tasks must be executed in the same time-span, what type of cohesion is being exhibited?Select one:a.Functional Cohesionb.Temporal Cohesionc.Functional Cohesiond.Sequential Cohesion

Question

If all tasks must be executed in the same time-span, what type of cohesion is being exhibited?Select one:a.Functional Cohesionb.Temporal Cohesionc.Functional Cohesiond.Sequential Cohesion

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

Solution

The question asks about the type of cohesion exhibited when all tasks must be executed in the same time-span. Let's analyze the options step by step:

a. Functional Cohesion: This type of cohesion occurs when all parts of a module are grouped because they all contribute to a single, well-defined task. It is the highest level of cohesion and is not specifically related to the timing of tasks.

b. Temporal Cohesion: This type of cohesion occurs when tasks are related by the time they need to be executed. If all tasks must be executed in the same time-span, they are grouped together because of their timing, which is the defining characteristic of temporal cohesion.

c. Functional Cohesion: This option is a repeat of option a and can be disregarded as it does not provide new information.

d. Sequential Cohesion: This type of cohesion occurs when tasks are grouped because the output from one part of the module serves as input to another part. It is related to the order of execution rather than the timing.

Given the definitions, the correct answer is:

b. Temporal Cohesion

This is because temporal cohesion specifically refers to tasks that are related by the time they need to be executed, which matches the condition described in the question.

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

In ..................................  all tasks must be executed in the same time.Options :stamp couplingfunctional cohesiondata couplingtemporal cohesion

Your team is working on a module where various related functions are combined to each other with a fact, and the module performs different operations depending on external conditions. What type of cohesion is this?*FunctionalLogicalSequentialTemporal

Question 6Different pieces of code are activated at the same time. This is an example of what type of cohesion?1 pointCoincidental cohesionTemporal cohesionProcedural cohesionLogical association cohesion

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

1/2

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.