Activity diagrams are used to model the processing of data ?
A. True
B. False
Explanation: The statement mentioned is true and each activity represents one process step
A. True
B. False
Explanation: The statement mentioned is true and each activity represents one process step
A. Context Model
B. Behavioral Model
C. Data Model
D. Object Model
Explanation: Behavioral models are used to describe the dynamic behavior of an executing system. This can be modeled from the perspective of the data processed by the system or by the events that stimulate responses from a system.
A. Use Case, Sequence
B. Class, Object
C. Activity, State Chart
D. All of the mentioned
Explanation: Use case modeling is mostly used to model interactions between a system and external actors. Sequence diagrams are used to model interactions between system components, although external agents may also be included.
A. Structural perspective
B. Behavioral perspective
C. External perspective
D. All of the mentioned
Explanation: Structural perspective is used to define the static structure of classes in a system and their associations.
A. Deployment
B. Collaboration
C. State chart
D. All of the mentioned
Explanation: State diagrams show system states and events that cause transitions from one state to another.
A. True
B. False
Explanation: Model-driven engineering is an approach to software development in which a system is represented as a set of models that can be automatically transformed to executable code.
advertisement
A. Controller
B. Entity
C. Boundary
D. Business
Explanation: The answer is self-explanatory.