Ch. 6 Text Flashcards

1
Q

What are the issues with a traditional file system?

A

Systems tend to grow independently, without a company wide plan.

Some issues include:
1) Data Redundancy
2) Data Inconsistency
3) Program-Data Dependence
4) Lack of Flexibility
5) Poor Security
6) Lack of Data Sharing and Availability

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

What is data redundancy?

A

The presence of duplicate data in multiple data files so that the same data are stored in more than one place or location.

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

What is data inconsistency?

A

The same attribute has different values.

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

What is program-data dependence?

A

Refers to the coupling of data stored in files and the specific programs required to update and maintain those files such that changes in its program requires changes to the data

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

What is poor security?

A

Management may have no way of knowing who is accessing or even making changes to the organization’s data.

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

What is lack of data sharing and availability?

A

Pieces of information are in different files in different parts of the organization (not related to one another) making it virtually impossible for information to be shared or accessed in a timely manner.

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

What is a database management system (DBMS)?

A

Software that permits an organization to centralize data, manage them efficiently, and provide access to the stored data by application programs.

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

What are the benefits of a DBMS?

A

A DMBS reduces data redundancy and inconsistency by minimizing isolated files in which the same data are repeated.

Access and availability of information will be increased, and program development and maintenance costs reduced because users and programmers perform ad hoc queries of the database for many simple questions without having to write complicated programs.

Data sharing throughout the organization is easier because the data are presented to users as being in a single location rather than fragmented in many different systems and files.

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

What is a data dictionary?

A

An automated or manual file that stores definitions of data elements and their characteristics.

For larger companies, data dictionaries may capture additional information such as usage, ownership, authorization, security, and the individuals, business functions, programs, and reports that use each data element.

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

What are queries?

A

A request for data results from your database or for action on the data, or for both.

A query can give you an answer to a simple question, perform calculations, combine data from different tables, add, change, or delete data from a database.

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

What is SQL?

A

The most prominent data manipulation language (used for relational database management systems).

This is used to add, change, delete, and retrieve data in the database.

This language contains commands that permit end users and programming specialists to extract data from the database to satisfy information requests and develop applications.

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

What is a data warehouse?

A

A database that stores current and historical data of potential interest to decision makers throughout the company.

The data warehouse makes the data available for anyone to access as needed, but the data cannot be altered.

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