Top 1000+ Solved Software Engineering MCQ Questions Answer
Q. Behavioral specification is required for:(
a. Modeling
b. Verification
c. Validation
d. None of the above
Q. During the development phase, the following testing approach is not adopted(
a. Unit testing
b. Bottom up testing
c. Integration testing
d. Acceptance testing
Q. Which is not a functional testing technique?(
a. Boundary value analysis
b. Decision table
c. Regression testing
d. None of the above
Q. Decision table are useful for describing situations in which:(
a. An action is taken under varying sets of conditions.
b. Number of combinations of actions is taken under varying sets of conditions
c. No action is taken under varying sets of conditions
d. None of the above
Q. One weakness of boundary value analysis and equivalence partitioning is(
a. They are not effective
b. They do not explore combinations of input circumstances
c. They explore combinations of input circumstances
d. None of the above
Q. In cause effect graphing technique, cause & effect are related to(
a. Input and output
b. Output and input
c. Destination and source
d. None of the above
Q. DD path graph is called as(
a. Design to Design Path graph
b. Defect to Defect Path graph
c. Destination to Destination Path graph
d. Decision to decision Path graph
Q. )Cyclomatic complexity is developed by(
a. B.W.Boehm
b. T.J.McCabe
c. B.W.Lettlewood
d. Victor Basili
Q. An independent path is(
a. Any path through the DD path graph that introduce at least one new set of processing statements or new conditions
b. Any path through the DD path graph that introduce at most one new set of processing statements or new conditions
c. Any path through the DD path graph that introduce at one and only one new set of processing statements or new conditions
d. None of the above
Q. ______ is an orderly grouping of independent components linked togetheraccording to a plan to achieve a specific objective or goal.
a. System
b. Software
c. Subsystem
d. Physical system
Q. A ---------------is a set or group of component that interact to accomplish somepurpose.
a. System
b. Software
c. Subsystem
d. Physical system