Chapters Flashcards

1
Q

What is Data?

A

Raw facts that have not yet been processed.

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

What is 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
3
Q

What is Knowledge?

A

The body of information and facts about a specific subject.

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

What are the key characteristics of Knowledge?

A

Implies familiarity, awareness, and understanding of information as it applies to an environment. New knowledge can be derived from old knowledge.

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

What constitutes the building blocks of information?

A

Data.

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

How is Information produced?

A

By processing data.

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

What is the key to good decision-making?

A

Accurate, relevant, and timely information.

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

What is Data Management?

A

A process that focuses on data collection, storage, and retrieval.

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

What is a Database?

A

A shared, integrated computer structure that houses a collection of related data.

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

What are the two types of data in a Database?

A

End-user Data (raw facts) and Metadata (data about data characteristics and relationships).

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

What is a 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
12
Q

What role does a DBMS serve?

A

It serves as the intermediary between the user and the database.

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

What are some advantages of using a DBMS?

A

Improved data sharing, security, integration, minimized data inconsistency, improved access, decision making, and increased end-user productivity.

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

What is Data Inconsistency?

A

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

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

What is a Query?

A

A specific request issued to the DBMS for data manipulation.

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

What is an Ad Hoc Query?

A

An unplanned and flexible request for specific information from a database.

17
Q

What is a Query Result Set?

A

The collection of data rows returned by a query.

18
Q

What is Data Quality?

A

A comprehensive approach to ensuring the accuracy, validity, and timeliness of data.

19
Q

What is a Single-User Database?

A

A database that supports only one user at a time.

20
Q

What is a Desktop Database?

A

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

21
Q

What is a Multiuser Database?

A

A database that supports multiple concurrent users.

22
Q

What is an Enterprise Database?

A

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

23
Q

What is a Cloud Database?

A

A database that is created and maintained using cloud services.

24
Q

What is an Operational Database?

A

A database designed primarily to support a company’s day-to-day operations.

25
Q

What is an Analytical Database?

A

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

26
Q

What is Unstructured Data?

A

Data that exists in its original, raw state.

27
Q

What is Structured Data?

A

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

28
Q

What is Extensible Markup Language (XML)?

A

A metalanguage used to represent and manipulate data elements.

29
Q

What is a NoSQL Database?

A

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

30
Q

What is Data Redundancy?

A

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

31
Q

What are the major parts of a Database System?

A

Hardware, Software, People, Procedures, and Data.

32
Q

What is Data Dictionary Management?

A

Stores definitions of the data elements and their relationships in a data dictionary.

33
Q

What is Data Manipulation Language (DML)?

A

The set of commands that allows an end user to manipulate the data in the database.

34
Q

What is Data Definition Language (DDL)?

A

The language that allows a database administrator to define the database structure.

35
Q

What is a Relational Database Management System (RDBMS)?

A

A collection of programs that manages a relational database.

36
Q

What is an Entity Relationship Model (ERM)?

A

A data model that describes relationships among entities.

37
Q

What is an Entity Relationship Diagram (ERD)?

A

A diagram that depicts an entity-relationship model’s entities, attributes, and relations.

38
Q

What is Connectivity in data models?

A

The type of relationship between entities, classified as 1:1, 1:M, and M:N.