Exam 13: Object-Oriented Design: Use Case Realization
Exam 1: From Beginning to End: An Overview of Systems Analysis and Design72 Questions
Exam 2: Investigating System Requirements90 Questions
Exam 3: Identifying User Stories and Use Cases82 Questions
Exam 4: Domain Modeling90 Questions
Exam 5: Use Case Modeling80 Questions
Exam 6: Foundations for Systems Design80 Questions
Exam 7: Defining the System Architecture86 Questions
Exam 8: Designing the User Interface86 Questions
Exam 9: Designing the Database96 Questions
Exam 10: Approaches to System Development82 Questions
Exam 11: Project Planning and Project Management82 Questions
Exam 12: Object-Oriented Design: Fundamentals89 Questions
Exam 13: Object-Oriented Design: Use Case Realization93 Questions
Exam 14: Deploying the New System88 Questions
Exam 15: The Role of the Systems Analyst50 Questions
Exam 16: The Traditional Approach to Requirements50 Questions
Exam 17: Project Management Techniques56 Questions
Select questions type
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)