Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Systems Analysis and Design
Quiz 6: Behavioral Modeling
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
The first step in drawing a communication diagram is to identify which objects and associations between the objects participate in the communication.
Question 22
True/False
The initial state in a behavioral state diagram represents the point at which the object begins to exist.
Question 23
True/False
It is possible for an object to create another object, resulting in the message going directly to the object, not its lifeline.
Question 24
True/False
A sequence diagram can only be drawn to represent a single scenario in a use case.
Question 25
True/False
Each object can both send and receive messages.
Question 26
True/False
CRUD matrices are created by creating a matrix that lists the classes across the top and down the side.
Question 27
True/False
Modeling the real world in behavioral models is relatively easy.
Question 28
True/False
A message with the information [aStudent exists] will be sent only when this condition is true.
Question 29
True/False
Conditions on conditional messages in communication diagrams are placed in [ ] symbols.
Question 30
True/False
In a CRUD matrix, C represents Create.
Question 31
True/False
The behavioral state diagram shows the different states that an object passes through in response to events, together with its responses and actions.
Question 32
True/False
Actors and objects are placed on a sequence diagram in no particular order.
Question 33
True/False
If you are interested in the time ordering of the messages in a system, you should use a communication diagram.
Question 34
True/False
When an object sends a message to itself, it is called self-messaging.
Question 35
True/False
When creating a CRUD matrix, you should use the letter U to represent Underline.
Question 36
Multiple Choice
A set of rules are used for performing the verification and validation walkthrough of behavioral model. One of the rules is: all _______________ contained in a behavior state machine must be associated with a message being sent on a sequence and communication diagram, and it must be classified as a (C) reate, (U) pdate, or (D) elete message in a CRUDE matrix.
Question 37
Multiple Choice
A set of rules are used for performing the verification and validation walkthrough of behavioral model. One of the rules is: all entries in a CRUDE matrix imply _____________ being sent from an actor or object to another actor or object