Explore topic-wise MCQs in Software Design.

This section includes 12 Mcqs, each offering curated multiple-choice questions to sharpen your Software Design knowledge and support exam preparation. Choose a topic below to get started.

1.

WHAT_AMONG_THESE_IS_TRUE_??$

A. Associations may also correspond to relation between instances of three or more classes
B. Association lines may be unlabeled or they may show association name
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
2.

Which among these are the rules to be considered to form Class diagrams?$

A. Class symbols must have at least a name compartment
B. Compartment can be in random order
C. Attributes and operations can be listed at any suitable place
D. None of the mentioned
Answer» B. Compartment can be in random order
3.

What_is_multiplicity_for_an_association?$

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
B. The multiplicity at the target class end of an association is the number of instances that can be associated with a number instance of source class
C. All of the mentioned
D. None of the mentioned
Answer» B. The multiplicity at the target class end of an association is the number of instances that can be associated with a number instance of source class
4.

An object symbol is divided into what parts ?

A. Top compartment
B. Bottom Compartment
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
5.

Which_of_these_are_the_heuristics_?

A. Name classes, attributes, and roles with noun phrases
B. Name operations and associations with verb phrases
C. Stick to binary associations
D. All of the mentioned
Answer» E.
6.

Which of these are part of class operation specification format ?

A. name
B. parameter list
C. return-type list
D. all of the mentioned
Answer» E.
7.

An operation can be described as?

A. Object behavior
B. Class behavior
C. Functions
D. Object & Class behavior
Answer» E.
8.

What should be mentioned as attributes for conceptual modelling ?

A. Initial Values
B. Names
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
9.

An attribute is a data item held by which of the following ?

A. Class
B. Object
C. All of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned
10.

A class is divided into which of these compartments ?

A. Name Compartment
B. Attribute Compartment
C. Operation Compartment
D. All of the mentioned
Answer» E.
11.

A Class consists of which of these abstractions?

A. Set of the objects
B. Operations
C. Attributes
D. All of the mentioned
Answer» E.
12.

What does a simple name in UML Class and objects consists of ?

A. Letters
B. Digits
C. Punctuation Characters
D. All of the mentioned
Answer» E.