Software Design Modeling (SDM) MCQs | Page - 5
Dear candidates you will find MCQ questions of Software Design Modeling (SDM) here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Q. The expansion of the acronym CRC is
β
Correct Answer: (C)
class responsibilities and collaborators
Q. Object-oriented system modelling using CRC method gives
β
Correct Answer: (C)
classes of the system, their responsibilities and collaborating classes
Q. The association stereotype «Extends» indicates ___
β
Correct Answer: (C)
a specialized form of a use case??
Q. To distunguish between active and non-active object which property is applied?
β
Correct Answer: (C)
concurrency
Q. Consider the code below, class class1{ public: void func1(); }; class class2 : protected class1 { }; Function func1 of class1 is ______ in class2
β
Correct Answer: (A)
public
Q. Which of the following is a weak relationship between two objects?
β
Correct Answer: (C)
aggregation
Q. The next step is to evaluate the class diagram to check that all candidate classes are present and that the diagram reflects their descriptions, Designers apply which of the following heuristics to this activity?
β
Correct Answer: (D)
all of the mentioned
Q. What is multiplicity for an association?
β
Correct Answer: (A)
the multiplicity at the target class end of an association is the number of instances that can be associated with a single instance of source class
Jump to