Chapter 1: Introduction to Databases, Information and Data Flashcards

1
Q

Files having no internal hierarchy

A

Flat files

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

files containing an unsorted set of records that are uniquely identified by a record id which allows them to be inserted or deleted using that id

A

heap files

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

files that store a list of lookup filed values from a data file– along with the location (address) in the data file of the corresponding record.

A

Index files

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

files which use a hash function to decide where a record should be placed on a disk

A

hashed files

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

consists of raw facts

A

data

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

result of processing raw data to reveal its meaning

A

information

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

the body of information and facts about a specific subject`

A

knowledge

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

discipline that focuses on the proper generation, storage and retrieval of data

A

data management

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

shared, integrated computer structure

A

database

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

data about data

A

metadata

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

a collection of programs that manages the database structure and controls access to the data stored in the database

A

database management system (DBMS)

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

same data appears in different places

A

data inconsistency

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

a specific request issued to the DBMS for data manipulation

A

query

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

a spur of the moment question

A

ad hoc query

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

the answers a DBMS sends

A

query result set

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

comprehensive approach to promoting the accuracy, validity, and timeliness of the data

A

data quality

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

supports one user at a time

A

single-user data base

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

a single-user database that runs on a personal computer

A

desktop database

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

supports multiple users at the same time

A

multiuser database

20
Q

the multiuser database supports a relatively small number of users or a specific department within an organization

A

workgroup database

21
Q

the database is used by the entire organization and supports many users, across many departments, the database is known

A

enterprise database

22
Q

a database that supports data distributed across several different sites

A

distributed database

23
Q

a database that supports data located at a single site

A

centralized database

24
Q

a database that is created and maintained using cloud data services ,such a Microsoft Azure or Amazon AWS

A

cloud database

25
Q

contains a wide variety of data used in multiple disciplines

A

general purpose databases

26
Q

contain data focused on specific subject areas

A

Discipline-specific databases

27
Q

a database that is designed primarily to support a company’s day-to-day operations

A

operation database/Online transaction processing (OLTP) database/transactional database/production database

28
Q

focuses primarily on storing historical data and business metrics used exclusively for tactical or strategic decision making

A

analytical database

29
Q

allows the end user to perform advanced analysis of business data using sophisticated tools

A

Analytical database

30
Q

refers to the activities that focus on the design of the database structure that will be used to store and manage end user data

A

database design

31
Q

a character or group of characters that has a specific meaning; used to define and store data

A

field

32
Q

a logically connected set of one or more fields that describes a person, place, or thing

A

record

33
Q

a collection of related records

A

file

34
Q

access to a file is dependent on its structure

A

structural dependence

35
Q

exists when you can change the file structure without affecting the application’s ability to access the data

A

structural independence

36
Q

when all data access programs are subject to change when any of the file’s data storage characteristic change

A

data dependence

37
Q

the data storage characteristics can change without affecting the program’s ability to access the data

A

data independence

38
Q

how human beings view data

A

logical data format

39
Q

how the computer must work with the data

A

physical data format

40
Q

scattered data locations

A

islands of information

41
Q

when the same data is stored unnecessarily at different places

A

data redundancy

42
Q

develops when not all of the required changes in the redundant data are made successfully

A

data anomaly

43
Q

an organization of components that define and regulate the collection, storage, management, and use of data within a database environment

A

database system

44
Q

what the DBMS uses to look up the required data component structures and relationships

A

data dictionary

45
Q

relates to the activities that make the database perform more efficiently in terms of storage and access speed

A

performance tuning

46
Q

a nonprocedural language; that lets the user specify what must be done without having to specify how

A

query language

47
Q

the de facto query language and data access standard supported by the majority of DBMS vendors

A

structured query language (SQL)