• 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/14

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;

14 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
What are class diagrams
Class diagrams use classes and interfaces to capture details about the entities that make up your system and the static relationships between them.
Static relationships
Describe Class Diagrams
Class diagrams use classes and interfaces to capture details about the entities that make up your system and the static relationships between them.
Static properties of entities
Describe Component diagrams
Component diagrams show the organization and dependencies involved in the implementation of a system.
object relationships
Describe Composite structure diagrams
composite structures show how elements in the system combine to realize complex patterns. Level of detail is intermediate between Class Diagrams and Component Diagrams
Intermediate
Describe Deployment diagrams
Deployment diagrams show how your system is actually executed and assigned to various pieces of hardware.
Map hardware, function and execution.
Describe Package diagrams
special types of class diagrams. They use the same notation but their focus is on how classes and interfaces are grouped together.
Uber classes
Describe Object diagrams
Object diagrams use the same syntax as class diagrams and show how actual instances of classes are related at a specific instance of time.
?? Are these similar to state diagrams
Which types of diagrams are structural diagrams
Class diagrams, Component diagrams, Composite structure diagrams, Deployment diagrams, Package diagrams, Object diagrams
CCCDPO
Describe Activity diagrams
Activity diagrams capture the flow from one behavior or activity, to the next.
Uber Flow chart
Describe Communication diagrams
Communication diagrams focus on the elements involved in a particular behavior and what messages they pass back and forth.
Focus on elements
Describe Interaction overview diagrams
interaction overview diagrams emphasize which element or elements are involved in performing an activity
???
Describe Sequence diagrams
Sequence diagrams are a type of interaction diagram that emphasize the type and order of messages passed between elements during execution.
Type and order of messages
Describe State machine diagrams
State machine diagrams capture the internal state transitions of an element.
Describe Use case diagrams
Use case diagrams capture functional requirements for a system.
requirements