Data Concepts and Tools Flashcards

Final Exam Review

1
Q

OLAP

A

(Online Analytical Processing): Analytical system used to answer multi-dimensional analytical queries quickly

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

OLTP

A

(Online Transaction Processing): Supports daily transactions (insert, update, delete) in real-time systems

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

ETL (Extract, Transform, Load)

A

Process used to extract data from source systems, transform it into a suitable format, and load it into a data warehouse

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

Metadata

A

Data that describes other data (e.g., author, date created)

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

Data

A

Raw facts or figures with no context

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

Information

A

Data processed to be meaningful

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

Knowledge

A

Insight derived from information through experience or analysis

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

Data Governance

A

Policies, procedures, and roles that ensure data quality, privacy, and security

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

Data Quality

A

Accuracy, completeness, consistency, timeliness, and reliability of data

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

Databases

A

Structured collections of related data

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

Data Warehouses

A

Central repositories of integrated data from various sources, used for reporting and analysis

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

Data Marts

A

Subsets of data warehouses focused on specific business lines or teams

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

Referential Integrity

A

Ensures relationships between database tables are consistent (e.g., foreign keys referencing valid primary keys)

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

Table Field Relationships

A

Define how data tables are connected (e.g., one-to-many, many-to-many

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

Normalization

A

Organizing database structure to reduce redundancy and improve data integrity

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

SQL Queries

A

Structured Query Language used to interact with relational databases (e.g., SELECT, INSERT, UPDATE, DELETE)

17
Q

Data Validation

A

Ensuring entered data meets specific criteria (e.g., data type, range)

18
Q

Data Hierarchy

A

Logical structure from bits → bytes → fields → records → files → databases