Chapters Flashcards

(38 cards)

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
What is an Analytical Database?
A database focused primarily on storing historical data and business metrics used for decision-making.
26
What is Unstructured Data?
Data that exists in its original, raw state.
27
What is Structured Data?
Data that has been formatted to facilitate storage, use, and information generation.
28
What is Extensible Markup Language (XML)?
A metalanguage used to represent and manipulate data elements.
29
What is a NoSQL Database?
A new generation of DBMS that is not based on the traditional relational database model.
30
What is Data Redundancy?
Exists when the same data is stored unnecessarily at different places.
31
What are the major parts of a Database System?
Hardware, Software, People, Procedures, and Data.
32
What is Data Dictionary Management?
Stores definitions of the data elements and their relationships in a data dictionary.
33
What is Data Manipulation Language (DML)?
The set of commands that allows an end user to manipulate the data in the database.
34
What is Data Definition Language (DDL)?
The language that allows a database administrator to define the database structure.
35
What is a Relational Database Management System (RDBMS)?
A collection of programs that manages a relational database.
36
What is an Entity Relationship Model (ERM)?
A data model that describes relationships among entities.
37
What is an Entity Relationship Diagram (ERD)?
A diagram that depicts an entity-relationship model’s entities, attributes, and relations.
38
What is Connectivity in data models?
The type of relationship between entities, classified as 1:1, 1:M, and M:N.