Top 50+ Solved Software Development Methodologies MCQ Questions Answer
Q. In what type of coupling, the complete data structure is passed from one module toanother?
a. Control Coupling
b. Stamp Coupling
c. External Coupling
d. Content Coupling
Q. If all tasks must be executed in the same time-span, what type of cohesion is beingexhibited?
a. Functional Cohesion
b. Temporal Cohesion
c. Functional Cohesion
d. Sequential Cohesion
Q. _________ defined as a collection of program statements with four basic attribute i.e. inputand output, function, mechanics and internal data
a. Module
b. Factoring
c. Fan in
d. Fan Out
Q. __________ is the intellectual tool that allows us to deal with concepts apart fromparticular instances of those concepts.
a. Module
b. Abstraction
c. Fan-in
d. Fan-out
Q. The -----------involves the use of parameterized subprograms.
a. Functional Abstraction
b. Control Abstraction
c. Cohesion
d. Coupling
Q. The ________ is used to state a desired effect without stating the exact mechanism ofcontrol.
a. Functional Abstraction
b. Control Abstraction
c. Cohesion
d. Coupling
Q. __________in this each module and its dub module corresponding to a processing step inthe execution sequence.
a. Information hiding criteria
b. Conventional criteria
c. Data abstraction criteria
d. None of these
Q. __________ In this each module hides a difficult or changeable design decision from theother module.
a. Information hiding criteria
b. Conventional criteria
c. Data abstraction criteria
d. None of these
Q. Which of the following is the best type of module coupling?
a. Control Coupling
b. Stamp Coupling
c. Data Coupling
d. Content Coupling
Q. Which of the following is the worst type of module coupling?
a. Control Coupling
b. Stamp Coupling
c. External Coupling
d. Content Coupling
Q. _______ In this each module hides the representation details of a major data structurebehind functions that access and modify the data structure.
a. Information hiding criteria
b. Conventional criteria
c. Data abstraction criteria
d. None of these
Q. A module has _______if there is some logical relationship in the elements of a module.
a. Logical cohesion
b. Temporal cohesion
c. Both A And B
d. None of these
Q. ___________ This module gets data from sub-ordinates and forward it tosuperordinate(boss) modules.
a. Afferent modules
b. Efferent modules
c. Co-ordinate modules
d. Transform modules.
Q. ___________ This module gets data from super-ordinate and forward it to sub-ordinates.
a. Afferent modules
b. Efferent modules
c. Co-ordinate modules
d. Transform modules.
Q. _______ This module manages the flow of data between different sub-ordinates. They areused for selection purpose and in decision making.
a. Afferent modules
b. Efferent modules
c. Co-ordinate modules
d. Transform modules.