• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
What are the two categories of object models?
Dynamic, Static
Is a domain model static or dynamic?
Static
In UML, what is used to represent a domain model?
class diagram
Is a sequence diagram static or dynamic?
Dynamic
Is a sequence diagram a type of interaction diagram?
Yes
Name two types of dynamic interaction diagrams besides sequence.
Communication, Activity Diagrams , State Machine Diagrams
What does CRC stand for?
Class Responsibility Collaboration cards
What are on CRC's?
The responsibilities and collaborators of a class
What is done in a CRC modeling session?
Groups of people sitting around discussing and writing on the cards as they play "what if" scenarios with the objects considering what they must do and what other objects they must collaborate with.
What are the two types of interaction diagrams?
Communications, Sequence
Do sequence or communication diagrams have better tool support?
Sequence
Are sequence or communication diagrams more space efficient?
Communication
Which kind of interaction diagram forces you to consume horizontal space?
Sequence
What is the UML notation that represents the participants in a sequence diagram?
Lifeline boxes
What are the two ways to show the return result from a message in a sequence diagram?
With the message syntax: returnVar = message(parameter)

or

Using a reply (or return) message line at the end of an activation bar