Deck 4: Entity Relationship (ER)Modeling

Full screen (f)
exit full mode
Question
Derived attributes are stored in a special database table.
Use Space or
up arrow
down arrow
to flip the card.
Question
All simple attributes are also single-valued.
Question
A composite identifier is a primary key composed of more than one attribute.
Question
The word "entity" in the ER model corresponds to a table.
Question
In the Chen model,a multivalued attribute is connected to the owning entity with a double line.
Question
Software vendors have adopted the Chen representation because of its compact representation.
Question
The ER model refers to a specific table row as an entity instance.
Question
The ER diagram represents the conceptual database as viewed by the end user.
Question
In an ER diagram,primary keys are usually bolded.
Question
The Crow's Foot model is less implementation-oriented than the Chen model.
Question
In both the Chen and Crow's Foot models,an entity is represented with a rectangle containing the entity's name.
Question
Ideally,a primary key is composed of several attributes.
Question
The ER model refers to a specific table row as an entity occurrence.
Question
Attributes cannot share a domain.
Question
Attributes have a domain that specifies the data type of the attribute.
Question
An ERM is dependent on the database type.
Question
The DBMS can easily handle multivalued attributes.
Question
All attributes are either simple or composite.
Question
Attributes are types of entities.
Question
In the original Chen model,each attribute is represented using an oval with the attribute name connected to the entity with a line.
Question
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
Question
Attributes may share a ____.

A) name
B) domain
C) location
D) table
Question
The set of possible values for an attribute is a ____.

A) domain
B) range
C) set
D) key
Question
Relationships operate only in one direction.
Question
A recursive relationship is one in which a relationship can exist between occurrences of the same entity set
Question
A relationship is identified by a name that describes the relationship.
Question
In an ER diagram,primary keys are indicated by ____.

A) bolding
B) italics
C) underlining
D) a special font
Question
A ____ identifier is composed of more than one attribute.

A) primary
B) foreign
C) composite
D) domain
Question
Some ____ database modeling concepts can be expressed only using the Chen notation.

A) developmental
B) conceptual
C) actual
D) specific
Question
Ideally,an entity identifier is composed of ____ attribute(s).

A) zero
B) one
C) two
D) six
Question
A ____ attribute is one that cannot be subdivided.

A) composite
B) simple
C) single-valued
D) multivalued
Question
A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
Question
Cardinality expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
Question
In Chen notation,there is no way to represent cardinality.
Question
The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
Question
A ____ attribute can be further subdivided to yield additional attributes.

A) composite
B) simple
C) single-valued
D) multivalued
Question
The ERD represents the ____ database as viewed by the end user.

A) condensed
B) physical
C) logical
D) conceptual
Question
You should always load data from the 1 side of a 1:M relationship.
Question
The ____ attribute(s)make up the primary key in the table definition: CLASS (CRS_CODE,CLASS_SECTION,CLASS_TIME,CLASS_ROOM,PROF_NUM)

A) CRS_CODE
B) CLASS_SECTION
C) CRS_CODE and CLASS_SECTION
D) There is no primary key
Question
Connectivities and cardinalities are established by business rules.
Question
An entity is said to be ____-dependent if it can exist in the database only when it is associated with another related entity occurrence.

A) existence
B) relationship
C) business
D) weak
Question
The term "____" is used to label any condition in which one or more optional relationships exist.

A) participation
B) optionality
C) cardinality
D) connectivity
Question
A ____ relationship exists when two entities are associated.

A) unary
B) binary
C) ternary
D) weak
Question
____ attributes can have many values.

A) Composite
B) Simple
C) Single-valued
D) Multivalued
Question
A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

A) strong
B) weak
C) business
D) relationship
Question
A ____ should be a derived attribute.

A) person's name
B) person's age
C) person's social security number
D) person's phone number
Question
A relationship is an association between ____.

A) objects
B) entities
C) databases
D) fields
Question
The existence of a(n)____ relationship indicates that the minimum cardinality is at least 1 for the mandatory entity.

A) mandatory
B) optional
C) multivalued
D) single-valued
Question
A derived attribute ____.

A) must be stored physically within the database
B) need not be physically stored within the database
C) has many values
D) must be based on the value of three or more attributes
Question
A derived attribute is indicated in the Chen model by a ____.

A) single line
B) dashed line
C) circle
D) double line
Question
A ____ relationship exists when an association is maintained within a single entity.

A) unary
B) ternary
C) binary
D) weak
Question
Some attributes are classified as ____.

A) simple
B) complex
C) defined
D) grouped
Question
When the PK of one entity does not contain the PK of a related entity,the relationship is ____.

A) missing
B) weak
C) strong
D) neutral
Question
Another word for existence-independent is ____.

A) weak
B) alone
C) unary
D) strong
Question
If an entity can exist apart from one or more related entities,it is said to be ____-independent.

A) existence
B) relationship
C) business
D) weak
Question
In the ERD,cardinality is indicated using the ____ notation.

A) (max, min)
B) (min, max)
C) [min ... max]
D) {min|max}
Question
A ____ attribute can have only one value.

A) composite
B) simple
C) single-valued
D) multivalued
Question
The ____ type of attribute cannot be created in a DBMS.

A) derived
B) multivalued
C) simple
D) composite
Question
Knowing the ____ number of entity occurrences is very helpful at the application software level.

A) maximum
B) minimum
C) approximate
D) maximum and minimum
Question
The Crow's foot symbol with two parallel lines indicates ____ cardinality.

A) (0,N)
B) (1,N)
C) (1,1)
D) (0,1)
Question
The ERM forms the basis of a(n)___________________________________.
Question
Instead of storing a person's age,it is better to store the date of birth and use the difference between that value and the system date as a(n)____________________ attribute.
Question
The Crow's Foot model is more ____________________-oriented than the Chen model.
Question
Storing ____________________ attributes requires constant maintenance.
Question
____ relationships are most common.

A) Unary
B) Binary
C) Ternary
D) Higher-degree
Question
A(n)____________________ attribute is an attribute that must have a value.
Question
A ____ relationship exists when three entities are associated.

A) unary
B) binary
C) ternary
D) weak
Question
If an employee within an EMPLOYEE entity has a relationship with itself,that relationship is known as a ____ relationship.

A) self
B) self-referring
C) looping
D) recursive
Question
A person's social security number would be an example of a(n)____________________ attribute.
Question
The ____________________ refers to a specific table row as an entity instance.
Question
____________________ are underlined in an ER diagram.
Question
If Tiny College had some departments that were classified as "research only," they would not offer courses;therefore,the COURSE entity would be ____ to the DEPARTMENT entity.

A) existence-dependent
B) independent
C) weak
D) optional
Question
____________________ are characteristics of entities.
Question
If the focus is on data-retrieval speed,you might also be forced to include ____ attributes in the design,which would not ordinarily be done.

A) multivalued
B) composite
C) weak
D) derived
Question
The M:N relationship between STUDENT and CLASS must be divided into two 1:M relationships through the use of the ENROLL entity;the ENROLL entity is ____.

A) weak
B) strong
C) optional
D) mandatory
Question
The associative entity is also known as a ____ entity.

A) unary
B) weak
C) strong
D) composite
Question
Complex ____ requirements may dictate data transformations,and they may expand the number of entities and attributes within the design.

A) information
B) entity
C) design
D) processing
Question
A(n)____________________ attribute need not be physically stored within the database.
Question
The following step occurs first in the process of building an ERD: ____.

A) Develop the initial ERD.
B) Create a detailed narrative of the organization's description of operations.
C) Identify the attributes and primary keys that adequately describe the entities.
D) Identify the business rules based on the description of operations.
Question
A(n)____ entity is composed of the primary keys of each of the entities to be connected.

A) associative
B) recursive
C) unary
D) binary
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: Entity Relationship (ER)Modeling
1
Derived attributes are stored in a special database table.
False
2
All simple attributes are also single-valued.
False
3
A composite identifier is a primary key composed of more than one attribute.
True
4
The word "entity" in the ER model corresponds to a table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
In the Chen model,a multivalued attribute is connected to the owning entity with a double line.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
Software vendors have adopted the Chen representation because of its compact representation.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
The ER model refers to a specific table row as an entity instance.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
The ER diagram represents the conceptual database as viewed by the end user.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
In an ER diagram,primary keys are usually bolded.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
The Crow's Foot model is less implementation-oriented than the Chen model.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
In both the Chen and Crow's Foot models,an entity is represented with a rectangle containing the entity's name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
Ideally,a primary key is composed of several attributes.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
The ER model refers to a specific table row as an entity occurrence.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
Attributes cannot share a domain.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
Attributes have a domain that specifies the data type of the attribute.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
An ERM is dependent on the database type.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
The DBMS can easily handle multivalued attributes.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
All attributes are either simple or composite.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Attributes are types of entities.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
In the original Chen model,each attribute is represented using an oval with the attribute name connected to the entity with a line.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
Attributes may share a ____.

A) name
B) domain
C) location
D) table
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
The set of possible values for an attribute is a ____.

A) domain
B) range
C) set
D) key
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
Relationships operate only in one direction.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
A recursive relationship is one in which a relationship can exist between occurrences of the same entity set
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
A relationship is identified by a name that describes the relationship.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
In an ER diagram,primary keys are indicated by ____.

A) bolding
B) italics
C) underlining
D) a special font
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
A ____ identifier is composed of more than one attribute.

A) primary
B) foreign
C) composite
D) domain
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
Some ____ database modeling concepts can be expressed only using the Chen notation.

A) developmental
B) conceptual
C) actual
D) specific
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
Ideally,an entity identifier is composed of ____ attribute(s).

A) zero
B) one
C) two
D) six
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
A ____ attribute is one that cannot be subdivided.

A) composite
B) simple
C) single-valued
D) multivalued
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
Cardinality expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
In Chen notation,there is no way to represent cardinality.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
A ____ attribute can be further subdivided to yield additional attributes.

A) composite
B) simple
C) single-valued
D) multivalued
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
The ERD represents the ____ database as viewed by the end user.

A) condensed
B) physical
C) logical
D) conceptual
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
You should always load data from the 1 side of a 1:M relationship.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
The ____ attribute(s)make up the primary key in the table definition: CLASS (CRS_CODE,CLASS_SECTION,CLASS_TIME,CLASS_ROOM,PROF_NUM)

A) CRS_CODE
B) CLASS_SECTION
C) CRS_CODE and CLASS_SECTION
D) There is no primary key
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
Connectivities and cardinalities are established by business rules.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
An entity is said to be ____-dependent if it can exist in the database only when it is associated with another related entity occurrence.

A) existence
B) relationship
C) business
D) weak
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
The term "____" is used to label any condition in which one or more optional relationships exist.

A) participation
B) optionality
C) cardinality
D) connectivity
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
A ____ relationship exists when two entities are associated.

A) unary
B) binary
C) ternary
D) weak
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
____ attributes can have many values.

A) Composite
B) Simple
C) Single-valued
D) Multivalued
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
A ____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

A) strong
B) weak
C) business
D) relationship
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
A ____ should be a derived attribute.

A) person's name
B) person's age
C) person's social security number
D) person's phone number
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
A relationship is an association between ____.

A) objects
B) entities
C) databases
D) fields
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
The existence of a(n)____ relationship indicates that the minimum cardinality is at least 1 for the mandatory entity.

A) mandatory
B) optional
C) multivalued
D) single-valued
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
A derived attribute ____.

A) must be stored physically within the database
B) need not be physically stored within the database
C) has many values
D) must be based on the value of three or more attributes
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
A derived attribute is indicated in the Chen model by a ____.

A) single line
B) dashed line
C) circle
D) double line
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
A ____ relationship exists when an association is maintained within a single entity.

A) unary
B) ternary
C) binary
D) weak
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
Some attributes are classified as ____.

A) simple
B) complex
C) defined
D) grouped
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
When the PK of one entity does not contain the PK of a related entity,the relationship is ____.

A) missing
B) weak
C) strong
D) neutral
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
Another word for existence-independent is ____.

A) weak
B) alone
C) unary
D) strong
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
If an entity can exist apart from one or more related entities,it is said to be ____-independent.

A) existence
B) relationship
C) business
D) weak
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
In the ERD,cardinality is indicated using the ____ notation.

A) (max, min)
B) (min, max)
C) [min ... max]
D) {min|max}
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
A ____ attribute can have only one value.

A) composite
B) simple
C) single-valued
D) multivalued
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
The ____ type of attribute cannot be created in a DBMS.

A) derived
B) multivalued
C) simple
D) composite
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
Knowing the ____ number of entity occurrences is very helpful at the application software level.

A) maximum
B) minimum
C) approximate
D) maximum and minimum
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
The Crow's foot symbol with two parallel lines indicates ____ cardinality.

A) (0,N)
B) (1,N)
C) (1,1)
D) (0,1)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
The ERM forms the basis of a(n)___________________________________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
Instead of storing a person's age,it is better to store the date of birth and use the difference between that value and the system date as a(n)____________________ attribute.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
The Crow's Foot model is more ____________________-oriented than the Chen model.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
Storing ____________________ attributes requires constant maintenance.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
____ relationships are most common.

A) Unary
B) Binary
C) Ternary
D) Higher-degree
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
A(n)____________________ attribute is an attribute that must have a value.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
A ____ relationship exists when three entities are associated.

A) unary
B) binary
C) ternary
D) weak
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
If an employee within an EMPLOYEE entity has a relationship with itself,that relationship is known as a ____ relationship.

A) self
B) self-referring
C) looping
D) recursive
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
A person's social security number would be an example of a(n)____________________ attribute.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
The ____________________ refers to a specific table row as an entity instance.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
____________________ are underlined in an ER diagram.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
If Tiny College had some departments that were classified as "research only," they would not offer courses;therefore,the COURSE entity would be ____ to the DEPARTMENT entity.

A) existence-dependent
B) independent
C) weak
D) optional
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
____________________ are characteristics of entities.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
If the focus is on data-retrieval speed,you might also be forced to include ____ attributes in the design,which would not ordinarily be done.

A) multivalued
B) composite
C) weak
D) derived
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
The M:N relationship between STUDENT and CLASS must be divided into two 1:M relationships through the use of the ENROLL entity;the ENROLL entity is ____.

A) weak
B) strong
C) optional
D) mandatory
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
The associative entity is also known as a ____ entity.

A) unary
B) weak
C) strong
D) composite
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
Complex ____ requirements may dictate data transformations,and they may expand the number of entities and attributes within the design.

A) information
B) entity
C) design
D) processing
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
A(n)____________________ attribute need not be physically stored within the database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The following step occurs first in the process of building an ERD: ____.

A) Develop the initial ERD.
B) Create a detailed narrative of the organization's description of operations.
C) Identify the attributes and primary keys that adequately describe the entities.
D) Identify the business rules based on the description of operations.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
A(n)____ entity is composed of the primary keys of each of the entities to be connected.

A) associative
B) recursive
C) unary
D) binary
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.