a) Control Coupling b) Stamp Coupling c) External Coupling d) Content Coupling Answer: b Explanation: Stamp Coupling
View QuestionA software engineer must design the modules with the goal of high cohesion and low coupling.
a) True b) False Answer: a Explanation: If the software is not properly modularized, a host ...
View QuestionWhich of the following is the best type of module cohesion?
a) Functional Cohesion b) Temporal Cohesion c) Coincidental Cohesion d) Sequential Cohesion Answer: a Explanation: Functional Cohesion ...
View QuestionWhich of the following is the worst type of module cohesion?
a) Logical Cohesion b) Temporal Cohesion c) Functional Cohesion d) Coincidental Cohesion Answer: d Explanation: Coincidental cohesion ...
View QuestionWhich of the following is the worst type of module coupling?
a) Control Coupling b) Stamp Coupling c) External Coupling d) Content Coupling Answer: c Explanation: Content coupling ...
View QuestionWhich of the following is the best type of module coupling?
a) Control Coupling b) Stamp Coupling c) Data Coupling d) Content Coupling Answer: c Explanation: The dependency ...
View Question_______________ is a measure of the degree of interdependence between modules.
a) Cohesion b) Coupling c) None of the mentioned d) All of the mentioned Answer: b Explanation: ...
View QuestionWhich of the property of software modularity is incorrect with respect to benefits software modularity?
a) Modules are robust b) Module can use other modules c) Modules Can be separately compiled and stored ...
View QuestionJava packages and Fortran subroutine are examples of__________
a) Functions b) Modules c) Classes d) Sub procedures Answer: b Explanation: A modular system consist of ...
View QuestionCoupling is a qualitative indication of the degree to which a module
a) can be written more compactly b) focuses on just one thing c) is able to complete its ...
View Question