Software Engineering Mcqs
A step by step instruction used to solve a problem is known as ___________________?

A. Sequential structure
B. A list
C. A plan
D. An algorithm

Actual programming of software code is done during the __________________ step in the SDLC?

A. Maintenance and evaluation
B. Design
C. Analysis
D. Development and documentation

Which tool is use for structured designing ?

A. Program flowchart
B. Structure chart
C. Data-flow diagram
D. Module

Debugging is_________________?

A. Creating program code
B. Finding and correcting errors in the program code
C. Identifying the task to be computerized
D. Creating the algorithm

Which 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 in a library
D. Modules are mostly dependent

Which of the following is the best type of module coupling ?

A. Control coupling
B. Stamp coupling
C. Data coupling
D. Content coupling

__________________ is a measure of the degree of interdependence between modules ?

A. Cohesion
B. Coupling
C. None of the mentioned
D. All of the mentioned