Choose the correct answer
What is a flow port that is typed by a flow specification said to be?
Choose the correct answer.
Given the following diagram:
Which diagram is correct?
A)
B)
C)
D)
Choose the correct answer.
A system engineer has created a SysML block structure for his system-of-interest. Two of the blocks (M and E) represent system-level abstractions of components that will be designed by a mechanical engineer and an electrical engineer m their respective computer-aided design (CAD) tools.
Given that the CAD models are wrapped as blocks B_mcad and B_ecad, what type of diagram should the system engineer use to quantitatively relate the properties of B_mcad and B_ecad to their system level abstractions M and E respectively?
Choose the correct answer.
Given the following diagram:
What needs to be determined in order to model the connection between components s0 and u3 in more detail?
Choose the correct answer.
A system engineer specializing in rigid body dynamics wants to model the laws of motion (LOM) so that they may be reused to analyze different types of systems. The LOM consist of the mathematical relations R1 and R2. shown here.
(R1)s=ut +(1/2)at2
(R2) v = u + at
How should the system engineer represent and relate LOM. R1, and R2 in SysML?
Choose the correct answer.
Given the following diagram:
Which SysML, relationship should be used to relate c1 to Weight_Requirement for best semantics?
Choose the correct answer.
Given the following diagram:
What is the order of Interactions?
Choose the correct answer.
In the following bdd, A delegates both of its ports to B:
Which ibd correctly represents this?
A)
B)
C)
D)
Choose the correct answer.
Given the following diagram:
Which generalization constraint keywords should be used to specify that:
1- the set of all instances of Car is not fully covered by its three shown subtypes, Small, Medium, and Large, AND
2- an instance of Car is exclusively either Small Medium, or Large
Choose the correct answer.
Given the following diagram:
Which diagram is correct?
A)
B)
C)
D)
Choose the correct answer.
The area of a rectangle is calculated through analysis of its height and width:
How is this represented in a model?
A)
B)
C)
D)
E)
Choose the correct answer.
Which option correctly describes the effect of an object flowing into and out of a data store?
A)
B)
C)
D)
Choose the correct answer.
Given the following diagram fragment:
What is the correct way to show, on the diagram, that a Taxi has four wheels and Bus has six wheels?
Choose the correct answer.
The essentials of a laptop battery capacity model are shown In the following diagrams (where the value types W, h and Wh stand for watl, hour, and watt-hour respectively). Assume that the instance values shown are inputs, and that nothing relevant has been omitted.
The designer needs to determine what the energy_capacity of battery 1 should be to enable a laptop usage_time_capacity time of 8 hours. Which combination of the options listed in the text box in the figure will achieve this Intent with minimal changes (including minimal new aspects)?
Choose the correct answer.
Assume the following state machine is In the T-1 State when ev Z occurs:
Subsequently ev Voccurs.
Which sequence of actions will be executed?
Choose the correct answer.
Given the following diagram:
What is the significance of typing the connector with an association?
Choose the correct answer.
Given a system for keeping birds away from airports One component, described by the following diagram directs audio signals at birds that approach a runway, its parts, as part properties, are typed by blocks.
A systems engineer has identified some blacks that type the pan properties, but as the design becomes more specific, the engineer discovers that these blocks exist in multiple variants.
What modeling choice does the engineer face at this point?
Choose the correct answer
What is an efficient way to represent highly reused patterns of interaction on sequence diagrams?
Choose the correct answer.
Which diagram type is commonly used to create a bill of materials?
Choose the correct answer.
There is a requirement to count and prioritize widgets. While it is active, the action that implements this behavior will repeatedly accept a widget and immediately output a prioritized widget. A special "final" widget will cause the action to terminate and output the total count of widgets It processed
Which activity diagram fragment shows this action along with its inputs and outputs?
A)
B)
C)
D)