Excel, Data Analytics, and Statistics: Key Concepts and Formulas

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:28 PM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

What is the difference between relative addressing and absolute addressing in Excel?

A relative address uses just the row and column label; an absolute address uses a dollar sign ($) before the row or column label.

2
New cards

What Excel function is used to find the largest value in a range of cells?

MAX(range)

3
New cards

What type of analytics summarizes and describes what happened in the data?

Descriptive analytics

4
New cards

What does predictive analytics do?

Detects patterns in historical data and extrapolates them forward in time.

5
New cards

Which question will prescriptive analytics help a company address?

"What is the best way of shipping goods to minimize costs?"

6
New cards

What form of model represents the demand for coffee beans over three months?

Visual model

7
New cards

What are decision options?

Quantities that are controllable and can be selected at the discretion of the decision maker.

8
New cards

What do prescriptive decision models help decision makers do?

Identify the best solution to decision problems.

9
New cards

What type of analytics does OESC project to optimize resource allocation and maximize outcomes?

Prescriptive analytics

10
New cards

During which phase in problem-solving is a formal model often developed?

Analyzing the problem

11
New cards

What is the logical function that returns one value if true and another if false in Excel?

IF(condition, value if true, value if false)

12
New cards

What happens when you drag a field into the Filter area in PivotTables?

It allows addition of a third dimension to the analysis.

13
New cards

Which tab must be accessed to select a chart type in Excel from the Charts group?

Insert tab

14
New cards

Which chart does Roger want to use to compare values across categories using vertical rectangles?

Clustered column chart

15
New cards

Which data type is continuous and has a natural zero point?

Ratio data

16
New cards

Identify ratio data from a shoe manufacturing database.

Item cost — it is continuous with a true zero point.

17
New cards

How is a relative frequency distribution for categorical data constructed?

Divide the number of observations in each category by the total number of observations.

18
New cards

Which statement is NOT true about cross-tabulation?

"Each observation can be classified into multiple subcategories" — FALSE.

19
New cards

What is the purpose of sampling?

Obtain sufficient information to draw a valid inference about a population.

20
New cards

Which is NOT a measure of location?

Variance — it is a measure of dispersion, not location.

21
New cards

What is the median of the data set {2,3,3,5,6,6,6,7,10,10,10,10,12,15,15}?

7 — the 8th value in 15 sorted observations.

22
New cards

What is the mode of the data set {2,3,3,5,6,6,6,7,10,10,10,10,12,15,15}?

10 — it appears 4 times, more than any other value.

23
New cards

What is a key difference between a mean and a median?

A median is not affected by outliers; a mean is affected by outliers.

24
New cards

What is the formula for midrange?

Midrange = (Max + Min) / 2

25
New cards

What describes dispersion in statistics?

The degree of variation in the data.

26
New cards

What describes variance?

The average of the squared deviations of the observations from the mean.

27
New cards

What describes standard deviation?

It is the square root of the variance.

28
New cards

Which is NOT a measure of dispersion?

Midrange — it is a measure of location, not dispersion.

29
New cards

What describes a positively skewed histogram?

More mass of data on the LEFT, with the tail extending toward the RIGHT.

30
New cards

What measures the degree of asymmetry of observations around the mean?

Coefficient of skewness.

31
New cards

What does kurtosis refer to in statistics?

The peakedness or flatness of a histogram.

32
New cards

What is a measure of the linear relationship between two variables?

Correlation.

33
New cards

What value can the Correlation Coefficient NOT take?

1.5 — correlation ranges only from -1 to +1.

34
New cards

What does a correlation coefficient of 0.8 indicate?

A positive linear relationship exists between the two variables.

35
New cards

What is the probability that a respondent is female and prefers Brand 3?

0.2 — read directly from the joint probability table.

36
New cards

What is the probability that a respondent prefers Brand 3?

0.45 — the column total for Brand 3.

37
New cards

What is the formula for conditional probability P(Female | Brand 3)?

P(Female | Brand 3) = P(Female ∩ Brand3) / P(Brand3) = 0.2 / 0.45.

38
New cards

What is true of normal distributions?

The mean, median, and mode are all equal.

39
New cards

True or False: Probabilities can be defined from only one perspective.

False — probabilities can be classical, empirical, or subjective.

40
New cards

True or False: Two events are mutually exclusive if they have at least one outcome in common.

False — mutually exclusive means they have NO outcomes in common.

41
New cards

True or False: In a normal distribution, half the area lies above the mean and half below.

True.

42
New cards

Which probability distribution assumes all values within a specified range are equally likely?

Uniform distribution.

43
New cards

How can you differentiate between descriptive, predictive, and prescriptive analytics?

Descriptive = "What happened?" | Predictive = "What will happen?" | Prescriptive = "What should we do?"

44
New cards

What are the four data measurement scales in order?

Categorical (Nominal) → Ordinal → Interval → Ratio.

45
New cards

What is the difference between continuous and discrete random variables?

Continuous = any value; Discrete = countable whole numbers.

46
New cards

Which is a continuous random variable: hits on a website, patients per day, new hires per year, weight of patients?

Weight of patients — it can take any value.

47
New cards

What is the range formula?

Range = Maximum value − Minimum value.

48
New cards

What is the IQR (Interquartile Range)?

IQR = Q3 − Q1.

49
New cards

What is the conditional probability formula?

P(A|B) = P(A ∩ B) / P(B).

50
New cards

What is the difference between AND and OR functions in Excel?

AND returns TRUE only if ALL conditions are true; OR returns TRUE if ANY condition is true.

51
New cards

What is the shortcut to toggle between relative and absolute cell references in Excel?

Press F4.