Quiz 1.2 Flashcards

1
Q

Term used to describe the combination of the DBMS and the database.

A

Database System.

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

The following property of transaction ensures that all manipulation of the database must be successful, or else no changes will be applied.

A

Atomicity.

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

A function of the Database Management System (DBMS) that includes functions such as querying the database to retrieve specific data, updating the database to reflect changes in the mini world, and generating reports form the data.

A

Manipulating.

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

Is sometimes referred to as the “intension” of the database.

A

Schema.

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

When we define a new database, we specify its database schema only to the DBMS. At this point, the corresponding database is in this state.

A

Empty State.

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

People whose jobs require access to the database for querying,
updating, and generating reports; the database primarily exists for their use.

A

Database Users.

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

Of the different classes of end users, this class requires the most knowledge of the DBMS.

A

Sophisticated Users.

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

Duplication of effort is one of many downsides in not controlling this, or storing the same data multiple times.

A

Data Redundancy.

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

“every section record must be related to a course record” is an example of this type of constraint.

A

Referential Integrity.

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

Some constraints can be specified to the DBMS and automatically enforced. Other constraints may have to be checked by update programs or at the time of data entry. For typical large applications, it is customary to call such constraints by this name.

A

Business Rules (Logic)

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

1:1, 1:N, N:1, N:M are all cardinality ratios of these class of relationships.

A

Binary Relationships.

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

This participation, also referred to as the “existence dependency” is represented as a double solid line from an entity type E to a relationship type R on an ER diagram.

A

Total Participation.

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

The total number of subsets of an entity set {e1, e2, …, en} with n entity instances.

A

2^n.

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

Daily Double (Which entity type can I move the attribute “StartDate” to)? One is (0,N), one is (1,N)

A

Neither

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

The cardinality combined with the participation constraint(s) are referred to as this.

A

Structural Constraints.

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

This type of attribute is represented on an ER diagram with a solid oval.

A

Simple Attribute, Single Valued Attribute.

17
Q

This type of attribute is represented on an ER diagram with a dotted oval.

A

Derived Attribute.

18
Q

This type of attribute is represented on an ER diagram with double ovals.

A

Multivalued attribute.

19
Q

This type of relationship is represented on an ER diagram with a double diamond.

A

Identifying Relationship.

20
Q

This type of entity cannot be uniquely identified by itself and has this type of key attribute.

A

Entity Type.

21
Q

The process of defining a set of subclasses of an entity type.

A

Specialization

22
Q

When an entity can be a member of at most one of the subclasses of the specialization, they are this.

A

Disjoint.

23
Q

The second constraint on specialization, which may be total or partial.

A

Completeness.

24
Q

When a shared subclass directly inherits attributes and relationships from more than 1 super classes.

A

Multiple Inheritance.