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

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

One advantage of using design patterns is that they provide designers with a short-hand notation for discussing design issues.

(True/False)
4.9/5
(47)

Public attributes can be accessed and public methods can be invoked by any other method in any other class.

(True/False)
4.9/5
(31)

An object framework is a set of related, interacting objects that provide a well-defined set of services for accomplishing a task.

(True/False)
4.8/5
(28)

Attributes and methods that are visible from any method in any class are said to be:

(Multiple Choice)
4.7/5
(36)

This is a popular tool for documenting the behaviors and collaborations for an object.

(Multiple Choice)
4.8/5
(28)

Controller classes implement the business logic or business rules of the system.

(True/False)
4.8/5
(40)

Method is the software logic that is executed in response to a message.

(True/False)
4.9/5
(42)

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

(True/False)
4.8/5
(39)

Attributes and methods that are visible from any method in the class in which the attribute or method is defined are said to be:

(Multiple Choice)
5.0/5
(47)

_________________________________ diagrams model the life cycle of a single object.

(Short Answer)
4.8/5
(38)

_________________ classes isolate the other objects from operating system-specific functionality.

(Short Answer)
4.7/5
(28)

Navigability is illustrated with an arrowhead pointing only to the direction a message can be sent.

(True/False)
4.8/5
(35)

__________________________ classes are identified during systems analysis and usually correspond to items in real life and contain information, known as attributes, that describes the different instances of the entity.

(Short Answer)
4.8/5
(37)

An approach used to specify the software solution in terms of collaborating objects, their attributes and their methods is called object oriented design.

(True/False)
4.9/5
(33)

In which of the following are the use case scenarios acted out by the participants, where participants may assume the role of actors or object types that collaborate to process a hypothetical business event?

(Multiple Choice)
4.9/5
(37)

_____________________________ classes are those that hold application or business rule logic.

(Short Answer)
4.9/5
(32)

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

(True/False)
4.8/5
(27)

________________________________ is the software logic that is executed in response to a message.

(Short Answer)
4.8/5
(35)

Name four types of object classes that are introduced as a result of implementation decisions that were made during systems design: ___________________.

(Short Answer)
4.9/5
(25)

GOF creational patterns provide guidance for designing classes to instantiate new objects.

(True/False)
4.9/5
(32)
Showing 61 - 80 of 100
close modal

Filters

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