Exam 11: Use Case Realizations
Exam 1: From Beginning to End: An Overview of Systems Analysis and Design70 Questions
Exam 2: Investigating System Requirements90 Questions
Exam 3: Use Cases72 Questions
Exam 4: Domain Modeling69 Questions
Exam 5: Extending the Requirements Models73 Questions
Exam 6: Essentials of Design and the Design Activities75 Questions
Exam 7: Designing the User and System Interfaces73 Questions
Exam 8: Approaches to System Development71 Questions
Exam 9: Project Planning and Project Management75 Questions
Exam 10: Object-Oriented Design Principles72 Questions
Exam 11: Use Case Realizations70 Questions
Exam 12: Databases, Controls, and Security80 Questions
Exam 13: Making the System Operational70 Questions
Exam 14: Current Trends in System Development70 Questions
Select questions type
The first-cut sequence diagram contains view layer and business layer.
Free
(True/False)
4.9/5
(29)
Correct Answer:
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:
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.
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 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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)