Exam 11: Use Case Realizations

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

The first-cut sequence diagram contains view layer and business layer.

Free
(True/False)
4.9/5
(29)
Correct Answer:
Verified

False

What considerations should be taken into account when choosing the type of interaction diagram for a system design model?

Free
(Essay)
4.7/5
(36)
Correct Answer:
Verified

Many designers use communication diagrams to sketch out a solution.If the use case is small and not too complex,a simple communication diagram may suffice.Drawing a communication diagram is an effective way to get a quick overview of the objects that work together.However,for more complex situations,a sequence diagram may be required to visualize the flow and sequence of the messages.It is not unusual to find a mix within the same set of specifications: some use cases described by communication diagrams and others shown with sequence diagrams.

Domain layer classes should ____.

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

A

Which is the correct notation for a message label on a sequence diagram?

(Multiple Choice)
4.8/5
(44)

The code "if (someObject == null)" is part of the factory pattern.

(True/False)
4.8/5
(37)

Communication diagrams indicates the order of the messages with ____.

(Multiple Choice)
4.7/5
(36)

The _____________ layer contains the user interface classes.

(Short Answer)
4.9/5
(45)

The controller object is usually part of view layer.

(True/False)
4.8/5
(40)

The first-cut DCD includes method signatures.

(True/False)
4.8/5
(47)

The primary models used for OO detailed design are ____ diagrams.

(Multiple Choice)
4.8/5
(42)

The ________________ DCD usually contains no method signatures,but does contain navigation visibility.

(Short Answer)
4.8/5
(32)

In a communication diagram,a(n)____________________ is used to show that two items share a message.

(Short Answer)
4.9/5
(44)

How has the differences between programming languages and database languages driven the trend to a multilayer design?

(Essay)
4.9/5
(31)

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

(Short Answer)
4.7/5
(36)

The customer relationship system needs to instantiate a new customer object.How should this be done?

(Multiple Choice)
4.9/5
(41)

Standard design techniques and templates that are recognized as good practice are called _________________.

(Short Answer)
4.8/5
(26)

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
(43)

Data access layer classes should ____.

(Multiple Choice)
4.9/5
(39)

The perfect technology assumption means not to worry about issues such as user security.

(True/False)
4.9/5
(38)

View layer classes should do all of the following EXCEPT _______.

(Multiple Choice)
4.9/5
(43)
Showing 1 - 20 of 70
close modal

Filters

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