CH4 (test bank) Flashcards
T/F: Two techniques to identify things in the problem domain are the noun technique and the verb technique.
F, the noun technique and the brainstorming technique.
T/F: When identifying things in the problem domain, an analyst should focus primarily on tangible things about which information is required.
F, not just primarily on tangible things.
(roles played, organizational units, devices, sites/locations, incidents, events, or interactions)
T/F: When using the brainstorming technique it is often helpful to think about each use case and talking to users.
T
T/F: The noun technique can be thought of as a variation of the brainstorming technique.
F, it is not a variation.
T/F: When using the noun technique, the analyst begins by listing all the nouns that the users mention
T
T/F: The cardinality of a class is a measure of the number of objects in the class.
F, Multiplicity. Cardinality is term for number of relationships in entity relationship diagrams.
T/F: The ERD crows feet cardinality constraint indicates a mandatory many relationship.
F.
In UML a zero to many multiplicity constraint is shown with a “O” and crows feet on the line.
F
A class of objects is equivalent to a set of objects.
T
A superclass only exists as part of a generalization/specialization.
T
An abstract class is used to describe a “thing” that is abstract, i.e. not tangible.
F,
A composite object only exist as part of a whole-part relationship.
T
In generalization/specialization the objects in a subclass are always also contained in the parent class.
T
The specific area of the user’s business need that is within the scope of the new system is called the _______.
problem domain
One technique to find the “things” that need to be included in the new system begins by starting with a user and the use cases and then try to identify the necessary informational “things.” This technique is called the _______.
brainstorming technique
One technique for finding “things” that need to be in the new system is done by the analyst starts making lists of “things.” He may do this from information and even without talking to the users extensively. This technique is called the _______.
noun technique
What is the difference between the brainstorming technique and the noun technique?
The noun technique:
- without extensive help of user
- starts by making a list of “things” from information
The brainstorming technique:
- with help of user
- starts with the user and the use cases and then trying to identify the neccessary “things”
When making a list of nouns to determine what are the important “things” for the new system, there are three question that should be asked about each noun. Which of the following is one of those questions?
a. Is it a tangible item?
c. Who needs information about this item?
b. Is it an abstract item?
d. Should it be researched further?
d. Should it be researched further?
A piece of information about a particular object is called a(n) _______.
attribute
An example of an attribute of an object might be _______.
a. an inventory item
c. a social security number
b. items on a purchase order
d. a calendar
c. a social security number
An attribute whose value uniquely identifies an object is called a(n) _______.
key attribute
A(n) _______ is a naturally occurring association among specific things.
relationship
The number of associations that occur among specific things in an entity relationship diagram is called ____.
cardinality
A synonym for cardinality (used with UML class diagrams) is ____.
multiplicity
____ is used to describe the relationship between two things of the same type, such as one person being married to another person.
Unary association
An attribute that contains a collection of related attributes is called a(n) _______.
compound attribute
A measure of the number of links between one object and another object in a relationship is called the _______.
cardinality
In the traditional approach to system development, the system stores information about ____.
data entities
The crows feet notation on an ERD is a type of _______ constraint
cardinality
A relationship that has a cardinality constraint of one or more is a(n) _______ relationship.
mandatory
The domain model class diagram is used to _______ .
a. show the software classes in the problem domain layer of the system c. show the data entities for the new system
b. show the things involved in the user’s work that are important
d. show the relationships among the data entities
b. show the things involved in the user’s work that are important
A relationship between a “sports team” and the players, coaches, and sponsor would be described as what kind of relationship?
Aggregation
Which of the following relationships would NOT be an appropriate way to describe a relationship between an employee and his/her manager?
a. Unary relationship
c. Generalization/Specialization relationship
b. Binary relationship
d. Association relationship
d. Association relationship
As association class is frequently required for what kind of relationship?
a. zero to one
c. many to many
b. one to many
d. zero to many
c. many to many
In UML the constraint denoted by “0..*” indicates what?
an optional relationship
Which of the following is NOT true about a UML class.
a. It is a classification of objects.
c. It is similar to a data entity.
b. It is a set of objects.
d. It has multiplicity.
d. It has multiplicity.
_____ is based on the idea that people classify things in terms of similarities and differences.
a. Aggregation
c. Multiplicity
b. Composition
d. Generalization/Specialization
d. Generalization/Specialization
A concept that allows subclasses to share the characteristics of their superclasses is called ____.
inheritance
A class that represents a many-to-many association between two other classes is called a(n) ____ class.
association
If we modeled a “sale” and the “sale items” with a whole-part relationship, it would best be described as a _______ relationship.
composite
In a generalization/specialization relationship, it would not make sense for a class at the bottom of the hierarchy to be a(n) ______ class.
abstract
Inheritance describes a condition between classes where _______ .
a. some classes are always abstract
c. classes are part of other classes
b. subclasses inherit the names from superclasses
d. classes share some attributes
d. classes share some attributes
When analyzing the list of nouns to determine whether to include a particular noun as an important “thing,” which of the following questions should be asked about the noun? (choose two)
a. If assumptions change will it be important?
d. Is it an attribute of some other thing?
b. Is it tangible?
e. Are there multiple instances of it?
c. Is it unique?
f. Is it identifiable?
c. Is it unique?
e. Are there multiple instances of it?
When analyzing the list of nouns to determine whether to exclude a particular noun as an important “thing,” which of the following questions should be asked about the noun? (choose two)
a. Is it in the domain?
d. Is it identifiable?
b. Is it a synonym of an existing thing?
e. Is it a persistent item?
c. Is it a tangible item?
f. Is it an output from the system?
b. Is it a synonym of an existing thing?
f. Is it an output from the system?
A technique to identify problem domain objects in which developers and users work together in an open group setting is called the _______ .
brainstorming technique
The technique for finding problem domain objects by finding and listing all the nouns in a dialog or description is called the _______.
noun technique
A descriptive piece of information about a thing or object is called a(n) _______.
attribute
In UML notation for object-oriented approach the term _______ is used instead of cardinality.
multiplicity
_______ is used to describe the actual range of linkups allowed in an association (the minimum and maximum values).
Multiplicity constraints/Cardinality constraints
The diagram consisting of data entities and their relationships is called a(n) _______ .
entity-relationship diagram (ERD)
When words are concatenated together to form a single word and the first letter of each is capitalized it is called _______ notation.
camelback
An association that is also treated as a class is called a(n) _______.
association class
A UML class that never has any objects within the class is called a(n) _______.
abstract class
A UML class that is allowed to have a set of actual objects within it is called a(n) _______.
concrete class
In a relationship where there are superclasses and subclasses, the relationship is called a(n) _______ relationship.
generalization/specialization
The idea that the attributes of a superclass are also attributes of a subclass is called ______.
inheritance
The general relationship between classes in which one class is a part or component of another class is called a(n) _______ relationship.
whole-part
A type of relationship where between classes where the objects in one class are a part of the objects in another class BUT they can also exist as separate objects alone.
aggregate relationship (aggregation)
A type of relationship where between classes where the objects in one class are a part of the objects in another class AND they can only exist as part of the totality.
(composition) composite relationship