Exam 1 Comprehensive Review - CIS 3060, Database Management Systems

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 59

flashcard set

Earn XP

Description and Tags

Chapter 1 Quiz (Database Systems), Chapter 2 Quiz (Data Models), Chapter 3 Quiz (The Relational Database), Chapter 4 (Entity Relationship Modeling), Chapter 6

60 Terms

1

Which of the following statements is true?

A DBMS is a set of processes that manage and control access to data stored in the database.

New cards
2

Which of the following is not an advantage of a DBMS?

Complexity

New cards
3

What is the result of redundant data in the database?

Data anomalies that lead to data inconsistencies

New cards
4

What are the components of database systems?

Hardware, software, people, procedures, data

New cards
5

Which of the following statements best defines a record?

A record is a set of logically connected fields.

New cards
6

Which of the following is not a disadvantage of DBMS?

Data Integration

New cards
7

Which of the following is not a function of a DBMS?

User Management

New cards
8

Which of the following is not a valid statement?

Raw data is the collection of processed knowledge.

New cards
9

Which of the following is not a valid statement?

Production databases focus primarily on storing historical data and business metrics used exclusively for tactical or strategic decision making.

New cards
10

Which of the following lists problems with file system data processing?

Development complexity, administration complexity, and lack of security

New cards
11

Which of the following is a fundamental data modeling component, helping ensure data integrity?

Constraint

New cards
12

Which of the following is not a valid business rule?

An invoice must be paid in a reasonable amount of time.

New cards
13

Why is identifying and documenting business rules essential to database design?

It helps to standardize the company's view of data.

New cards
14

Which of the following two-dimensional structures is known as a relation?

Table

New cards
15

In an entity relational model (ERD), what is each row in a table known as?

An entity occurrence

New cards
16

Which of the following is a disadvantage of various database models?

System complexity

New cards
17

Which of the following entity relationship (ER) connectivity statements is invalid?

A CUSTOMER gender is MALE or FEMALE

New cards
18

Which of the following is not a valid component of object-oriented data models?

Volume

New cards
19

A CEO of a company wants to find a new and improved way to manage and extract business insights from large amounts of web- and sensor-generated data. Which of the following could they use to achieve this goal?

Big Data

New cards
20

Which of the following technologies is not used in Big Data?

SQL

New cards
21

Which of the following is not a valid characteristic of a relational table?

All values in a column may have different data formats.

New cards
22

Which of the following statements best describes a functional dependency?

The value of one or more attributes determines the value of one or more other attributes.

New cards
23

Which of the following is not a legitimate DB key in a relational model?

Entity Key

New cards
24

Which of the following statements best defines the purpose of entity integrity?

It guarantees each entity has a unique value for the primary key and that there are no null key values.

New cards
25

Dr. Codd published a list of 12 relational database rules in 1985; which of the following is not a valid rule?

Any database view that is theoretically updatable must be updated outside of the database structure.

New cards
26

Which of the following best describes an index?

An index is an orderly arrangement used to logically access rows in a table.

New cards
27

A composite entity is also referred to as a _____ entity.

bridge

New cards
28

The proper use of foreign keys _____ data redundancies and the chances that destructive data anomalies will develop.

minimizes

New cards
29

Which of the following statements best defines a data dictionary?

The data dictionary provides a detailed description of all tables in the database created by the user and designer.

New cards
30

Which of the following is not a valid relational set operator?

ADD Operator

New cards
31

When working with entity relationship models (ERM), which of the following is not a valid statement regarding an entity?

An entity is an object of interest to the end designer.

New cards
32

In an entity relationship model (ERM), attributes are characteristics of entities. Which of the following statements best describe an optional attribute?

An optional attribute is an attribute that does not require a value and can be left empty.

New cards
33

What type of attribute allows for no more than one value?

Single-valued attribute

New cards
34

The CUSTOMER entity includes the attributes CUST_LNAME, CUST_FNAME, CUST_PHONE, and CUST_PHONE_TYPE. The CUST_PHONE_TYPE attribute stores the string "HOME, WORK, MOBILE, OTHER". Which term best describes CUST_PHONE_TYPE?

Multivalued attribute

New cards
35

A derived attribute is an attribute whose value is calculated (derived) from other attributes. What is not an advantage of storing derived attributes in the database?

Uses CPU processing cycles

New cards
36

What type of entity can exist in the database only when it is associated with another related entity?

Existence-dependent

New cards
37

What element expresses the specific number of entity occurrences associated with an occurrence of a related entity?

Cardinality

New cards
38

A relationship degree indicates the number of entities or participants associated with a relationship. Which is not a valid relationship that's specifically named?

Quarterly relationship

New cards
39

Database designers must often compromise design due to conflicting goals. What are examples of contradictory goals in database design?

Design standards, processing speed, and information requirements

New cards
40

While a relationship degree indicates the number of entities associated with a relationship, which relationship type is within a single entity type?

Recursived relationship

New cards
41

Normalization is a process for evaluating and correcting table structures to minimize _____.

data redundancy and anomalies

New cards
42

Which of the following is false about unnormalized data?

Unnormalized data is related data.

New cards
43

Which of the following is NOT true?

Fourth normal form (4NF): 3NF and no dependent multivalued dependencies

New cards
44

Which of the following statements best describes partial dependency?

A partial dependency exists when there is a functional dependence in which the determinant is only part of the primary key.

New cards
45

Which of the following statements best defines transitive dependency?

d. A condition in which an attribute is dependent on another attribute that is not part of the primary key

New cards
46

Repeating group is defined as _____.

a characteristic describing a group of multiple entries of the same or multiple types for a single key attribute occurrence

New cards
47

Atomicity refers to?

An attribute is atomic that cannot be further subdivided.

New cards
48

Which of the following is not valid about the ER model?

Should contain redundant relationships except as required

New cards
49

Which of the following is not valid related to attribute naming convention?

Should not use the entity abbreviation as a prefix

New cards
50

Which of the following is valid?

Each entity should represent a set of distinguishable entity instances.

New cards
51
<p><span>STUDENT_ID Consistent or Inconsistent? </span></p>

STUDENT_ID Consistent or Inconsistent?

Inconsistent

New cards
52
<p>STUDENT_NAME Consistent or Inconsistent? </p>

STUDENT_NAME Consistent or Inconsistent?

Consistent

New cards
53
<p>ADDRESS Consistent or Inconsistent? </p>

ADDRESS Consistent or Inconsistent?

Consistent

New cards
54
<p>CITY Consistent or Inconsistent? </p>

CITY Consistent or Inconsistent?

Inconsistent

New cards
55
<p>STATE Consistent or Inconsistent? </p>

STATE Consistent or Inconsistent?

Inconsistent

New cards
56
<p>PHONE Consistent or Inconsistent? </p>

PHONE Consistent or Inconsistent?

Inconsistent

New cards
57
<p>Your company is concerned there is a problem with the design of some of the database tables. They want you to look at the tables and determine if there is a problem. Management is concerned about data anomalies and data redundancies. They have stressed it is important to have correct design as it is used for making decisions and used as a basis for reports in the various departments.</p><p>Examine the fields in each table and determine if the table is designed correctly or incorrectly.</p><p>STUDENT TABLE</p>

Your company is concerned there is a problem with the design of some of the database tables. They want you to look at the tables and determine if there is a problem. Management is concerned about data anomalies and data redundancies. They have stressed it is important to have correct design as it is used for making decisions and used as a basis for reports in the various departments.

Examine the fields in each table and determine if the table is designed correctly or incorrectly.

STUDENT TABLE

Incorrect

New cards
58
<p>Your company is concerned there is a problem with the design of some of the database tables. They want you to look at the tables and determine if there is a problem. Management is concerned about data anomalies and data redundancies. They have stressed it is important to have correct design as it is used for making decisions and used as a basis for reports in the various departments.</p><p>Examine the fields in each table and determine if the table is designed correctly or incorrectly.</p><p>ADVISOR TABLE</p>

Your company is concerned there is a problem with the design of some of the database tables. They want you to look at the tables and determine if there is a problem. Management is concerned about data anomalies and data redundancies. They have stressed it is important to have correct design as it is used for making decisions and used as a basis for reports in the various departments.

Examine the fields in each table and determine if the table is designed correctly or incorrectly.

ADVISOR TABLE

Correct

New cards
59
<p>Your company is concerned there is a problem with the design of some of the database tables. They want you to look at the tables and determine if there is a problem. Management is concerned about data anomalies and data redundancies. They have stressed it is important to have correct design as it is used for making decisions and used as a basis for reports in the various departments.</p><p>Examine the fields in each table and determine if the table is designed correctly or incorrectly.</p><p>DORM TABLE</p>

Your company is concerned there is a problem with the design of some of the database tables. They want you to look at the tables and determine if there is a problem. Management is concerned about data anomalies and data redundancies. They have stressed it is important to have correct design as it is used for making decisions and used as a basis for reports in the various departments.

Examine the fields in each table and determine if the table is designed correctly or incorrectly.

DORM TABLE

Incorrect

New cards
60
New cards
robot