the more that a modules statements contribute to the same job, the greater the ______________ of the…

the more that a modules statements contribute to the same job, the greater the ______________ of the module.\n a. functional cohesion\n b. structure\n c. modularity\n d. size
Answer
Answer:
A. functional cohesion
Brief Explanations:
Functional cohesion refers to a module where all elements contribute to a single, well - defined task. The more statements in a module contribute to the same job, the higher its functional cohesion.