Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 3 pts (TCO 6) A design class must be fully specified: all attributes must be complete all operations must be complete all attributes

Question 1 3 pts (TCO 6) A design class must be fully specified: all attributes must be complete all operations must be complete all attributes and operations (including return types and parameter lists) must be complete None of these

Question 2 3 pts (TCO 6) Design models are made up of: design subsystems and design classes; interfaces; use case realizations design and deployment diagram. All of these None of these

Question 3 3 pts (TCO 6) Analysis views are invaluable for: 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 3 pts (TCO 6) With design classes, you have to specify exactly how each class will fulfill its responsibilities. To do this, you must do the following: complete the set of attributes and fully specify them including name, type, visibility, and (optionally) a default value; complete the set of operations and fully specify them including name, parameter list, and return type. Both a and b None of these

Question 5 3 pts (TCO 6) Inheritance has certain undesirable characteristics. It is the strongest form of coupling possible between two or more classes. Encapsulation is weak within a class hierarchy. It is a very inflexible type of relationship. All of these None of these

Question 6 3 pts (TCO 6) With interface realization you get: an interface a set of public operations, attributes and relationships that have no implementation. interface the public operations of the base classes; implementation the attributes, relationships, protected and private operations of the base classes. All of these None of these

Question 7 3 pts (TCO 6) Nested classes allow: you define a class inside another class; the nested class exists in the namespace of the outer class only the outer class can create and use instances of the nested class; nested classes are known as inner classes in Java, and are used extensively for event handling in GUI classes. All of these None of these

Question 8 3 pts (TCO 6) There are pertinent levels of encapsulation that we need to address in class and method design. Level 0 encapsulation is the encapsulation realized by each line of code, which is basically none, or zero encapsulation. Level 1 encapsulation is the level of encapsulation achieved by combining the individual lines of code into a method. Level 2 encapsulation is the level of encapsulation achieved by grouping attributes and operations into a class. All of these None of these

Question 9 3 pts (TCO 6) Cohesion is one of the most desirable features of a(n) _____. inheritance method object class

Question 10 3 pts (TCO 6) The system architecture is compromise when coupling is between ________. interactions objects data subsystems

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions

Question

Compose the six common types of social business messages.

Answered: 1 week ago

Question

Describe positive and neutral messages.

Answered: 1 week ago