Introduction to Data Analytics – Vocabulary Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/45

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering core concepts, terms and definitions from UCS551 Chapters 1 & 2 on Introduction to Data Analytics and Data Understanding.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

46 Terms

1
New cards

Data

A set of values relating to qualitative or quantitative variables; becomes information when interpreted in context.

2
New cards

Data Analytics

The process of inspecting, cleansing, transforming and modeling data to discover useful information, support conclusions and aid decision-making.

3
New cards

Big Data

Data that is expensive to manage and hard to extract value from due to its large Volume, Velocity, Variety, and related characteristics.

4
New cards

Volume (Big Data ‘V’)

The sheer size or amount of data that defines it as “big.”

5
New cards

Velocity (Big Data ‘V’)

The speed at which data is generated, processed and accessed.

6
New cards

Variety (Big Data ‘V’)

The diversity of data sources, formats, qualities and structures.

7
New cards

Variability (Big Data ‘V’)

The way data constantly changes, requiring interpretation of shifting meanings.

8
New cards

Veracity (Big Data ‘V’)

The accuracy, reliability and quality of data gathered.

9
New cards

Visualization (Big Data ‘V’)

The presentation of data in visual form to support managerial decision-making.

10
New cards

Value (Big Data ‘V’)

The benefit an organization gains after investing effort in the other V’s of big data.

11
New cards

Structured Data

Information organized in a predefined model that is easily searchable, e.g., relational databases and spreadsheets.

12
New cards

Unstructured Data

Information lacking a predefined structure, making it time-consuming to search using traditional methods, e.g., emails, images, documents.

13
New cards

Semi-structured Data

Data that does not reside in a relational database but has some organizational properties, e.g., XML or JSON.

14
New cards

Streaming Data

Data that arrives continuously and must be processed in near real time.

15
New cards

Relational Data

Structured data stored in tables with rows and columns, often managed by SQL databases.

16
New cards

Vector

A one-dimensional array storing elements of the same type.

17
New cards

Array

A collection of elements identified by index or index tuple; can be one-dimensional or multidimensional.

18
New cards

Matrix

A two-dimensional array of numbers arranged in rows and columns.

19
New cards

Data Frame

A tabular data structure combining multiple vectors as columns where each column is homogeneous and rows represent observations.

20
New cards

List (Data Structure)

An ordered collection of elements that can be of different data types.

21
New cards

Factor (Data Structure)

A data type in statistical software used to handle categorical variables and their levels.

22
New cards

Nominal Level of Measurement

Data categorized without any intrinsic order (e.g., gender, race).

23
New cards

Ordinal Level of Measurement

Categorical data with a meaningful order but unequal intervals (e.g., satisfaction ratings).

24
New cards

Interval Level of Measurement

Numeric data with equal intervals but no true zero (e.g., temperature in °F).

25
New cards

Ratio Level of Measurement

Numeric data with equal intervals and a true zero, allowing ratios (e.g., weight, sales).

26
New cards

Univariate Data

A data set that consists of a single variable, often analyzed with a vector.

27
New cards

Multivariate Data

A data set containing multiple variables, commonly stored in a matrix or data frame.

28
New cards

Descriptive Analytics

Analytics that explain what has happened over a given period.

29
New cards

Diagnostic Analytics

Analytics that investigate why something happened, using diverse data inputs and hypotheses.

30
New cards

Predictive Analytics

Analytics that forecast what is likely to happen in the near future.

31
New cards

Prescriptive Analytics

Analytics that recommend actions based on predictive insights.

32
New cards

Customer Analytics

Use of analytics to model and understand customer behavior and loyalty.

33
New cards

Credit Risk Analytics

Analytical techniques applied to credit data to assess and manage risk.

34
New cards

Retail Analytics

Analytics used to forecast demand and optimize retail operations.

35
New cards

Marketing Analytics

Analytics that evaluate product, pricing, promotion and distribution strategies.

36
New cards

Business Analytics (Churn)

Analyzing business data to identify customers likely to stop using a service and inform retention strategies.

37
New cards

Data Science

A multidisciplinary field that extracts insights from data using mathematics, statistics, AI and computer engineering.

38
New cards

Data Analytics Process – Ask

Define the problem and formulate questions to guide analysis.

39
New cards

Data Analytics Process – Prepare

Collect, combine and store relevant data for analysis.

40
New cards

Data Analytics Process – Process

Clean and verify data to ensure quality and readiness.

41
New cards

Data Analytics Process – Analyze

Search for patterns, relationships and trends within the data.

42
New cards

Data Analytics Process – Share

Communicate findings to stakeholders using reports and visualizations.

43
New cards

Data Analytics Process – Act

Implement decisions and actions based on analytical insights.

44
New cards

Central Tendency

Measures that describe the center of a data set: mean, median, mode.

45
New cards

Dispersion

Measures that describe the spread of data: range, variance, standard deviation.

46
New cards

Data Exploration

Initial analysis phase aimed at understanding data distributions, key attributes, correlations, outliers and quality.