Statement: For a logically cohesive module, there are some activities to be implemented. These activities are preferred from inside the module itself. Is the above given statement true? If not, choose the correct option to make it true.
Answer options
A
The activities are selected from outside the module.
B
The activities are selected in a random manner.
C
The activities are selected in a sorted manner.
D
The given statement is true.
Correct answer: The activities are selected from outside the module.
Explanation
In a logically cohesive module, activities are grouped by logical similarity (e.g., all input operations). The activities to perform are selected from OUTSIDE the module by the calling code, not from inside the module itself. The given statement is therefore false, and option 0 corrects it.