Question
Question 1 3 pts (TCO 6) What would NOT be included in an Analysis packages diagram? use cases; analysis classes; use case realizations. method specification
Question 1 3 pts (TCO 6) What would NOT be included in an Analysis packages diagram? use cases; analysis classes; use case realizations. method specification
Question 2 3 pts (TCO 6) What are the two possible visibilities for packages? public and protected private and protected protected and constant public and private
Question 3 3 pts (TCO 6) Packages may be nested inside other packages to any depth. However, just ________ levels of nesting are generally enough. Much more than this, and the model may become difficult to understand and navigate. one or two two or three three or four four or more
Question 4 3 pts (TCO 6) One of the goals in architectural analysis is to try to minimize the amount of coupling in the system. Which of the following is NOT one of the ways to achieve this goal? minimize the dependencies between analysis packages minimize the number of public elements in each analysis package maximize the number of private elements in each analysis package. maximize the dependencies between analysis packages
Question 5 3 pts (TCO 6) After a set of candidate packages has been identified, you should then attempt to minimize the public members of the packages and the dependencies between the packages by: moving classes between packages renaming packages removing packages. adding more packages
Question 6 3 pts (TCO 6) Which of the following is NOT a characteristic of a well-structured package? 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 7 3 pts (TCO 6) A Layer represents an _______ of the software architecture of the evolving system. object element attribute instance
Question 8 3 pts (TCO 6) The architectural design determines the general layout or "floor plan" of the application without specific the __________ details. problem interface solution implementation
Question 9 3 pts (TCO 6) In moving from analysis to design, CRC cards map to: package, subsystem, contract, constraint and method design class and object design contract and constraint design package and subsystem design
Question 10 3 pts (TCO 6) If you perform the packaging correctly, you will greatly reduce the complexity of the construction and long-term maintenance activities. increase the development time decrease the development time decrease the implementation time
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started