What type of diagram is this?
What type of diagram is this? A . State Machine DiagramB . Block Definition DiagramC . Requirement DiagramView AnswerAnswer: B
Which modeling technique is useful for illustrating the flow of control between system components?
Which modeling technique is useful for illustrating the flow of control between system components?A . Object DiagramB . Composite Structure DiagramC . Class DiagramD . Package DiagramView AnswerAnswer: B
Which diagrams are the same between SysML and UML2:
Which diagrams are the same between SysML and UML2: A . The parametric and requirement diagramB . All but the parametric and requirement diagramC . Sequence, State Machine, Use case and Package diagramsD . All of themView AnswerAnswer: C
What is the purpose of a State Machine Diagram in SysML?
What is the purpose of a State Machine Diagram in SysML?A . To represent the structure of a system using blocks and relationshipsB . To show the sequence of messages exchanged between objectsC . To model the behavior of an object in terms of states and transitionsD . To define...
In requirements modeling, what is the purpose of a data flow diagram (DFD)?
In requirements modeling, what is the purpose of a data flow diagram (DFD)?A . To represent the dynamic behavior of a systemB . To illustrate the interactions between actors and the systemC . To specify the sequence of messages between system componentsD . To depict the flow of data within...
Which of the following is a cross-cutting construct that is used to represent the separation of concerns in software design?
Which of the following is a cross-cutting construct that is used to represent the separation of concerns in software design?A . InheritanceB . PolymorphismC . EncapsulationD . ModularityView AnswerAnswer: D
Cameo can create a block to represent the System Of Interest, thus is typical of:
Cameo can create a block to represent the System Of Interest, thus is typical of:A . Use Case DiagramsB . Package DiagramsC . Requirement DiagramsView AnswerAnswer: A
In system modeling, what does a Composite Structure Diagram represent?
In system modeling, what does a Composite Structure Diagram represent?A . Instances of classes and their relationships at a specific point in timeB . The dynamic behavior of a system in terms of states and transitionsC . The internal structure and collaborations between parts within a systemD . The static...
Time constraints are mainly used in
Time constraints are mainly used inA . Sequence DiagramsB . Activity DiagramsC . Requirement DiagramsView AnswerAnswer: A
Which design pattern is commonly used to address cross-cutting concerns by encapsulating the logic in separate modules?
Which design pattern is commonly used to address cross-cutting concerns by encapsulating the logic in separate modules?A . Singleton PatternB . Observer PatternC . Decorator PatternD . Aspect-Oriented Programming (AOP)View AnswerAnswer: D