Quiz 1 (Past Questions) Flashcards
Class level method is also known as :
A. Instance method
B. Static method
B. Static method
Interaction Diagram focuses only on the business logic
A. False
B. True
A. False
A controller class between Ul classes and problem domain classes is an example of:
A. Indirection
B. Protection from Variations
A. Indirection
An interaction diagram that emphasizes the set of objects involved in a use case
A. Communication diagram
B. Sequence diagram
A. Communication diagram
Entity class is:
A. Persistent data
B. Temporary data
A. Persistent data
Start and shut down the system is the responsibility of:
A. Data Access Layer
B. View Layer
B. View Layer
Class that can’t be instantiated is:
A. Concrete class
B. Abstract class
c. Abstract class
In CRC, the first card to design is for
A. The class that gets the first message from the controller
B. The class that send the first message to the controller
A. The class that gets the first message from the controller
Class level attribute should be written:
A. Underline
B. Italics
A. Underline
In a sequence diagram, massages between object should always be on lifeline:
A. True
B. False
B. False
In the Interaction diagram the relationship between communication Diagram class and Link class is :
A. Aggregation
B. Composition
B. Composition
The Design pattern class that create a utility class called:
A. Adapter
B. Factory
B. Factory
In the first cut CD we add and elaborate the methods
A. True
B. False
B. False
A quantitative measure of the focus or unity of purpose within a single class is :
A. Cohesion
B. Coupling
A. Cohesion
Dependency relationship is A relationship that means
A. A change of the independent component may require a change in the dependent component
B. A change of the dependent component may require a change in the independent component
A. A change of the independent component may require a change in the dependent component