Top 350+ Solved software design modeling (SDM) MCQ Questions Answer
Q. Which of the following diagram is used to model the distribution of objects?
a. object diagram
b. activity diagram
c. state chart diagram
d. interaction diagram
Q. Select the true statement from the following.
a. the first condition is has guaranteed to be true if the activity finishes
b. the next or post-condition is guaranteed to be true if the activity begins
c. trigger is an event that is used to give a start to a use case to begin.
d. both a and b
Q. Select the interaction that the use case description has.
a. product and actor
b. use case
c. actor
d. product
Q. Use case descriptions consist of interaction among which of the following?
a. product
b. use case
c. actor
d. product & actor
Q. Use case description contents include ______________
a. use case name and number
b. actors
c. stakeholder and needs
d. all of the mentioned
Q. Which of these statements are truly acceptable?
a. a precondition is an assertion guaranteed to be true when the activity or operation finishes
b. a post condition is an assertion guaranteed to be true when the activity or operation begins
c. trigger is an event which cause a use case to begin
d. none of the mentioned
Q. Which descriptions are true for the use case description format?
a. underline text refers to another use case
b. extensions section uses complicated numbering scheme
c. indentation is used in order to make extensions easier to read
d. all of the mentioned
Q. What are the methods in which use case descriptions can be written?
a. actors in a use case are almost always stakeholders
b. preconditions must be true before statement begins
c. need list should be reviewed when writing each use case
d. all of the mentioned
Q. What is true in context to extensions?
a. once the basic flow is defined, the extensions can be specified
b. the alternatives are called extension as they extend the activity flow in a different direction from branch point
c. all of the mentioned
d. none of the mentioned
Q. The Use case Description Heuristics includes which of these?
a. fill in the use case template from top to bottom
b. write simple declarative sentences in active voice
c. avoid sequence of steps by the actors and product
d. all of the mentioned
Q. A different alternative must consists of?
a. different actors
b. different use cases
c. different overall product functionality
d. all of the mentioned
Q. Which of the following statement is true?
a. interactions supported by a product are cataloged in a use case description
b. interactions are refined in use case diagram
c. all of the mentioned
d. none of the mentioned
Q. Which steps are included in use case driven iterative development?
a. at each iteration, one or more use cases are selected for implementation
b. iteration should be followed until the system is complete
c. iterative development builds system functionality gradually through analysis, design, coding, testing and evaluation
d. all of the mentioned
Q. ________ diagrams are used to illustrate data structures, and the static snapshots instances of the things found in the class diagrams.
a. use case
b. object
c. collaboration
d. sequence
Q. Object diagram is used to show the design ________ view of a system.
a. static
b. dynamic
c. logical
d. process