Which capability Is provided by the Profile mechanism?
Which capability Is provided by the Profile mechanism?A . storing user-specific configurations of model settingsB . creating new metamodel elements for specific purposesC . adapting existing metamodel elements for specific purposesD . configuring model libraries and a set of keywords to be used for a modelView AnswerAnswer: C Explanation: The...
What should a modeler do lo represent specific hardware environments In a deployment model?
What should a modeler do lo represent specific hardware environments In a deployment model?A . Create a profile with the applicable detailsB . Create an instance of a deployment manifest with the applicable detailsC . Create an instance of a deployment specification with the applicable details.D . Create a mapping...
Which statement is correct about the diagram fragment?
Consider the following diagram fragment: Which statement is correct about the diagram fragment?A . The diagram fragment is a valid UML diagram.B . To use the template List. Company must be a bound element to List.C . List cannot be used by Company unless Company is also a template.D ....
Which diagram imposes these requirements?
A developer wants to make sure that each specialization of Class Bicycle has its own unique set of values for the suitable road surface and average speed. Which diagram imposes these requirements? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer:...
Which keyword indicates that instances of one Classifier may be used instead of Instances of another Classifier?
Which keyword indicates that instances of one Classifier may be used instead of Instances of another Classifier?A . « substitute»B . «replacement»C . «isReplaceable»D . «isSubstitutable»View AnswerAnswer: D Explanation: In UML, the keyword «isSubstitutable» is used to indicate that instances of one classifier may be used in place of instances...
Which figure illustrates compliant use of UML information items for these currency exchanges?
In a model of a commercial transaction, actors might exchange euros, pesos, and dollars. Which figure illustrates compliant use of UML information items for these currency exchanges? A . Figure 1B . Figure 2C . Figure 3D . Figure 4View AnswerAnswer: B Explanation: In UML, an InformationItem represents an abstraction...
Which Operation represents a binding of that template Operation?
Consider the following template Operation: addElement <E> (e : E) Which Operation represents a binding of that template Operation?A . addElement (e : Card)B . addElement <e : Card>C . addElement« E -> Card » (e : Card)D . addElement «bind» E -> Card (e)View AnswerAnswer: A Explanation: The correct...
Which can be added to a redefined operation?
Which can be added to a redefined operation?A . scopeB . templatesC . parametersD . preconditionsView AnswerAnswer: D Explanation: In UML, operations can have preconditions defined, which are constraints that must be true before the operation is invoked. When an operation is redefined in a subclass, it is possible to...
Which subclasses of Classifiers can be parameterized and used as Template Parameters?
Which subclasses of Classifiers can be parameterized and used as Template Parameters?A . Class. Component. Interface, but not SignalB . Signal. Use Case, Component, but not DatatypeC . Activity. Interaction, State Machine, but not CollaborationD . all subclasses of Classifier e.g. Class. Component. Datatype. Interface. SignalView AnswerAnswer: D Explanation: In...
Which UML concept should these designers use?
The implementation of the collection functions cannot be overridden. Which UML concept should these designers use?A . ClassesB . InterfacesC . Power TypesD . Class TemplatesView AnswerAnswer: D Explanation: In UML, class templates are the concept used to create classes that can be parameterized with different data types. This feature...