Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

right to left bottom to top left to right top to bottom ------------------------

ID: 3560789 • Letter: R

Question

       right to left
       bottom to top
       left to right
       top to bottom

---------------------------------------------------------------------------------

Question 1. 1. (TCO 3) Which of the following does not make a good analysis class? (Points : 6)        its name reflects its intent
       it is crisp and models one specific element
       has well define responsibilities
       it has high cohesion
       it has high coupling Question 2. 2. (TCO 3) A(n) _____ of an class is where the services or behaviors of the class is defined. (Points : 6)        operation
       attribute
       class
       object
       abstract class Question 3. 3. (TCO 4, 5, 8) The changing of values for an object through a system is represented by the _____. (Points : 6)        communication diagram
       object diagram
       use case diagram
       None of these Question 4. 4. (TCO 4, 5, 8) In UML behavioral modeling, a message is _____. (Points : 6)        a named location in memory where information is deposited and retrieved
       a data structure to hold information
       a function or procedure call from one object to another object
       a relationship between two objects Question 5. 5. (TCO 4, 5, 8) Analysts use _____ to show the objects that participate in a use case and the messages that pass between the objects over time for one particular use case. (Points : 6)        structural models
       sequence diagrams
       communication diagrams
       class diagrams Question 6. 6. (TCO 4, 5, 8) The first step in building a sequence diagram is to _____. (Points : 6)        analyze the use case
       identify which objects will participate
       set the lifeline for each object
       add the focus of control to each object's lifeline Question 7. 7. (TCO 4, 5, 8) The order of messages on a sequence diagram goes from _____. (Points : 6)

       right to left
       bottom to top
       left to right
       top to bottom

---------------------------------------------------------------------------------

Question 1. 1. (TCO 6) Which of the following is NOT a characteristic of a well-structured package? (Points : 6)        is cohesive and provides a crisp boundary around a set of related elements;
       is tightly coupled, exporting only the elements other packages really need to see and importing only the elements necessary and sufficient for the elements in the package to do their jobs;
       is not deeply nested because there are limits to the human understanding of deeply nested structures; and owns a balanced set of contents.
       Relative to one another in a system, packages should not be too large (split them up if necessary) or too small (combine elements that you manipulate as a group). Question 2. 2. (TCO 6) What are the two possible stereotypes allowed for package: (Points : 6)        framework and private
       modelLibrary and protected
       framework and modelLibrary
       framework and protected Question 3. 3. (TCO 6) Analysis view are invaluable for: (Points : 6)        introducing new people to the project;
       understanding the system months or years after delivery;
       understanding how the system satisfies user requirements;
       All of these
       None of these Question 4. 4. (TCO 6) What are design classes? (Points : 6)        Design classes are classes whose specifications have been completed to such a degree that they can be implemented.
       Design classes are classes whose specifications have been completed to such a degree that they can be programmed.
       Design classes are classes whose specifications have been completed to such a degree that they can be approved.
       None of these Question 5. 5. (TCO 6) The basic building block of a system is the _____. (Points : 6)        object
       attribute
       message
       partition
       method Question 6. 6. (TCO 7) Artifacts

Explanation / Answer

Question 1. 1. it has high cohesion

Question 2. 2. attribute

Question 3. 3.communication diagram]

Question 4. 4. a named location in memory where
information is deposited and retrieved

Question 5. 5. sequence diagrams

Question 6. 6. set the lifeline for each objectQuestion

7. 7.eft to right


Question 1. 1. is tightly coupled, exporting only the elements other packages really need to see and importing only the elements necessary and sufficient for the elements in the package to do their jobs;

Question 2. 2.modelLibrary and protectedQuestion

3. 3. All of these

Question 4. 4. Design classes are classes whose specifications have been completed to such a degree that they can be programmed.

Question 5. 5. method

Question 6. 6. test data

Question 7. 7. deployment diagram

Question 8. 8. deployment diagrams

Question 9. 9.executable code

10. (TCO 2)All of the above