Exam 18: Object-Oriented Design and Modeling Using the UML

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

A(n) ________________________________________ card is a popular tool for documenting the behaviors and collaborations for an object.

(Short Answer)
4.8/5
(33)

In actor collaboration, the use case scenarios are acted out by the participants. The participants may assume the role of actors or object types that collaborate to process a hypothetical business event.

(True/False)
4.8/5
(36)

The process of using object-oriented techniques for designing a new system is referred to as _______________________________.

(Short Answer)
4.9/5
(31)

The responsibility of a(n) __________________________ class is twofold: (1) it translates the user's input into information that the system can understand and use to process the business event; (2) it takes data pertaining to a business event and translates the data for appropriate presentation to the user.

(Short Answer)
4.9/5
(34)

A(n) __________________________________ is a set of related, interacting objects that provide a well-defined set of services for accomplishing a task.

(Short Answer)
5.0/5
(37)

A(n) _____________________________ triggers the change in state when something happens or when the value of one of the attributes changes.

(Short Answer)
4.9/5
(33)

________________________________ classes process messages from an interface class and respond to them by sending and receiving messages from the entity classes.

(Short Answer)
4.9/5
(37)

If you needed to design for varying and changing policy algorithms, you could use:

(Multiple Choice)
4.8/5
(32)

What is a design pattern?

(Multiple Choice)
4.9/5
(38)

A class that handled reading and writing to a database would be an example of a(n):

(Multiple Choice)
5.0/5
(39)

An interface class is an object class that provides the means by which an actor can interface with the system.

(True/False)
4.9/5
(38)

By employing persistence classes, it allows the entity classes to be more implementation neutral and potentially more reusable.

(True/False)
4.9/5
(31)

Interface classes are a means through which the attributes will interface with the instances of an entity.

(True/False)
4.7/5
(42)

What diagram depicts the interaction of objects, focusing on their structural organization?

(Multiple Choice)
4.8/5
(37)

The degree to which one class is connected to or relies upon other classes is called _______________.

(Short Answer)
4.9/5
(42)

_________________________________ diagrams are also implementation type diagrams that describe the physical architecture of the hardware and software in the system. They depict software components, processors, and devices that make up the systems architecture.

(Short Answer)
4.9/5
(26)

This is a group of objects packaged together into one unit. An example is a dynamic link library (DLL) or executable file.

(Multiple Choice)
4.8/5
(30)

The authors of the 1995 book, Design Patterns, which proposed a set of 23 patterns for OO design are known collectively as the ___________________.

(Short Answer)
5.0/5
(44)

GOF structural patterns provide guidance on how classes can be designed to form larger structures.

(True/False)
4.8/5
(36)

Two overarching goals of object-oriented design are high coupling and low cohesion.

(True/False)
4.8/5
(29)
Showing 41 - 60 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)