Question 11018 – Web-Technologies
December 10, 2023
Question 13914 – Software-Engineering
December 10, 2023
Question 11018 – Web-Technologies
December 10, 2023
Question 13914 – Software-Engineering
December 10, 2023

Question 1251 – Software-Engineering

Match each UML diagram in List-I with appropriate description in List-II

     List-I                                     List-II
(a) State Diagram        (i) Describe how the external entities (people, devices) 
                             can interact with the system
(b) Use case diagram    (ii) Used to describe the static or structural view of a system
(c) Class diagram      (iii) Usd to show the flow of a business process, the steps 
                             of a use case or the logic of an object behaviour
(d) Activity diagram    (iv) Used to describe the dynamic behaviour of objects and could 
                             also be used to describe the entire system behaviour

Code:

Correct Answer: C

Question 127 Explanation: 
State diagram: Used to describe the dynamic behaviour of objects and could also be used to describe the entire system behaviour. Statechart diagram describes the flow of control from one state to another state. States are defined as a condition in which an object exists and it changes when some event is triggered. The most important purpose of Statechart diagram is to model lifetime of an object from creation to termination.
Use case diagram: Describe how the external entities (people, devices) can interact with the system. Use case diagrams are used to gather the requirements of a system including internal and external influences.
Class diagram: The purpose of class diagram is to model the static view of an application. Class diagrams are the only diagrams which can be directly mapped with object-oriented languages and thus widely used at the time of construction.
Activity diagram: Usd to show the flow of a business process, the steps of a use case or the logic of an object behaviour.
A
(a)-(i), (b)-(iv), (c)-(iii), (d)-(ii)
B
(a)-(iv), (b)-(ii), (c)-(i), (d)-(iii)
C
(a)-(iv), (b)-(i), (c)-(ii), (d)-(iii)
D
(a)-(i), (b)-(iv), (c)-(ii), (d)-(iii)
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!