Chapter 1: Introduction to Databases, Information and Data Flashcards

(47 cards)

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
contains a wide variety of data used in multiple disciplines
general purpose databases
26
contain data focused on specific subject areas
Discipline-specific databases
27
a database that is designed primarily to support a company's day-to-day operations
operation database/Online transaction processing (OLTP) database/transactional database/production database
28
focuses primarily on storing historical data and business metrics used exclusively for tactical or strategic decision making
analytical database
29
allows the end user to perform advanced analysis of business data using sophisticated tools
Analytical database
30
refers to the activities that focus on the design of the database structure that will be used to store and manage end user data
database design
31
a character or group of characters that has a specific meaning; used to define and store data
field
32
a logically connected set of one or more fields that describes a person, place, or thing
record
33
a collection of related records
file
34
access to a file is dependent on its structure
structural dependence
35
exists when you can change the file structure without affecting the application's ability to access the data
structural independence
36
when all data access programs are subject to change when any of the file's data storage characteristic change
data dependence
37
the data storage characteristics can change without affecting the program's ability to access the data
data independence
38
how human beings view data
logical data format
39
how the computer must work with the data
physical data format
40
scattered data locations
islands of information
41
when the same data is stored unnecessarily at different places
data redundancy
42
develops when not all of the required changes in the redundant data are made successfully
data anomaly
43
an organization of components that define and regulate the collection, storage, management, and use of data within a database environment
database system
44
what the DBMS uses to look up the required data component structures and relationships
data dictionary
45
relates to the activities that make the database perform more efficiently in terms of storage and access speed
performance tuning
46
a nonprocedural language; that lets the user specify what must be done without having to specify how
query language
47
the de facto query language and data access standard supported by the majority of DBMS vendors
structured query language (SQL)