Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
A class that takes data pertaining to a business event and translates the data for appropriate presentation to the user would be a(n):
A)system class
B)interface class
C)persistence class
D)control class
E)entity class
2
Which of the following is(are) the UML level of visibility?
A)persistent
B)public
C)protected
D)both (b) and (c)
E)both (a) and (b) and (c)
3
A class that contains business-related information and implements the analysis classes is a(n):
A)interface class
B)control class
C)entity class
D)object-oriented class
E)none of the above
4
For which level of visibility, the attributes of an object can be accessed and methods can be invoked by any other methods in any other class? (check)
A)protected
B)unprotected
C)private
D)public
E)persistence
5
A customer class in a sales system would be an example of a(n):
A)interface class
B)entity class
C)control class
D)system class
E)persistence class
6
Which of the following is NOT a tool that can be used for discovering class behaviors and responsibilities?
A)interface diagram
B)class diagram
C)CRC card
D)sequence diagram
E)none of the above
7
Which diagram depicts classes that correspond to software components that are used to build the software application?
A)state transition
B)design class
C)state machine
D)sequence
E)none of the above
8
Which of the following is the last step in modeling class interactions, behaviors, and states that support the use-case scenarios?
A)transforming the “analysis” use cases to “design” use cases
B)identifying class behaviors and responsibilities
C)identifying class attributes
D)identifying and classifying use-case design classes
E)model object states
9
Which of the following is not included on a design class diagram?
A)methods with parameters
B)dependencies
C)classes
D)entities
E)navigability
10
Which diagram models the life cycle of a single object?
A)visibility diagram
B)state transition
C)sequence
D)state machine
E)none of the above







Whitten SAD 7eOnline Learning Center

Home > Chapter 18 > Multiple Choice Quiz