Lesson 1: Introduction to Databases, Information and Data Flashcards

1
Q

ad hoc query

A

A “spur-of-the-moment” question.

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

analytical database

A

A database focused primarily on storing historical data and business metrics used for tactical or strategic decision making.

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

availability

A

In the context of data security, it refers to the accessibility of data whenever required by authorized users and for authorized purposes.

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

centralized database

A

A database located at a single site.

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

cloud database

A

A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS.

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

data

A

Raw facts, or facts that have not yet been processed to reveal their meaning to the end user.

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

data anomaly

A

A data abnormality in which inconsistent changes have been made to a database. For example, an employee moves, but the address change is not corrected in all files in the database.

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

data dependence

A

A data condition in which data representation and manipulation are dependent on the physical data storage characteristics.

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

data dictionary

A

A DBMS component that stores metadata—data about data. Thus, the data dictionary contains the data definition as well as their characteristics and relationships. A data dictionary may also include data that are external to the DBMS. Also known as an information resource dictionary. See also active data dictionary, metadata, and passive data dictionary.
Back: click to flip

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

data inconsistency

A

A condition in which different versions of the same data yield different (inconsistent) results.

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

data independence

A

A condition in which data access is unaffected by changes in the physical data storage characteristics.

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

data integrity

A

In a relational database, a condition in which the data in the database complies with all entity and referential integrity constraints.

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

data management

A

A process that focuses on data collection, storage, and retrieval. Common data management functions include addition, deletion, modification, and listing.

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

data processing (DP) specialist

A

The person responsible for developing and managing a computerized file processing system.

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

data redundancy

A

Exists when the same data is stored unnecessarily at different places.

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

database

A

A shared, integrated computer structure that houses a collection of related data. A database contains two types of data: end-user data (raw facts) and metadata.

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

database design

A

The process that yields the description of the database structure and determines the database components. The second phase of the Database Life Cycle.

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

database management system (DBMS)

A

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

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

database system

A

An organization of components that defines and regulates the collection, storage, management, and use of data in a database environment.

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

desktop database

A

A single-user database that runs on a personal computer.

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

discipline-specific databases

A

A database that contains data focused on specific subject areas.

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

enterprise database

A

The overall company data representation, which provides support for present and expected future needs.

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

field

A

An alphabetic or numeric character or group of characters that defines a characteristic of a person, place, or thing. For example, a person’s Social Security number, address, phone number, and bank balance all constitute fields.

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

file

A

A named collection of related records.

25
Q

general-purpose databases

A

A database that contains a wide variety of data used in multiple disciplines.

26
Q

hub

A

A warehouse of data packets housed in a central location on a local area network. It contains multiple ports that copy the data in the data packets to make it accessible to selected or all segments of the network.

27
Q

information

A

The result of processing raw data to reveal its meaning. Information consists of transformed data and facilitates decision making.

28
Q

islands of information

A

In the old file system environment, pools of independent, often duplicated, and inconsistent data created and managed by different departments.

29
Q

knowledge

A

The body of information and facts about a specific subject. Knowledge implies familiarity, awareness, and understanding of information as it applies to an environment. A key characteristic is that new knowledge can be derived from old knowledge.

30
Q

logical data format

A

The way a person views data within the context of a problem domain.

31
Q

metadata

A

Data about data; that is, data about data characteristics and relationships. See also data dictionary.

32
Q

multiuser database

A

A database that supports multiple concurrent users.

33
Q

NoSQL

A

A new generation of database management systems that is not based on the traditional relational database model.

34
Q

online analytical processing (OLAP)

A

Decision support system (DSS) tools that use multidimensional data analysis techniques. OLAP creates an advanced data analysis environment that supports decision making, business modeling, and operations research.

35
Q

online transaction processing (OLTP) database

A

See operational database.

36
Q

operational database

A

A database designed primarily to support a company’s day-to-day operations. Also known as a transactional database, OLTP database, or production database.

37
Q

performance tuning

A

Activities that make a database perform more efficiently in terms of storage and access speed.

38
Q

physical data format

A

The way a computer “sees” (stores) data.

39
Q

production database

A

See operational database.

40
Q

query

A

A question or task asked by an end user of a database in the form of SQL code. A specific request for data manipulation issued by the end user or the application to the DBMS.

41
Q

query language

A

A nonprocedural language that is used by a DBMS to manipulate its data. An example of a query language is SQL.

42
Q

query result set

A

The collection of data rows returned by a query.

43
Q

record

A

A collection of related (logically connected) fields.

44
Q

role

A

In Oracle, a named collection of database access privileges that authorize a user to connect to a database and use its system resources.

45
Q

router

A

(1) An intelligent device used to connect dissimilar networks.
(2) Hardware/software equipment that connects multiple and diverse networks.

46
Q

semistructured data

A

Data that has already been processed to some extent.

47
Q

single-user database

A

A database that supports only one user at a time.

48
Q

social media

A

Web and mobile technologies that enable “anywhere, anytime, always on” human interactions.

49
Q

structural dependence

A

A data characteristic in which a change in the database schema affects data access, thus requiring changes in all access programs.

50
Q

structural independence

A

A data characteristic in which changes in the database schema do not affect data access.

51
Q

structured data

A

Data that has been formatted to facilitate storage, use, and information generation.

52
Q

Structured Query Language (SQL)

A

A powerful and flexible relational database language composed of commands that enable users to create database and table structures, perform various types of data manipulation and data administration, and query the database to extract useful information.

53
Q

transactional database

A

See operational database.

54
Q

unstructured data

A

Data that exists in its original, raw state; that is, in the format in which it was collected.

55
Q

website

A

Refers to the Web server and the collection of Web pages stored on the local hard disk of the server computer.

56
Q

workgroup database

A

A multiuser database that usually supports fewer than 50 users or is used for a specific department in an organization.

57
Q

World Wide Web (WWW or the web)

A

Worldwide network collection of specially formatted and interconnected documents known as Web pages. Also called the Web.

58
Q

XML database

A

A database system that stores and manages semistructured XML data.