Exam 13: Object-Oriented Design: Use Case Realization

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

​The controller object is usually part of view layer.

(True/False)
4.8/5
(44)

​When a domain object needs to create a utility object,such as a data access object,it often will use a design pattern called the _______ pattern.

(Short Answer)
4.9/5
(39)

​The starting point for identifying messages in detailed design of a use case is always the SSD.

(True/False)
4.7/5
(27)

​A pattern that ensures that it only instantiates itself one time is called the _____________ pattern.

(Short Answer)
4.8/5
(42)

​There are two preferred methods to accessing the database. One is to have newly instantiated object call the data access object. The other is to let the controller access the data access object.

(True/False)
4.8/5
(37)

​Domain layer classes should ____.

(Multiple Choice)
4.8/5
(44)

​Messages on communication diagrams use the same syntax as messages from on sequence diagrams.

(True/False)
5.0/5
(39)

​Describe the three basic guideline steps for creating the messages in the initial communication diagram.

(Essay)
4.9/5
(31)

​Which of the following figures is NOT correct? ​Which of the following figures is NOT correct?

(Multiple Choice)
4.8/5
(45)

​A representation of a period during which a method of an object is alive and executing is called its ______ ______.

(Short Answer)
4.7/5
(32)

​_____________   ____________ are relationships among elements that indicate which elements affect other elements in a system.

(Short Answer)
4.8/5
(37)

​Which of the following is NOT a valid technique to return data from an input message?

(Multiple Choice)
4.8/5
(35)

​On a sequence diagram activation lifelines are attached to lifelines.

(True/False)
4.8/5
(38)

​The perfect technology assumption implies that _______.

(Multiple Choice)
4.8/5
(38)

​____ methods must be included in a design class diagram.

(Multiple Choice)
4.8/5
(34)

​A type of interaction diagram that emphasizes the order of the messages between objects for a specific use case is called a(n)________  diagram.

(Short Answer)
4.7/5
(41)

​On a communication diagram a common method to indicate a return value is with a dashed arrow.

(True/False)
5.0/5
(33)

​The first-cut DCD includes method signatures.

(True/False)
4.7/5
(31)

​On a sequence diagram the messages are numbered to indicate the order of firing.

(True/False)
4.9/5
(39)

​It is better to have the data access object create a new object when multiple objects may be created.

(True/False)
4.8/5
(32)
Showing 41 - 60 of 93
close modal

Filters

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