C207 Master Story Guide: Data-Driven Decision Making

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/95

flashcard set

Earn XP

Description and Tags

Flashcards based on the C207 Master Story Guide, covering essential definitions and keywords for Data-Driven Decision Making.

Last updated 12:42 AM on 7/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

96 Terms

1
New cards

Big Data

Data so large and complex that it is difficult to process using traditional database and spreadsheet tools, often including both structured and unstructured data.

2
New cards

Big Data Warehouse

A storage environment for Big Data often utilizing cloud storage, third-party storage, or multiple servers.

3
New cards

Data Mining

The process of discovering useful patterns in large datasets.

4
New cards

Organizations' Motivation for Data Collection

To transform data into useful information to make better business decisions and encourage specific buying behavior.

5
New cards

Structured Data

Data in a fixed, preformatted format that is easy to classify, count, or filter, such as multiple choice survey responses or check boxes.

6
New cards

Unstructured Data

Data without a fixed format that often requires interpretation or theme analysis, such as medical notes, emails, or free-text reviews.

7
New cards

Quantitative Data

Numerical data that can be counted or measured, such as price, revenue, or temperature.

8
New cards

Qualitative Data

Categorical data that describes qualities, labels, or categories, such as car color or vehicle type.

9
New cards

Discrete Data

Quantitative data that uses whole-number counts where decimals are not possible, such as the number of children in a household.

10
New cards

Continuous Data

Quantitative data that is measured and can include decimals or intervals, such as height, weight, or distance.

11
New cards

Nominal Level

Categorical data with no natural order or sequence, such as colors or yes/no responses.

12
New cards

Ordinal Level

Categorical data with a meaningful sequence or ranking, but unequal intervals between categories, such as economy, business, and first class.

13
New cards

Interval Level

Numerical data where zero is a placeholder on a scale and does not mean absence, such as temperature in Fahrenheit.

14
New cards

Ratio Level

Numerical data where zero means the absolute absence of what is being measured, such as money, price, or distance.

15
New cards

Reliability

The consistency and repeatability of a measurement instrument's results.

16
New cards

Validity

The extent to which data measures the intended concept or target.

17
New cards

Data Quality

The process of cleaning data to ensure it does not contain mistakes, missing values, or impossible entries before analysis.

18
New cards

Out-of-Range Error

A value in a dataset that is impossible or suspicious because it falls outside the expected range, such as a car listed at 188MPG188\,MPG.

19
New cards

Omission Error

A missing value or blank field within a record in a dataset.

20
New cards

Systematic Error

A consistent, repeated bias that pushes results in the same wrong direction and must be fixed.

21
New cards

Random Error

Error caused by chance or temporary noise that may average out over time.

22
New cards

Observational Study

A study where researchers collect information without applying a treatment to the subjects.

23
New cards

Cohort Study

An observational study focused on a specific group that shares a characteristic, place, or time frame.

24
New cards

Experimental Study

A study where a treatment is applied to a unit to examine the effect on a response.

25
New cards

Blind Study

An experimental setup where participants do not know which treatment they are receiving.

26
New cards

Double-Blind Study

An experimental setup where neither the participant nor the researcher knows which treatment was assigned.

27
New cards

Triple-Blind Study

An experimental setup where the participant, researcher, and data analyst are all unaware of the treatment assignments.

28
New cards

Faulty Operationalization

A flaw in research design where a variable or concept is not clearly defined or is measured with an incorrect target.

29
New cards

Measurement Bias

Bias introduced by the method of sample selection or how data collection is performed.

30
New cards

Information Bias

Bias resulting from inaccurate or distorted information provided by respondents or records after data collection has started.

31
New cards

Response Bias

Bias caused by the presence of an interviewer or the pressure felt by a respondent to answer in a certain way.

32
New cards

Conscious Bias

Bias introduced through the use of leading or persuasive wording in a question.

33
New cards

Association vs. Causation

The principle that two variables moving together (association) does not prove that one directly causes the other (causation).

34
New cards

Alpha Level (Significance Level)

The cutoff used to decide statistical significance, which in this course is set at .05.05.

35
New cards

p-value rule for Significance

If p<.05p < .05, the result is significant and the null hypothesis is rejected; if p>.05p > .05, the result is not significant and the null hypothesis is accepted.

36
New cards

Null Hypothesis

A statement asserting that there is no significant difference or no significant relationship between variables.

37
New cards

Chi-Square Analysis

A statistical test used to compare frequency counts or categories for nominal data.

38
New cards

T-Test

A statistical test used to compare the means or averages of exactly two groups.

39
New cards

ANOVA (Analysis of Variance)

A statistical test used to compare the means or averages of three or more groups.

40
New cards

Independent Variable (X)

The predictor or input variable used in a regression model to predict an outcome.

41
New cards

Dependent Variable (Y)

The outcome or response variable being predicted in a regression model.

42
New cards

Linear Regression

A statistical tool that uses one independent variable to predict one numeric dependent variable.

43
New cards

Multiple Regression

A statistical tool that uses two or more independent variables to predict a single dependent variable.

44
New cards

Logistic Regression

A statistical tool used to predict a dependent variable that is binary or nominal, such as yes/no or pass/fail.

45
New cards

R-Squared

A measure of the goodness of fit for a regression model, indicating how much variation in Y is explained by X, with values closer to 11 being stronger.

46
New cards

Homoscedasticity

A condition where the scatter plot shows consistent variation or spread of data points around the trend line.

47
New cards

Heteroscedasticity

A condition where the scatter plot shows changing or unequal variation, often forming an ice-cream-cone shape.

48
New cards

Decision Tree Analysis

A tool used to choose between alternatives under risky or uncertain conditions by identifying the highest expected value.

49
New cards

Expected Value

A weighted outcome value calculated by combining payoffs and their respective probabilities.

50
New cards

Linear Programming

A mathematical method used to find an optimal solution (maximize or minimize) while meeting specific constraints.

51
New cards

Break-Even Analysis

A method used to determine the point where total revenue equals total cost and profit begins.

52
New cards

Cross-Over Analysis

A method used to compare cost-per-volume between alternatives to find the best option based on variable usage.

53
New cards

Cluster Analysis

A method used to group similar observations or customers together, often used for market segmentation.

54
New cards

Monte Carlo Simulation

A simulation technique that uses many random outcomes to model uncertainty and forecast possible results.

55
New cards

Probability

The chance an event occurs, calculated as favorable outcomes divided by total opportunities.

56
New cards

Complement

The probability that an event does not occur, calculated as 1P(A)1 - P(A).

57
New cards

Intersection

The probability that two events happen together (AND), often requiring multiplication.

58
New cards

Union

The probability that one event or the other occurs (OR), calculated by adding the individual probabilities and subtracting any overlap.

59
New cards

Conditional Probability (Bayes Theorem)

The probability of an event occurring given that another event is already known to have happened.

60
New cards

Combination

A counting technique used to determine how many possible groups can be formed from a set of items where order does not matter.

61
New cards

Mean

The arithmetic average calculated by adding all values and dividing by the count; it is sensitive to outliers.

62
New cards

Median

The middle value in a sorted dataset, representing the 50th50^{th} percentile.

63
New cards

Mode

The value that appears most frequently in a dataset.

64
New cards

Standard Deviation

The measure of data spread or volatility, calculated as the square root of high variance.

65
New cards

Empirical Rule

A rule for normal distributions stating that approximately 68%68\%, 95%95\%, and 99.7%99.7\% of data falls within 11, 22, and 33 standard deviations of the mean.

66
New cards

Z-Score

A standardized score that indicates how many standard deviations a specific value is above or below the mean.

67
New cards

Interquartile Range (IQR)

The distance between the third quartile (Q3Q3) and the first quartile (Q1Q1), representing the middle 50%50\% of data.

68
New cards

Box Plot

A visual summary showing the five-number summary: minimum, Q1Q1, median, Q3Q3, and maximum, along with potential outliers.

69
New cards

PDCA (Deming Cycle)

A four-stage systematic cycle for solving quality problems: Plan (investigate), Do (test/pilot), Check (measure), and Act (standardize).

70
New cards

SIPOC

A high-level process map identifying the Supplier, Input, Process, Output, and Customer.

71
New cards

Quality Assurance (QA)

Proactive activities focused on preventing defects before they occur, such as employee training.

72
New cards

Quality Control (QC)

Reactive activities focused on identifying and fixing defects after they occur, such as inspection and repair.

73
New cards

Run Chart

A line graph showing performance or data points over a specific period of time.

74
New cards

Control Chart

A run chart that includes upper and lower control limits to determine if process variation is within an acceptable range.

75
New cards

Common Cause Variation

Normal, routine noise or variation that occurs within expected control limits.

76
New cards

Special Cause Variation

Unusual or outlier variation that falls outside of expected control limits.

77
New cards

Cause and Effect Diagram

Also known as a fishbone or Ishikawa diagram; used to brainstorm the 'why' behind a problem.

78
New cards

Flow Chart

A diagram showing the step-by-step sequence of a process to identify 'where' a failure might be occurring.

79
New cards

Check Sheet

A simple tool used to collect and tally frequency data.

80
New cards

Histogram

A chart showing the distribution of numerical data across specific ranges or bins.

81
New cards

Pareto Chart

A bar graph that ranks categories from highest to lowest frequency to help prioritize problem-solving efforts.

82
New cards

Scatter Diagram

A visual tool used to show the relationship between two variables using dots on an X-Y chart.

83
New cards

Lean

A quality management program focused primarily on the reduction of waste and improvement of efficiency.

84
New cards

Six Sigma

A quality management program focused on reducing process variation and defects.

85
New cards

Just-in-Time (JIT)

An operational approach focused on reducing inventory levels by receiving materials only when needed.

86
New cards

Results-Based Management (RBM)

An ongoing monitoring framework focused on achieving intended results, outcomes, and long-term impact, often used in nonprofits.

87
New cards

Index Number

A comparison of a current value relative to a base period, often expressed as currentbase×100\frac{\text{current}}{\text{base}} \times 100.

88
New cards

Incidence

A metric representing the number of new cases of a disease or event within a specific time.

89
New cards

Prevalence

A metric representing the total number of existing cases in a population at a specific point in time.

90
New cards

Observed Score

A score calculated as the sum of the True Score plus any random and systematic error.

91
New cards

Criterion-Referenced Score

A score compared against a fixed standard or 'cut score' rather than against other individuals.

92
New cards

Key Performance Indicator (KPI)

A single, specific metric used to measure progress toward an organizational goal.

93
New cards

SMART Goal

A goal that is Specific, Measurable, Achievable, Relevant, and Time-bound.

94
New cards

Dashboard

A visual display that allows managers to monitor multiple important metrics and KPIs at a glance in one place.

95
New cards

Balanced Scorecard

A strategic framework viewing performance from four perspectives: Financial, Customer, Internal Process, and Learning and Growth.

96
New cards

Net Promoter Score (NPS)

A metric used to measure customer loyalty based on their willingness to recommend a company to others.