#1 (VOCAB) Chapter 2: Data Management

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

Objectives: Big data to smart data: Database management Systems, relational databases, structured query languages: Key elements of enterprise data architecture: Dimensions of data quality and the importance of marketing analytics: Preparing data prior to analyzing:

Last updated 12:33 AM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

big data

Big data is the term typically used to describe massive amounts of data. It is a relative term that requires special tools to manage and analyze.

2
New cards

volume

Volume refers to large amounts of data per time unit.

3
New cards

velocity

Velocity refers to the rapid pace in which data is being collected or is available.

4
New cards

veracity

Veracity refers to the messy data that could have missing values, inconsistencies in the unit of measurement, erroneous information, or lack of reliability.

5
New cards

variety (data)

Variety refers to the variety of the dataset. Holistic and diverse data provides a better understanding of customers and market situations.

6
New cards

value

Value means the data is useful for making accurate business decisions.

7
New cards

smart data

Smart data represents data that is valuable and can be effectively used.

8
New cards

database

A database contains collected data from company operations.

9
New cards

relational database

A relational database is a type of database management system (DBMS). It is a collection of interrelated data items organized using software programs to manipulate and access data.

10
New cards

Structured Query Language (SQL)

Structured querying language (SQL) is the language developed by IBM and is used to access and update data stored in the database.

11
New cards

streaming data

Streaming data is the continuous transfer of data from numerous sources in different formats.

12
New cards

Hadoop

Hadoop is an open-source software that helps distributed computers solve problems of big data computation. Hadoop divides the big data processing over multiple computers, allowing it to handle massive amounts of data simultaneously at a reduced cost.

13
New cards

data warehouse

A data warehouse contains historical data from various databases throughout a company and provides a structured environment for high-speed querying. A data warehouse consists of data from different functional areas of the firm such as customer data, accounting data, and human resources data.

14
New cards

data mart

A data mart is a subset of the data warehouse that provides a specific value to a group of users. For example, a marketing data mart would be limited to data on customers, sales, products, and similar marketing metrics. There are two types of data marts: dependent and independent.

15
New cards

Data lake

A data lake (often included in Hadoop systems) is a storage repository that holds a large amount of data in its native format. It is typically used to investigate data patterns and to archive data for future use.

16
New cards

data management

Data management as a process is the lifecycle management of data from acquisition to disposal.

17
New cards

data quality

Data quality refers to attributes such as timeliness, completeness, accuracy, consistency, and format of the dataset.

18
New cards

feature

Feature is another name for variable.

19
New cards

overfitting

Overfitting occurs from an overly complex model where the results are limited to the data being used and are not generalizable—which means future relationships cannot be inferred, and results will be inconsistent when using other data.

20
New cards

sample size

A sample size is a portion of data from the entire population.

21
New cards

power calculation

A power calculation helps determine that outcomes will be estimated from a sample with a sufficient level of precision.


22
New cards

unit of analysis

A unit of analysis describes the what, when, and who of the analysis.

23
New cards

outlier

A value that is at a considerable distance from any of the other data clusters.


24
New cards

Cluster analysis

Cluster analysis is an analytical method of segmenting a market based on identifying shared characteristics of groups of individuals.

25
New cards

aggregation

Aggregation refers to the summing of data according to the unit of analysis desired. For example, summing all weekly data into quarterly data.

26
New cards

normalization

Normalization helps bring all variables into the same scale. To normalize a variable, we scale it by subtracting the variable from the mean and then dividing it by the standard deviation.

27
New cards

categorical variables

A categorical variable is when the data represents one of a limited number of categories. Geographic location (e.g., Northeast, Southeast, Northwest, Southwest, Midwest) is an example of a categorical variable.