Topic 4 Flashcards

1
Q

The entity relationship diagram (ERD) represents the _____ database as viewed by the end user

a. condensed
b. physical
c. logical
d. conceptual

A

conceptual

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The _____ notation of entity-relationship modelling can be used for both conceptual and implementation modelling

a. Bachman
b. UML
c. Chen
d. Crow’s Foot

A

UML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A (n) _____ is the set of possible values for a given attribute

a. domain
b. range
c. identifier
d. key

A

domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ideally, an entity identifier is composed of _____ attribute(s)

a. one
b. two
c. three
d. six

A

one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A _____ attribute can be further subdivided to yield additional attributes

a. composite
b. simple
c. single-valued
d. multivalued

A

composite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A _____ attribute is one that cannot be subdivided

a. composite
b. simple
c. single-valued
d. multivalued

A

simple

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The conceptual model can handle _____ relationships and multivalued attributes

a. 1:1
b. M:N
c. 1:M
d. 1:N

A

M:N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A derived attribute is indicated in the Chen notation by a _____ that connects the attribute and an entity

a. single line
b. dashed line
c. double dashed line
d. double line

A

dashed line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The decision to store _____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application

a. multivalued
b. derived
c. single-valued
d. Composite

A

derived

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A relationship is an association between _____

a. objects
b. entities
c. databases
d. fields

A

entities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

_____ expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity

a. Connectivity
b. Relationship
c. Dependence
d. Cardinality

A

Cardinality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In the entity relationship diagram (ERD), cardinality is indicated using the _____ notation, where max is the maximum number of associated entities and min represents the minimum number of associated entities

a. (max, min)
b. (min, max)
c. [min … max]
d. {min|max}

A

(min, max)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When the specific cardinalities are not included on the diagram in Crow’s Foot notation, cardinality is implied by the use of _____

a. symbols
b. attributes
c. images
d. tables

A

symbols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Knowing the minimum and maximum number of _____ occurrences is very helpful at the application software level

a. object
b. attribute
c. data
d. entity

A

entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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. data

A

existence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

If an entity can exist apart from all of its related entities, then it is existence-independent, and it is referred to as a (n) _____ entity

a. weak
b. alone
c. unary
d. strong

17
Q

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. child

18
Q

The existence of a (n) _____ entity indicates that its minimum cardinality is zero

a. ternary
b. optional
c. strong
d. weak

19
Q

A _____ relationship exists when an association is maintained within a single entity

a. unary
b. ternary
c. strong
d. weak

20
Q

A _____ relationship exists when three entities are associated

a. unary
b. strong
c. ternary
d. weak

21
Q

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

22
Q

To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent _____ relationships whenever possible

a. unary
b. binary
c. strong
d. weak

23
Q

The entity relationship model uses the associative entity to represent a (n) _____ relationship between two or more entities

a. M:N
b. 1:M
c. N:1
d. M:1

24
Q

When using the Crow’s Foot notation, the associative entity is indicated by _____ relationship lines between the parents and the associative entity

a. dotted
b. double
c. triple
d. solid

25
The first step in building an entity-relationship diagram (ERD) is _____ a. developing the initial ERD b. creating a detailed narrative of the organization’s description of operations c. identifying the attributes and primary keys that adequately describe the entities d. identifying the business rules based on the description of operations
creating a detailed narrative of the organization’s description of operations
26
The Crow’s foot symbol with two vertical parallel lines indicates _____ cardinality a. (0,N) b. (1,N) c. (1,1) d. (0,1)
(1,1)
27
If Tiny College has some departments that are classified as “research only” and do not offer courses, the COURSE entity of the college database would be _____ the DEPARTMENT entity a. existence-dependent on b. independent of c. mandatory for d. optional to
optional to
28
In organizations that generate large number of transactions, _____ are often a top priority in database design a. relationships among entities b. logical design standards c. naming conventions d. high processing speeds
high processing speeds
29
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
information
30
Database design is a (n) _____ process based on repetition a. sequential b. iterative c. linear d. intermittent
iterative