CGS 2518 Exam 1 FSU Armstrong

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

50 Terms

1
New cards

Which step is not part of planning a worksheet design?

Enter labels, values and formulas.

2
New cards

You just copied a range of data containing formulas, however you want to preserve the formula results and the original number and text formatting in the pasted range which paste option would you select?

Values and source formatting.

3
New cards

Given the formula =B1*B2+B3/B4^2, what operation is calculated first?

B4^2

4
New cards

How can you display formulas within the cells instead of the cell results?

Press Ctrl+'

5
New cards

What is the fast way to apply several formats at one time?

Apply a cell style.

6
New cards

Which of the following is not an alignment option?

Fill color.

7
New cards

Which of the following characteristics is not applicable to the accounting number format?

Dollar sign immediately on the left side of the value.

8
New cards

You selected and copied worksheet data containing formulas. however you want the pasted copy to contain the current formula results rather than formulas, what do you do?

Click The paste arrow in the clipboard group and select values and source formatting

9
New cards

Assume that the data on a worksheet consume a whole printed page and a couple of columns on a second page you can do all of the following except what to force the data to print all on one page?

Increase the left and right margins.

10
New cards

What should you do if you see pound signs (###) instead of values or results of formulas?

Increase the column width.

11
New cards

If Cell E15 contains the formula =$c$5*J$15, what type of reference is the J$15 in the formula?

Mixed Reference

12
New cards

What function would most efficiently accomplish the same thing as =(B5+C5+D5+E5+F5)/5?

=AVERAGE(B5:F5)

13
New cards

When you start to type =AV, what feature displays a list of functions and defined names?

Formula AutoComplete

14
New cards

A formula containing the entry =$B3 is copied to a cell one column to the right and two rows down. How will the entry appear in its new location?

=$B5

15
New cards

Which of the following functions should be used to insert the current date and time in a cell?

=NOW()

16
New cards

Which of the following is not an argument of the IF function?

lookup_value

17
New cards

Which of the following is not true about the VLOOKUP function?

The lookup table must be in descending order

18
New cards

The function =PMT(C5,C7,-C3) is stored in cell C15. What must be stored in cell C5?

Periodic Interest Rate

19
New cards

Which of the following is not an appropriate use of the SUM function?

=SUM(D15-C15)

20
New cards

What is the keyboard shortcut to create an absolute reference?

F4

21
New cards

What type of chart is the least appropriate for depicting yearly rainfall totals for five cities for four years?

Pie Chart

22
New cards

Look at the stacked bar chart in Figure.3.35. Which of the following is a category on the category axis?

CIS Managers

23
New cards

Which of the following is NOT a type of sparkline?

Bar

24
New cards

If you want to show exact values for a data series in a bar chart, which chart element should you display?

Data labels

25
New cards

The value axis currently shows increments such as 50,000 and 100,000. What option would you select to display the values in increments of 50 and 100?

Show axis in thousands

26
New cards

You want to create a single chart that shows the proportion of yearly sales for five divisions for each year for 5 years. Which type of chart can accommodate your needs?

100% stacked column chart

27
New cards

Currently, a column chart shows values on the values axis, years on the category axis, and state names in the legend. What should you do if you want to organize data with the states on the category axis and years shown on the legend?

Click switch row/column in the data group on the Design tab

28
New cards

What do you click to remove a data series from a chart so that you can focus on other data series?

Chart filters

29
New cards

Which of the following does not display automatically when you create a clustered column chart?

Data labels

30
New cards

After you create a line type sparkline, what option should you select to display dots for each data point?

Markers

31
New cards

Today's date (February 12, 2018) is stored in cell B1. The last day of the semester (May 4, 2018) is stored in cell B2. You want to know how many days until the end of the semester. Which function should you use?

=DAYS(B2, B1)

32
New cards

The date 5/12/2018 is stored (in format MONTH/DAY/YEAR) in cell C1. What function should you use to extract just 12?

=DAY(C1)

33
New cards

You workbook contains a list of artwork. Column B lists Sold Out if the piece is sold out, Available if it is still readily available, or Limited if only a few pieces are available. In the third column, you want to display TRUE if the art is not sold out. What function would produce the same results as =OR(B1="Available", B1="Limited")?

=NOT(B1="Sold Out")

34
New cards

A workbook contains a list of members in the Computer Club. You want to identify the number of students who are freshmen who are Information Systems majors. Without filtering the dataset, what function should you use?

DCOUNT

35
New cards

A worksheet contains the times in which runners completed a race, with the times organized from fastest to slowest. You will use the MATCH function to identify what place a runner came in given a time of 4:05 (four minutes and five seconds). Which argument should contain the specific runner's time?

Lookup_value

36
New cards

What function would you use to calculate the total (i.e., cumulative) interest paid for the first year of a mortgage?

CUMIPMT

37
New cards

When you are performing an advanced filter, where do you enter the rage for the dataset?

List range

38
New cards

The original mortgage loan was for $300,000 with a 5% APR for 30 years. You want to calculate the interest on the last monthly payment at the end of the 15th year. What value should be referenced for the per argument in the IPMT function? Hint: Number of payment periods in a year is 12.

180

39
New cards

A local police office wants to create a rule that if an officer pulls over a person for exceeding the speed limit by at least five miles per hour or if that person has two or more speeding violations on record, the officer will fine the speeder the higher of $200 or $50 for each mile over the speed limit. Otherwise, the fine is $45. The speed limit is entered in cell B5, the person's speed is entered in cell B10, and the person's number of previous tickets is entered in cell B11. What function derives the correct answer?

IF(OR(B10-B5>=5, B11>=2), MAX(200, (B10-B5)*50), 45)

40
New cards

What function would you use to calculate the total number of periods in a loan or investment?

NPER

41
New cards

A workbook contains sales information for the first quarter and you are interested in finding the totals sales generated in January by the sales rep Jim Anderson. What function is best suited to handle the task?

SUMIFS

42
New cards

What function would you use to identify a value's rank as a percent, excluding 0 and 1?

PERCENTRANK.EXC

43
New cards

What does a negative COVARIANCE indicate?

An inverse relationship between the datasets.

44
New cards

A worksheet contains sales dollars for agents with your company. The values are $1,250, $1,090, $985, $985, $880, $756, $675, $650, and $600. Using the RANK. AVG function that is considered a best practice, what is the rank of the third values which are both 985?

None of the above, supposed to be 3.5

45
New cards

What function would you use to calculate the strength of a relationship between two or more variables?

CORREL

46
New cards

You hypothesize that there is a relationship between lack of regular exercise and illness. To research this theory, you have compiled a sample set of data that contains numbers of days in which an hour or more of exercise is completed as well as numbers of days sick within a calendar year. What tools in Excel could you use to investigate the relationships between the data?

CORREL

47
New cards

Which of the following functions has the ability to calculate the μ (MU) of a dataset based on a user defined set of criteria?

AVERAGEIFS

48
New cards

What is the difference between STDEV.S and STDEV.P?

STDEV.S calculates standard deviation of a sample; STDEV.P calculates the standard deviation of a population.

49
New cards

What is the difference between a sample and a population?

A population contains all data you want to evaluate, while a sample contains a portion of the data.

50
New cards

What keystroke combination is required to calculate a Frequency data array?

Ctrl+Shift+Enter