Ch. 6

25 July 2022
4.7 (114 reviews)
25 test answers

Unlock all answers in this set

Unlock answers (21)
question
An object has certain ____, like the make, model, and color of a car.
answer
attributes
question
____ resemble verbs that describe what and how an object does something.
answer
Methods
question
The concept that a message gives different meanings to different objects is called ____.
answer
polymorphism
question
A major advantage of O-O designs is that systems analysts can save time and avoid errors by using ____ objects.
answer
modular
question
____ allows objects to be used as modular components anywhere in the system.
answer
Encapsulation
question
objects within a class can be grouped into ____, which are more specific categories within a class.
answer
subclasses
question
An object belongs to a group or category called a(n) ____.
answer
class
question
A class can belong to a more general category called a ____.
answer
superclass
question
____ enable objects to communicate and interact as they perform business functions and transactions required by the system.
answer
Relationships
question
Inheritance enables a ____ to derive one or more of its attributes from a parent.
answer
child
question
An object ____ diagram shows the objects and how they interact to perform business functions and transactions.
answer
relationship
question
An object's ____ are the tasks or functions the object performs.
answer
methods
question
In a use case, an external entity is called a(n) ____.
answer
actor
question
The UML symbol for a use case is a(n) ____ with a label that describes the action or event.
answer
oval
question
The line from the actor to a use case is called a(n) ____.
answer
association
question
When you create a use case diagram, the first step is to identify the system boundary, which is represented by a ____.
answer
rectangle
question
Which of the following is not represented by a symbol in a sequence diagram?
answer
Indices
question
In a sequence diagram, a lifeline is identified by a ____ line.
answer
dashed
question
A(n) ____ is a specific member of a class.
answer
instance
question
Your red Mustang is a(n) ____ of the CAR class.
answer
Instance
question
The UML represents an object as a(n) ____ with the object name at the top, followed by the object's attributes and methods.
answer
rectangle
question
In an object-oriented system, objects can ____ certain attributes from other objects.
answer
inherit
question
The ____ of an object is an adjective that describes the object's current status.
answer
state
question
Objects can have a specific attribute called a(n) ____.
answer
state
question
A(n) ____ defines specific tasks that an object can perform.
answer
method