Introduction Flashcards

1
Q

Flat Files

A

No internal hierarchy

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

Heap Files

A

Unsorted set of records with unique IDs which allows them to be inserted or deleted using that ID.

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

Index Files

A

Store a list of lookup field values from a data file along with the location in the data file of the corresponding record.

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

Hashed Files

A

Use a hash function to decide where a record should be placed on a disk which allows for faster lookup without an index file.

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

Data

A

Consists of raw facts

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

Information

A

The result of processing raw data to reveal its meaning

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

Knowledge

A

Body of information and data about a specific subject

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

Data Management

A

Proper generation, storage, and retrieval of data.

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

Database

A

Shared, integrated computer structure that stores a collection of end-user data and metadata

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

End-user Data

A

Raw facts of interest to the end user

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

Metadata

A

Data about data

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

DBMS

A

Database Management System

Collection of programs that manage the database structure and controls access to the data

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

Query

A

Specific request issued to DBMS

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

Data Quality

A

Accuracy, validity, and timeliness of data

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

Business Intelligence

A

Comprehensive approach to capture and process business data with the purpose of generating information to support business decision making.

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

Two-dimensional Table Structure

A

Found in most databases. Process of decomposing data into its constituent parts, each part in its own table.

17
Q

Structural Dependence

A

Access to a file is dependent on its structure

18
Q

Data Dependence

A

Changing field characteristics impacts the ability to access the data

19
Q

Logical Data Format

A

How human being views data

20
Q

Physical Data Format

A

How the computer must work with the data

21
Q

Islands of Information

A

Same basic data stored in different locations

Each island has different versions of the data

22
Q

Data Integrity

A

Data is accurate and verifiable

23
Q

Data Anomalies

A

Not all required changes in the redundant data are made successfully

24
Q

Database System

A

Components that define and regulate the collection, storage, management, and use of data.