SOFTWARE ENGINEERING

REQUIREMENTS ENGINEERING

REQUIREMENTS GATHERING AND ANALYSIS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When you need to get an outside view of a system after gathering requirements, which UML diagram fits this category?
A
Activity Diagram
B
Use-Case Diagram
C
Sequence Diagram
D
Class Diagram
Explanation: 

Detailed explanation-1: -In UML 2, there are two basic categories of diagrams: structure diagrams and behavior diagrams. Every UML diagram belongs to one these two diagram categories. The purpose of structure diagrams is to show the static structure of the system being modeled. They include the class, component, and or object diagrams.

Detailed explanation-2: -Another UML diagram type that can serve as a requirements gathering technique is the sequence diagram. A sequence diagram illustrates how the different parts of a system interact with each other to carry out a function, and the order in which the interactions occur when a particular use case is executed.

There is 1 question to complete.