• 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
Select the incorrect answer concerning a class and an object.
An object can be concrete or abstract
If you were to "hide" the visibility of an attribute in a Class, you could make it protected (#) and hide it from all other classes OR make it private (-) and hide it from all other subclasses except its immediate subclasses.

False

The structural model describes the objects necessary to support the business processes modeled by the use cases. Most cases involve a set of several classes, not just one class. This set of classes forms a _____________ .
collaboration.
Brainstorming, as we did in class, requires several key players. A ________________ who leads the discussion and frames the session, and the ____________ who offer the ideas and possible solutions.

a facilitator participants

Pretending that a class has human characteristics allows the development team to find out additional attributes, operations, and relationships. This process is called _______________________ .
anthropomorphism
By using a _______________________ approach to brain storming, dominant people are prevented from dominating the process, and shy people can take a turn sharing their ideas.

round-robin

During textual analysis, each _____________ could have reference to a possible class and each ______________ could imply an operation.

noun, verb

Textual analysis is an analysis of the _______________________________.

use-case description

This kind of relationship (between classes) is also called "a-kind-of" relationship.

generalization

A structural model is a ______________ way of representing the objects that are used and created by a business system.

formal

When designing classes, the behavior of an analysis class is defined as a(n) _______________. In later development, the ______________ are converted to ________________.

operation, operations, methods

CRC Cards: Responsibilities on the front of the card are included as _____________ on the class diagram. Collaborators on the front of the card imply a ____________ on the back of the card.

operations, realtionship

When several classes are grouped together and their data is used by another class, the ___________________ association is shown graphically (with UML syntax) by a _______________ .

aggregation, diamond
Multiplicity describes or documents how an instance of an object is associated with other objects. ____________ define the minimum and maximum instances that can be related between the association relationships

Numbers

If an attribute value is calculated by the system, the attribute is identified with a ___ in front of it and the value is computed by ______________________ .
/ , an equation or logic