Exam 12: Object-Oriented Design: Fundamentals
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
A ______ class is a class such as a user interface class that is visible from the outside world.
Free
(Short Answer)
4.9/5
(36)
Correct Answer:
boundary
view
An object-oriented program consists of a set of computing ______.
Free
(Short Answer)
4.7/5
(36)
Correct Answer:
objects
A class that is responsible for accessing both the Internet and a database has ____ cohesion.
Free
(Multiple Choice)
4.8/5
(42)
Correct Answer:
A
The creation of a programming object based on the template provided by the class definition is called _______.
(Short Answer)
4.9/5
(38)
Which analysis model serves as an input model to a design class diagram?
(Multiple Choice)
4.9/5
(44)
What is the term that is used to describe a design principle in which parts of a system that are unlikely to change are segregated from those that will?
(Essay)
4.9/5
(36)
A class that can be instantiated with objects of its type being created is called a(n)______ _____.
(Short Answer)
4.9/5
(35)
Separation of responsibilities is the basic principle upon which multilayer design is founded.
(True/False)
4.8/5
(31)
The term "______ ______" is a design principle in which one object has reference to another object and can thus interact with it.
(Short Answer)
4.9/5
(35)
Given two classes,customer and order,which class would probably have navigational visibility to which class?
(Multiple Choice)
4.9/5
(39)
A one-to-many relationship means that a foreign key is placed in the "many" class,which gives navigation visibility from the "many" class to the "one" class.
(True/False)
4.8/5
(36)
What is the term used to define the characteristic of an object attribute that describes whether it can be directly accessed by another object -- denoted by + or - ?
(Short Answer)
4.8/5
(42)
Object responsibility is important because it helps to decide what methods are assigned to what classes.
(True/False)
4.9/5
(35)
The objective of object-oriented analysis is to identify the objects that must work together to carry out each use case.
(True/False)
4.9/5
(35)
UML provides a technique to extend the standard UML notation to include new symbols. This technique is called ________.
(Multiple Choice)
4.9/5
(40)
The primary difference between the first-cut design class diagram and the final design class diagram is the addition of method signatures.
(True/False)
4.9/5
(38)
The first step in object-oriented design is to develop the design class diagram.
(True/False)
4.8/5
(30)
Showing 1 - 20 of 89
Filters
- Essay(3)
- Multiple Choice(31)
- Short Answer(24)
- True False(31)
- Matching(0)