CS401A's Midterms: Info Management Module 05 Flashcards

For midterm exams. BONUS = "select cyan (scale five [5]) to skip";

1
Q

Fundamentals

is raw data in its original state.

A
  • An unnormalized data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Fundamentals

is an undesirable consequence of a data modification.

A

A data anomaly

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

Fundamentals

is a process that assigns attributes to entities so that data redundancies are reduced or eliminated.

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

* Objectives of

Each table/relation represents a single object.

A

normalization:

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

Fundamentals

○ Each table has no

A

insertion, update, or deletion anomalies.

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

Fundamentals

○ All nonprime attributes (not part of a key) in a table are

A

dependent on the primary key.

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

Fundamentals

  • Each rule in database normalization is called a
A
  • normal form.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Characteristics
There are no repeating groups and the primary key is identified.

A

Normal Form
First normal form (1NF)

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

Characteristics
1NF and all the columns depend on the table’s primary key.

A

Normal Form
Second normal form (2NF)

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

Characteristics
2NF and there are no non-key attributes determined by another non-key attribute.

A

Normal Form
Third normal form (3NF)

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

Characteristics
Every determinant is a candidate key (special case of 3NF).

BONUS

A

Normal Form
Boyce-Codd normal form (BCNF)

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

Characteristics
3NF and no independent multivaluted dependencies.

BONUS

A

Normal Form
Fourth normal form (4NF)

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

is considered the highest level necessary for most applications.

A

3NF

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