Chapter 11 Checkpoint Flashcards

1
Q

True or False: the more errors data contains, the higher its integrity

A

False

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

True or False: in a data hierarchy, each higher level of data contains one or more items from the lower level

A

True

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

True or False: a field size determines the maximum number of characters a field can contain

A

True

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

True or False: validity checks reduce data entry errors and thus enhance the data’s integrity

A

True

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

True or False: a check digit often confirms the accuracy of a primary key value

A

True

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

True or False: file processing systems require more memory, storage, and processing power than a database

A

False

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

True or False: in a rollforward, the DBMS uses the log to undo any changes made to the database during a certain period

A

False

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

True or False: in a file processing system, you can set up a relationship between tables at any time

A

False

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

True or False: a relational database processes and summarizes large number of records efficiently and can do so much faster than a multidimensional database

A

False

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

True or False: a database administrator (DBA) focuses on the meaning and usage of data

A

False

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

True or False: an ERP allows for storage and management of a company’s documents

A

False

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

True or False: with batch processing, the computer collects data over time and processes all transactions later, as a group

A

True

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

A(n) ___________ check tests data in two or more associated fields to ensure that the relationship is logical and their data is in the correct format.

A

consistency

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

Which of the following is not an advantage of a database approach?

a. improved data integrity
b. reduced data redundancy
c. shared data
d. requires less memory, storage, and processing power than file processing systems

A

d. requires less memory, storage, and processing power than file processing systems

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

A _____ ________ contains data about each file in the database and each field in those files.

A

data dictionary

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

A developer of a relational database refers to a file as a ________.

A

relation

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

A(n) ______-_________ database stores data in objects.

A

object-oriented

18
Q

With ________ __________ _________, the computer processes each transaction as it is entered.

A

online transaction processing

19
Q

A(n) _________ report usually lists just transactions.

A

detailed

20
Q

In an expert system, the __________ ______ is the combined subject knowledge and experiences of the human experts.

A

knowledge base

21
Q

combination of one or more related characters or bytes and is the smallest unit of data a user accesses

A

field

22
Q

specifies the kind of data a field can contain and how the field is used

A

data type

23
Q

field that uniquely identifies each record in a file

A

primary key

24
Q

procedures that keep data current

A

file maintenance

25
Q

process of comparing data with a set of rules or values to determine if the data is correct

A

validation

26
Q

request for specific data from a database

A

query

27
Q

defines how users view the organization of the data

A

data model

28
Q

item that contains data, as well as the actions that read or process the data

A

object

29
Q

huge database that stores and manages the data required to analyze historical and current transactions

A

data warehouse

30
Q

term used to describe the widespread growth of data, the variety of formats in which the data is available, and the processing required to make the data accessible in a timely manner

A

Big Data

31
Q

What is function creep?

A

Function creep occurs when a company uses the technology intended for one purpose for another.

32
Q

If you use a browser, what are some techniques you can use to protect your data?

A

1) using settings in the browser that will allow you to limit data tracking
2) read privacy policies before you purchase an item from an online vendor
3) use a social networking site that informs you of potential ways your data may be used

33
Q

List reasons for backing up data.

A

1) before modifying or deleting data

2) before performing any maintenance operations on the database

34
Q

List some ways to back up database.

A

1) If your computer already has a backup program running, it might be backing up your database. If not, configure the backup program to back up the database
2) Copy the database to another storage device
3) Copy the database to a different folder on the same storage medium as the original database

35
Q

What are the responsibilities of database analysts and administrators?

A

The database analysts and administrators are responsible for managing and coordinating all database activities.

36
Q

How do their jobs differ?

A

The database analysts, focuses on the meaning and usage of data.

  • decide the proper placement of fields
  • defines the relationships among data
  • identifies users
  • access privileges

The database administrator

  • creates and maintains the data dictionary
  • manages security of the database
  • monitors the performance of the database
  • checks backup and recovery procedures
37
Q

What is database design?

A

the process of determining the organization of a database

38
Q

In designing a database, what must the database analyst or administrator identify?

A

1) the entities in the database

2) the entities’ attributes, primary keys, and relationships

39
Q

What is a decision support system?

A

helps users analyze information and make decisions

40
Q

What is an expert system?

A

an information system that captures and stores the knowledge of human experts and then imitates human reasoning and decision making