Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Question 13 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

Flag this Question

Question 23 pts

(TCO 6) The IEEE Standard for Software Terminology (1990) defines coupling as :

the manner and degree of dependence between use cases.
the manner and degree of interdependence between use cases.
the manner and degree of dependence between software modules.
the manner and degree of interdependence between software modules.

Flag this Question

Question 33 pts

(TCO 6) Analysis view 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

Flag this Question

Question 43 pts

(TCO 6) Analysis is about modeling ___ the system should do. Design is about modeling ___ that behavior may be implemented.

what; how
how; what
how; how
what; what

Flag this Question

Question 53 pts

(TCO 6) The important points about multiple inheritance are the following.

all the parent classes involved must be semantically disjoint.
the is kind of and substitutability principles must apply between the subclass and all of its superclasses.
the superclasses should have no parent in common.
All of these
None of these

Flag this Question

Question 63 pts

(TCO 6) Of all the commonly used OO languages, only ____ and ___ currently support templates.

C++; Java
C#; Java
Visual Basic, Java
None of these

Flag this Question

Question 73 pts

(TCO 6) Cohesion is the degree to which a process performs a single-minded ___.

function.
use case
activity diagram
None of the Above

Flag this Question

Question 83 pts

(TCO 6) Some excellent advice on minimizing connascence includes:

Minimize overall connascence by breaking the system into encapsulated elements.
Minimize any remaining communication that crosses encapsulation boundaries.
Maximize connascence within encapsulation boundaries.
All of these
None of these

Flag this Question

Question 93 pts

(TCO 6) Cohesion is one of the most desirable features of a(n) _____.

inheritance
method
object
class

Flag this Question

Question 103 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 with AI-Powered 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

Students also viewed these Databases questions