106
79.1k

440+ Software Design Modeling (SDM) Solved MCQs

Software design modeling (SDM) is the process of creating a representation or blueprint of a software system. It involves identifying and specifying the components that make up the system and their relationships, as well as defining the interfaces between those components.

There are many different approaches to software design modeling, and the specific techniques and tools used can vary depending on the specific needs and constraints of a given project. Some common techniques and tools include:

UML (Unified Modeling Language): UML is a standardized language for creating graphical models of software systems. It includes a set of symbols and notation for representing different types of components, such as classes, objects, and relationships.

Class diagrams: Class diagrams are a type of UML diagram that shows the structure of a system in terms of the classes and their relationships. They can be used to visualize the static structure of a system, as well as the relationships between different classes.

Use case diagrams: Use case diagrams are another type of UML diagram that show the interactions between a system and its users. They can be used to identify and document the specific actions that a system is designed to perform, as well as the actors that interact with the system.

Prototyping: Prototyping is a technique for creating a preliminary version of a software system, typically for the purpose of testing and evaluating its functionality. Prototyping can be used to quickly explore and iterate on different design ideas and can help to identify and address any potential issues before building the final version of the system.

Software design modeling is an important part of the software development process, as it helps to define the structure and behavior of a system and ensure that it meets the needs of its users. It can also help to identify potential issues and mitigate risk before implementing the final version of the software.

These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Computer Science Engineering (CSE) .

1.

UML activity diagrams are useful in representing which analysis model elements?

A. behavioral elements
B. class-based elements
C. flow-based elements
D. scenario-based
Answer» D. scenario-based
2.

In an Activity Diagram, organizing the activities into groups is called ________

A. forking
B. joining
C. swimlane
D. synchronization
Answer» C. swimlane
3.

________ is used to represent concurrent flows in an Activity Diagram

A. slide bar
B. synchronization bar
C. swim lane
D. branch
Answer» B. synchronization bar
4.

Objects placed in an Activity Diagram are connected to the activity or transition using  ________  relationship

A. association
B. generalization
C. dependency
D. realization
Answer» A. association
5.

________  is a path from one activity state to the next activity state. 

A. action state
B. activity state
C. transition
D. fork
Answer» C. transition
6.

Executable atomic computations are called as  ________

A. action states??
B. activity states
C. composite states??
D. concurrent states
Answer» A. action states??
7.

Activity diagram is a special kind of ________

A. use case diagram??
B. state chart diagram??
C. interaction diagram??
D. component diagram
Answer» B. state chart diagram??
8.

Executable non atomic computations are called as ________

A. action states??
B. activity states??
C. transitions
D. simple states
Answer» B. activity states??
9.

which of the following is NOT present in an Activity Diagram? 

A. action states??
B. objects
C. events??
D. notes
Answer» C. events??
10.

In an Activity Diagram, transitions belongs to ________

A. trigger oriented transitions??
B. self transitions??
C. internal transitions??
D. completion transitions
Answer» D. completion transitions
11.

________  uses the services of the system under design to fulfill the goals. 

A. primary actor??
B. supporting actor??
C. offstage actor??
D. secondary actor
Answer» A. primary actor??
12.

Which of the following diagrams is used to model business workflows? 

A. deployment diagram??
B. activity diagram??
C. use case diagram??
D. interaction diagram
Answer» B. activity diagram??
13.

The scenario of a use case is graphically represented using ________

A. deployment diagram??
B. sequence diagram??
C. use case diagram??
D. interaction diagram
Answer» B. sequence diagram??
14.

A ________  is a stream of messages exchanged between objects

A. sequence??
B. modeling
C. transition??
D. objects
Answer» A. sequence??
15.

An ________ shows an interaction consisting of a set of objects and their relationships, including the messages. 

A. interaction diagram??
B. class diagram??
C. use case diagram??
D. activity diagram
Answer» A. interaction diagram??
16.

________  diagram illustrates use case realizations.

A. sequence
B. class
C. use case
D. activity??
Answer» A. sequence
17.

Which of the following doesn't include in message types? 

A. call??
B. return
C. send??
D. delete
Answer» D. delete
18.

Interaction diagrams are of ________ types. 

A. 1
B. 2
C. 3
D. 4
Answer» B. 2
19.

________   are used to model the dynamic aspects of collaborations. 

A. sequence diagrams??
B. structural
C. interactions??
D. messages??
Answer» C. interactions??
20.

A set of messages exchanged among a set of objects is called as  ________

A. use case??
B. activity
C. interaction
D. deployment
Answer» C. interaction
21.

Sequence of messages is emphasized by ________ diagram. 

A. state chart??
B. sequence??
C. activity??
D. collaboration
Answer» B. sequence??
22.

________  specifies a path to send and receive messages between two objects

A. link
B. sequencing
C. object
D. role
Answer» A. link
23.

which diagram is used to show interactions between messages are classified as?

A. activity
B. state chart
C. collaboration
D. object lifeline
Answer» C. collaboration
24.

___________diagram is time-oriented?

A. collaboration
B. sequence
C. activity
D. use case
Answer» B. sequence
25.

which term are combined Interaction Diagram?

A. sequence diagram + collaboration diagram
B. activity diagram + state chart diagram
C. deployment diagram + collaboration diagram
D. activity diagram + deployment diagram
Answer» A. sequence diagram + collaboration diagram
26.

________  can model the behavior of an individual object.

A. class
B. use case??
C. state machine??
D. activity??
Answer» C. state machine??
27.

A ______ is a behaviour that specifies the sequence of states, an object goes through during its life time in reponse to an events.

A. class
B. state machine??
C. use case??
D. activity??
Answer» B. state machine??
28.

A ________   is a condition during the life of an object during which it satisfies performs some activity or waits for some event

A. class
B. state
C. actor
D. component
Answer» B. state
29.

A ________  is a relationship between two states indicating that an object in the first s will enter the second state

A. transition
B. state
C. association??
D. generalization
Answer» B. state
30.

A state that has substates, that is nested states, is called ________

A. composite state??
B. history state??
C. target state??
D. source state??
Answer» A. composite state??
31.

Inside the states, the events are encountered to handle without leaving the state. This is known as________

A. state machine??
B. state transition??
C. internal transition??
D. external transition
Answer» C. internal transition??
32.

________  is the state that is active after completion of the transition. 

A. composite state??
B. history state??
C. target state??
D. source state??
Answer» C. target state??
33.

A The relationship between two states is called ________

A. transition
B. state
C. association
D. generalization
Answer» A. transition
34.

________   are handled without causing a change in state. 

A. transitions
B. events??
C. signals??
D. state
Answer» A. transitions
35.

Which of the following is used to model the life time of an object?

A. use case??
B. class
C. state machine??
D. interface
Answer» C. state machine??
36.

State that is active after the completion of the transition is called ________

A. source state
B. target state??
C. history state??
D. final state??
Answer» B. target state??
37.

Which of the following is present in a nested concurrent state machine? 

A. initial state??
B. final state??
C. history state??
D. concurrent sub state
Answer» D. concurrent sub state
38.

Absolute time of an event is modeled as ________

A. timing constraint??
B. timing mark??
C. timing expression??
D. timing semantics??
Answer» A. timing constraint??
39.

State chart Diagrams are needed ________

A. when a class has complex life cycle??
B. when the execution of scenario is to be traced??
C. to allocate classes and objects to modules??
D. to allocate processes to processors
Answer» A. when a class has complex life cycle??
40.

The state diagram

A. depicts relationships between data objects
B. depicts functions that transform the data
C. indicates how data are transformed by the system
D. indicates system reactions to external events
Answer» D. indicates system reactions to external events
41.

Which of the following component is used to clarify which actor performs which activity in an activity diagram?

A. forks
B. joins
C. swimlanes
D. state
Answer» C. swimlanes
42.

Which of the following is type of UML diagram?

A. collaboration
B. context
C. user interface
D. er diagram
Answer» A. collaboration
43.

If the system is performing no function then it is in ___

A. clear state
B. initial state
C. final state
D. reset state
Answer» B. initial state
44.

The vertical dimension of a sequence diagram shows

A. abstract
B. line
C. time
D. messages
Answer» C. time
45.

The time oriented diagram include …

A. sequence
B. classes
C. activity
D. none of these
Answer» A. sequence
46.

In a sequence diagram, the _____ indicates when an object sends or receives a message

A. command line
B. focus
C. request link
D. lifeline
Answer» C. request link
47.

Fork and Join terms are associated with

A. activity diagram
B. use case diagram
C. class diagram
D. object diagram
Answer» A. activity diagram
48.

Which diagram is a special form of Sequence diagram?

A. timing diagram
B. class diagram??
C. object diagram
D. use case diagram
Answer» A. timing diagram
49.

Which UML diagram shows the objects participating in the interaction by their links to each other and the messages that they send to each other

A. class
B. objects
C. activity
D. collaboration
Answer» D. collaboration
50.

Which diagram is used to explore the behaviors of objects throughout a given period of time

A. timing diagram
B. class diagram??
C. object diagram
D. object diagram
Answer» A. timing diagram

Done Studing? Take A Test.

Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.