Chapter 2 - Solving Problems with Statistical Analysis Tools Flashcards

1
Q

What is the arithmetic average of a set of numbers?

A

The mean

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

What is the value in the middle?

A

The median

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

Which statistics fundamental occurs most frequently?

A

Mode

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

What is an indicator of how close together the values of a distribution are?

A

Standard deviation

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

What indicates that the mean, median, and mode are the same value?

A

Normal distribution

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

What is a distribution skewed?

A

When the mean, median, and mode aren’t the same value

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

Which function changes the precision of data values stored?

A

The Round function

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

What is the format of the Round function?

A

=ROUND(number,num_digits)

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

Which function rounds a number down to the specific number of decimal places?

A

ROUNDDOWN(number,num_digits)

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

Which function rounds a number up to the next highest even integer?

A

EVEN(number)

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

Which function rounds a number up to the next highest odd integer?

A

ODD(number)

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

Which function rounds a number down to the nearest integer?

A

INT(number)

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

What is the format of the Mode function?

A

MODE.SNGL(range)

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

What is the format of the Standard deviation function?

A

STDEV.S(range)

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

List 2 ways that you can manage large worksheets

A
  1. Freezing panes

2. Splitting the window

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

Which feature keeps titles displayed in the top pane while we scroll down the worksheet?

A

Freezing panes

17
Q

Which feature allows you to scroll each portion individually, top/bottom and left/right, with separate scroll bars?

A

Splitting the window

18
Q

Which worksheet places current values and historical values on a separate worksheet, side by side?

A

The comparison worksheet

19
Q

What is a new contextual tool that enables easy access to data-analysis features?

A

Quick analysis

20
Q

Which function allows a list to be sorted, then counts the number of entries either above or below the value in question?

A

The RANK.EQ function

21
Q

What is the format of the RANK.EQ function?

A

=RANK.EQ(number,ref,[order])

22
Q

True or False:

If the RANK.EU’s order argument is 0 or left blank, the values are ranked in descending order

A

True

23
Q

True or False:

If the RANK.EU’s order argument is a positive number, the values are ranked in ascending order

A

True

24
Q

Which function determines the nth largest value in a range?

A

The Large function

LARGE(range,cell that holds rank)

25
Q

Which function determines the nth smallest value in a range?

A

The Small function

SMALL(range,cell that holds rank)

26
Q

Which function counts the number of items in a range that meet specified criteria?

A

The COUNTIF function

COUNTIF(range,criteria)

27
Q

Which function do you use to add all values in a range that meet the specified criteria?

A

The SUMIF function

SUMIF(range,criteria,sum_range)

28
Q

Which argument identifies the corresponding cell range to sum if specified criteria have been met in the range established by the range argument?

A

The sum_range argument

29
Q

What determines the outcome of changing one or more input values and evaluates the recalculated results?

A

What-if analysis

30
Q

Which tool specifies the outcome you want and which input value you want to vary?

A

The goal seek tool

31
Q

List 2 limitations of the goal seek tool

A
  1. It only allows you to vary a single output

2. The input must be a constant value

32
Q

What is an analytical method that creates artificially generated data to imitate real data?

A

A simulation

33
Q

Which function do you use to randomly assign a number between two values?

A

The RANDBETWEEN function

RANDBETWEEN(bottom,top)

34
Q

Which function do you use to calculate probable costs?

A

The ROUND function

35
Q

Which function do you use to assign a random value?

A

The RAND function