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

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

A class responsibility is implemented by the creation of one or more methods that may have to collaborate with other classes and methods.

(True/False)
4.8/5
(35)

Which of the following is NOT an activity done in constructing a state machine diagram?

(Multiple Choice)
4.8/5
(38)

_____________________________ classes read and write attributes to a database.

(Short Answer)
4.8/5
(38)

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

(Multiple Choice)
4.7/5
(49)

What diagram depicts how objects collaborate in message sequence to satisfy the functionality of a use case?

(Multiple Choice)
4.9/5
(45)

A(n) _____________________________________ is the obligation that an object has to provide a service when requested, thus collaborating with other objects to satisfy the request if required.

(Short Answer)
4.9/5
(41)

Deployment 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.

(True/False)
4.8/5
(39)

Entity 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.

(True/False)
4.8/5
(34)

The degree to which all of the attributes and behaviors of a single class are related to each other is called _______________.

(Short Answer)
4.8/5
(42)

Private attributes can be accessed and private methods can be invoked only by any method in the class in which the attribute or method is defined.

(True/False)
4.8/5
(36)

Reusability is why operating system-specific code and database specific code are often designed into system and persistence classes.

(True/False)
4.8/5
(35)

If an object calls its own method, it is called a(n) _______________.

(Short Answer)
4.8/5
(38)

Which of the following is a tool that can be used for discovering class behaviors and responsibilities?

(Multiple Choice)
4.8/5
(42)

________________________________ diagrams show us in great detail how the objects interact with each other over time.

(Short Answer)
4.8/5
(39)

_________________________ classes are objects that are introduced to represent a means through which the user will interface or interact with the system

(Short Answer)
4.9/5
(35)

___________________________________ are a common solution to a given problem in a context.

(Short Answer)
4.8/5
(49)

A class that contains the logic to run a use case would be a(n):

(Multiple Choice)
5.0/5
(35)

Sequence diagrams show us in great detail how the objects interact with each other in time sequence.

(True/False)
4.8/5
(24)

In a pure object-oriented environment every piece of code exists inside an object class.

(True/False)
5.0/5
(35)

If you needed to provide a stable interface to similar classes with different interfaces, you could use:

(Multiple Choice)
4.8/5
(44)
Showing 21 - 40 of 100
close modal

Filters

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