Exam 13: Object-Oriented Design: Use Case Realization

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

​The best technique for accessing the database when multiple objects are needed is just to let the data access object instantiate objects.

(True/False)
4.9/5
(37)

​Which design model provides information for a design class diagram?

(Multiple Choice)
4.9/5
(43)

​Given the following partial syntax for a message,the underline represents what part of the message?  "sequence-number: return-value := message-name (_______)"

(Short Answer)
4.8/5
(43)

​The perfect solution assumption means that we do not worry about exception conditions.

(True/False)
4.9/5
(35)

​The realization of a use case-determining what objects collaborate by sending messages to each other to carry out the use case-is done through the development of a(n)____ diagram.

(Multiple Choice)
4.8/5
(43)

​A labeled arrow between lifelines on a sequence diagram is called a(n)_______________.

(Short Answer)
4.7/5
(40)

​Links on communication diagram simple show the flow of messages and are not the associations between classes.

(True/False)
4.7/5
(34)

​What is the process of detail design for a particular use case by elaborating the messages that are necessary to execute the use case?

(Short Answer)
4.8/5
(41)

​The activation lifeline is depicted by a vertical dashed line under an object.

(True/False)
4.8/5
(40)

​User interface objects in a sequence diagram often are labeled with the stereotype ____.

(Multiple Choice)
4.9/5
(40)

​A dashed arrow represents a(n)_______  relationship in a package diagram.

(Short Answer)
4.9/5
(33)

​Since updating a design class diagram is done after the use case realization is complete,visibility information is no longer necessary.

(True/False)
4.9/5
(36)

​Standard design techniques and templates that are recognized as good practice are called _________  ________.

(Short Answer)
4.7/5
(33)

​Messages are comprised of five elements,all of which are optional except the method name.

(True/False)
4.9/5
(30)

​Which of the following is NOT a component of the design pattern template?

(Multiple Choice)
4.9/5
(35)

​What is the least cohesive approach in creating use case controllers in a system?

(Multiple Choice)
4.9/5
(46)

​System designers frequently create a class called a ____ that can serve as a collection point for incoming messages.

(Multiple Choice)
4.9/5
(32)

​The true/false condition on a message indicates whether the method on the destination object will execute.

(True/False)
4.8/5
(28)

​A type of interaction diagram that does not have activation lifelines is called a ____________ diagram.

(Short Answer)
4.9/5
(37)

Given the following code, identify the pattern. Class MyBuilder { static MyBuilder builder = null; { if builder == null {builder = new MyBuilder( ); Return builder; }

(Multiple Choice)
4.8/5
(36)
Showing 21 - 40 of 93
close modal

Filters

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