A. Object oriented analysis
B. Object oriented design
C. Structured approach
D. Both Object oriented analysis and design
A. Object oriented analysis
B. Object oriented design
C. Structured approach
D. Both Object oriented analysis and design
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.
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.
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.
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.
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.
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.