In what type of coupling, the complete data structure is passed from one module to another ?
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling
A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion
Explanation: Functional Cohesion is a type of cohesion in which the tasks performed by a software module all contribute to the performance of a single function.
Which of the following is the best type of module cohesion ? Read More »
Software Design A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling
Explanation: Content coupling occurs when module A changes data of module B or when control is passed from one module to the middle of another.
Which of the following is the worst type of module coupling ? Read More »
Software Design A. Cohesion
B. Coupling
C. None of the mentioned
D. All of the mentioned
Explanation: Coupling or dependency is the degree to which each program module relies on each one of the other modules.
__________________ is a measure of the degree of interdependence between modules ? Read More »
Software Design A. Functions
B. Modules
C. Classes
D. Sub procedures
Explanation: A modular system consist of well defined manageable units with well defined interfaces among the units.
Java packages and Fortran subroutine are examples of__________________________? Read More »
Software Design A. Control Coupling
B. Stamp Coupling
C. Data Coupling
D. Content Coupling
Explanation: The dependency between module A and B is said to be data coupled if their dependency is based on the fact they communicate by only passing of data.
Which of the following is the best type of module coupling ? Read More »
Software Design A. Modules are robust
B. Module can use other modules
C. Modules Can be separately compiled and stored in a library
D. Modules are mostly dependent
Explanation: Modularity cannot bring benefits unless the modules are autonomous or independent
A. Efficiency
B. Accuracy
C. Quality
D. Complexity
Explanation: Software functional quality reflects how well it complies with or conforms to a given design, based on functional requirements or specifications
A. creating program code
B. finding and correcting errors in the program code
C. identifying the task to be computerized
D. creating the algorithm
Explanation: Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected.
Debugging is_________________? Read More »
Software Design A. Project design
B. Installation
C. Systems analysis
D. Programming