Quiz 2 Flashcards

1
Q

The option of _____ displays a dialog box that provides all the different paste options.

A

Paste Special

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

A _____ exhibits an equal number of occurrences of data values both above and below the arithmetic mean.

A

normal distribution

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

The formula =ROUNDDOWN(9.99,1) results in the value_____.

A

9.9

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

The formula =ROUND(24.449,1) results in _____.

A

24.4

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

To count how many “A” grades there in the range C3:C100, use the formula

A

COUNTIF(C3:C100,”A”)

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

The correct formula for counting values in the range D5:D25 that are greater than 90 is _____.

A

=COUNTIF(D5:D25,”>90”)

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

In the set of numbers 2, 2, 4, 5, 9, the mode is _____

A

2

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

The formula _____ counts all product codes in the range H4:H25 with only a single character followed by 715.

A

=COUNTIF(H4:H25,”?715”)

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

To find the 10th largest value from a list of values in cells A1:A100, use _____.

A

=LARGE(A1:A100,10)

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

_____ is the average of a set of numbers.

A

Mean

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

_____ is the formula that returns the arithmetic mean for the range F4:F20.

A

=AVERAGE(F4:F20)

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

The formula =ODD(3.23) results in the value _____.

A

5

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

To change the rows of the original cell range to become the columns in the pasted cell range, use the Paste (or Paste Special) Option of _____.

A

Transpose

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

_____ is the arithmetic value that occurs in the middle of a data set when organized from lowest to highest.

A

Median

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

If you entered 5.09 into a cell with a custom number format of #.###, the number will be displayed in the cell as 5.090.

A

False

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

The formula =ROUND(2.49,0) results in _____.

A

2

17
Q

To round the number 4.43 to next highest even integer, use the formula =EVEN(4.43).

A

True

18
Q

To fix the rows so that a number of rows are displayed in the top pane (and cannot be scrolled) while the bottom pane can be scrolled, _____.

A

use freeze panes

19
Q

The equation (New_Value - Old_Value)/Old_Value can be used to calculate the percent difference.

A

True

20
Q

The arithmetic value that occurs most frequently in the set is the _____.

A

mode

21
Q

The formula =ROUND(SUM(9.33,9.55),0) results in

A

19

22
Q

A professor is interested in comparing the grades for several pairs of students, so he wants to view their grades side-by-side, to see if the grades are similar. What Excel feature is best to use? (You should be able to scroll in both the top window and the bottom window, in order to easily view different pairs of students.)

A

Split Window

23
Q

The quickest way to invoke the Paste Special dialog box is by pressing

A

Ctrl+Alt+v

24
Q

The formula =ROUND(10.59%,2) results in the value 0.11 (or 11%, if formatted as a %).

A

True

25
Q

The formula =ROUNDUP(2.003,2) results in _____

A

2.01

26
Q

The correct formula to count all items in the range E4:E20 that end with a “d” in the third to last position in the text value is _____.

A

=COUNTIF(E4:E20,”*d??”)

27
Q

To find the relative position of values within a data set, use the _____ function.

A

RANK

28
Q

When numbers containing zeros are entered in a cell, if 0 is used as one of the digits in the cell’s custom formatting code, that digit displays _____.

A

any digit, regardless of whether it affects the value of the number

29
Q

The formula =TRUNC(4.6) results in the integer value of _____

A

4

30
Q

_____ is a measure of how widely the data values are dispersed from the arithmetic mean.

A

Standard deviation