wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Microsoft Excel 2016 Final Exam Review

Total questions: 134

Worksheet time: 2hrs 17mins

Name
Class
Date
1.

To select cells that are not adjacent (next to) each other, use which of the following keys while clicking on each cell?

a)

Ctrl

b)

Alt

c)

Shift

d)

Fn

2.

Which feature enables you to preview headers and footers, page breaks, and other features that will print?

a)

Print Layout

b)

Page Layout

c)

ScreenTips

d)

Split Windows

3.

Which of the following indicates a proper cell address?

a)

3A

b)

:A3

c)

A3

d)

@A3

4.

Which of the following is the intersection of a row and column?

a)

range

b)

tab

c)

bar chart

d)

cell

5.

Which of the following is the proper format for a range?

a)

A1-D10

b)

A1:D10

c)

A1thruD10

d)

A1&D10

6.

Which of the following is the selection pointer?

a)
b)
c)
7.

Which of the following is the fill handle?

a)
b)
c)
8.

Which of the following is the move handle?

a)
b)
c)
9.

Which of the following describes a row?

a)

Identified by letters; runs vertically

b)

Identified by letters; runs horizontally

c)

Identified by numbers; runs vertically

d)

Identified by numbers; runs horizontally

10.

Which of the following consists of details that describe or identify a file, including the author?

a)

Paste

b)

Document properties

c)

Copy

d)

Range

11.

Which command is used to insert a cut or copied selection to a cell or range of cells?

a)

Paste

b)

Document Properties

c)

Copy

d)

Range

12.

If you want to only fill the formatting of a selected cell and not the contents which fill option do you choose?

a)

Copy Cells

b)

Fill Formatting Only

c)

Fill Without Formatting

d)

Flash Fill

13.

Which is a small green square in the lower-right corner of a selected cell or range that you can use to copy one cell to adjacent cells or to create a series?

a)

Cell pointer

b)

Column marker

c)

Fill handle

d)

Formula bar

14.

Which of the following can you drag or double-click to change the width of a column?

a)

Cell pointer

b)

Column marker

c)

Fill handle

d)

Formula bar

15.

You can quickly fill a column of data using an example that is based on existing data in adjacent columns using the Fill Series command.

a)

TRUE

b)

FALSE

16.

You manually move the column marker to autofit a column.

a)

TRUE

b)

FALSE

17.

The formula bar is found at the bottom of the Excel window.

a)

TRUE

b)

FALSE

18.

Use the fill handle to create a natural series, such as the months of the year.

a)

TRUE

b)

FALSE

19.

Content that has been cut or copied to the clipboard will have a solid green border around it.

a)

TRUE

b)

FALSE

20.

Which of the following describes a column?

a)

Identified by letters; runs vertically

b)

Identified by letters; runs horizontally

c)

Identified by numbers; runs vertically

d)

Identified by numbers; runs horizontally

21.

Which of the following is where you can save, select a template, change document properties, and close or exit Excel?

a)

Backstage

b)

Print

c)

Edit

d)

Windows

22.

Which of the following is where you can save, select a template, change document properties, and close or exit Excel?

a)

Backstage

b)

Print

c)

Edit

d)

Windows

23.

To change printer, layout, or margin settings, you click the File tab and use which of the following options?

a)

Info

b)

Options

c)

Print

d)

Open

24.

Which of the following options can be used to fit the worksheet to one page?

a)

Collated

b)

Orientation

c)

Margins

d)

Scaling

25.

Which of the following options will print borders around each cell in your printed worksheet?

a)

Gridlines

b)

Draft Quality

c)

Print Titles

d)

Print Area

26.

Which predesigned file already has a significant amount of formatting, text, and other features?

a)

Blank workbook

b)

Preset file

c)

Text file

d)

Template

27.

To access an Excel template, you can click the File tab and then click New.

a)

TRUE

b)

FALSE

28.

If you have too many columns on a page, the only option to see them all on a printed page is to decrease the column width.

a)

TRUE

b)

FALSE

29.

You can access the Print command by pressing Ctrl+B.

a)

TRUE

b)

FALSE

30.

Portrait orientation is the default orientation and it prints the page taller than it is wide.

a)

TRUE

b)

FALSE

31.

The Print Active Sheets command will print every sheet in the workbook.

a)

TRUE

b)

FALSE

32.

Which of the following is not an arithmetic operator?

a)

+

b)

-

c)

*

d)

]

33.

Per the order of operations, what is the answer to this formula: =2*(2+2)?

a)

6

b)

8

c)

4

d)

2

34.

Which of the following is an acceptable name for a named range?

a)

C7

b)

subtotal_west

c)

subtotal west

d)

subtotal/west

35.

Which of the following is an example of an absolute cell reference?

a)

A9

b)

A$9

c)

$A$9

d)

A9:E9

36.

Which of the following is an example of a relative cell reference?

a)

A9

b)

A$9

c)

$A$9

d)

A9:E9

37.

To allow Excel to distinguish formulas from data, all formulas begin with an equal sign (=).

a)

TRUE

b)

FALSE

38.

It is always best to use the exact value instead of the cell reference when using formulas.

a)

TRUE

b)

FALSE

39.

You can create a new range by selecting the cells and typing a name in the Name Box next to the formula bar.

a)

TRUE

b)

FALSE

40.

The order of operations determines which parts of a formula are calculated before other parts of the formula.

a)

TRUE

b)

FALSE

41.

The formula = 6 * 2 + 3 produces the same result as = 6 * (2 + 3).

a)

TRUE

b)

FALSE

42.

Which function calculates the TOTAL (adds all the cells in the range together)?

a)

SUM

b)

AVERAGE

c)

MAX

d)

MIN

43.

Which function calculates the MEAN of a range of cells (adds all the cells together and then divides by the number of cells)?

a)

MIN

b)

AVERAGE

c)

COUNT

d)

MAX

44.

You want to calculate the number of nonblank cells in your worksheet. Which function should be used?

a)

SUM

b)

COUNTA

c)

MIN

d)

MAX

45.

Which function returns the highest value in a range?

a)

SUM

b)

AVERAGE

c)

MAX

d)

MIN

46.

Which function returns the lowest value in a range?

a)

SUM

b)

AVERAGE

c)

MAX

d)

MIN

47.

Which function would you use instead of this formula: =B1+B2+B3+B4+B5+B6+B7?

a)

=SUM(B1:B7)

b)

=COUNT(B1:B7)

c)

=AVERAGE(B1:B7)

d)

=MAX(B1:B7)

48.

Which function would you use instead of this formula: =(B1+B2+B3+B4)/4?

a)

=SUM(B1:B4)/4

b)

=COUNT(B1:B4)/4

c)

=AVERAGE(B1:B4)/4

d)

=MAX(B1:B4)/4

49.

Which function was used in E1?

a)

=COUNT(A1:A9)

b)

=COUNTA(A1:A9)

c)

=COUNTBLANK(A1:A9)

50.

Which function was used in E3?

a)

=COUNT(B1:B9)

b)

=COUNTA(B1:B9)

c)

=COUNTBLANK(B1:B9)

51.

Which function was used in E4?

a)

=SUM(B1:B9)

b)

=COUNT(B1:B9)

c)

=AVERAGE(B1:B9)

52.

Which function was used in E5?

a)

=SUM(B1:B9)

b)

=COUNT(B1:B9)

c)

=AVERAGE(B1:B9)

53.

Which function was used in E6?

a)

=SUM(B1:B9)

b)

=MIN(B1:B9)

c)

=MAX(B1:B9)

54.

Which function was used in E7?

a)

=SUM(B1:B9)

b)

=MIN(B1:B9)

c)

=MAX(B1:B9)

55.

Comma format

a)

A

b)

B

c)

C

d)

D

e)

E

56.

Accounting format

a)

A

b)

B

c)

C

d)

D

e)

E

57.

Increase decimals

a)

A

b)

B

c)

C

d)

D

e)

E

58.

Decrease decimals

a)

A

b)

B

c)

C

d)

D

e)

E

59.

Percentage format

a)

A

b)

B

c)

C

d)

D

e)

E

60.

Allows you to rotate text within a cell

a)

A

b)

B

c)

C

d)

D

e)

E

61.

Text that is too wide for the column will be put on two lines within the same cell.

a)

A

b)

B

c)

C

d)

D

e)

E

62.

Decrease indent

a)

A

b)

B

c)

C

d)

D

e)

E

63.

Increase indent

a)

A

b)

B

c)

C

d)

D

e)

E

64.

Combines selected cells and applies center alignment

a)

A

b)

B

c)

C

d)

D

e)

E

65.

Middle Align

a)

A

b)

B

c)

C

66.

Top Align

a)

A

b)

B

c)

C

67.

Bottom Align

a)

A

b)

B

c)

C

68.

Which of the following is the fill color command?

a)
b)
c)
69.

Which of the following is the font color command?

a)
b)
c)
70.

Which of the following is the borders command?

a)
b)
c)
71.

When you delete cells in a worksheet, you remove one or more cells, forcing other cells to move down or to the right.

a)

TRUE

b)

FALSE

72.

To apply a preformatted attributes such as fill color, font size, borders, etc. which are labeled Heading 1, Title, etc., choose the Format Painter command.

a)

TRUE

b)

FALSE

73.

To just clear the contents of a cell without removing the actual cell, use the Delete Cells command.

a)

TRUE

b)

FALSE

74.

After you select a color and apply it to a cell's background, the Fill Color button takes on that color.

a)

TRUE

b)

FALSE

75.

Which of the following statements describes how to increase or decrease a column's width?

a)

Right-click anywhere in the column and select Format Cells

b)

Use the Page Setup dialog box

c)

Drag the boundary next to the column heading

d)

Select a Width setting in the Scale to Fit group on the Page Layout tab

76.

Which of the following dialog boxes is used to transpose rows and columns?

a)

Page Setup

b)

Paste Special

c)

Column Width

d)

Row Height

77.

In which of the following locations are check boxes that you can select to view or print gridlines?

a)

In Print Preview

b)

On the Home tab, in the Cells group

c)

On the Page Layout tab, in the Sheet Options group

d)

On the Page Layout tab, in the Page Setup group

78.

The __________ is the line between rows or columns.

a)

Border line

b)

Boundary

c)

Header

d)

Move line

79.

A(n) __________ is a line of text that appears at the top of each page of a printed worksheet.

a)

Header

b)

Footer

c)

Headnote

d)

Footnote

80.

__________ is the top-to-bottom measurement of a row, measured in points.

a)

Row height

b)

Row size

c)

Row dimension

d)

Row margin

81.

__________ refers to shrinking or stretching printed output to a percentage of its actual size.

a)

Zoom out

b)

Shrink page

c)

Make fit

d)

Scaling

82.

A(n) __________ is a predefined set of colors, fonts, and effects that can be applied to an entire workbook

a)

theme

b)

styles

c)

template

d)

design

83.

Which of the following statements describes how to unhide a hidden row or column?

a)

Select a range of cells in the row or column, right-click, and select Unhide.

b)

Use the Page Setup dialog box.

c)

Remove all page breaks.

d)

Select the rows/columns before and after the hidden rows/columns and then right-click and select Unhide.

84.

How many worksheets does Excel create by default in a new workbook?

a)

1

b)

2

c)

3

d)

5

85.

Which of the following statements describes a reason as to why you would need to copy a worksheet within a workbook?

a)

It's the easiest way to make a backup before making changes.

b)

It lets you reuse formats and formulas in a new sheet.

c)

It helps Excel learn where your data ranges are located.

d)

You should keep one worksheet hidden in case of an error.

86.

What should you do if there is a worksheet that needs to remain in the workbook but does not need to be viewed by everyone who has access to the workbook.

a)

Delete the worksheet

b)

Move the worksheet to the end of the workbook

c)

Hide the worksheet

d)

Click the undisplay command

87.

Which of the following will return your worksheet to 100% with one click?

a)

A

b)

B

c)

C

d)

D

88.

Which of the following statements describes how to change the color of a worksheet tab?

a)

On the Page Layout tab, in the Themes group, select Colors.

b)

Right-click the tab and select Tab Color.

c)

Use the Fill Color tool on the Home tab.

d)

You cannot change the color of a worksheet tab.

89.

Which of the following steps is a method for hiding a single worksheet in a multi-sheet workbook?

a)

On the View tab, in the Window group, click Hide.

b)

Select the visible area of the worksheet.

c)

Right-click the worksheet's tab and click Hide.

d)

Enter the name of the worksheet in the Hide dialog box.

90.

Which cell would you click to freeze Rows 1-5 and Column A?

a)

A5

b)

B5

c)

A6

d)

B6

91.

When you create a copy of a worksheet named August, Excel gives that worksheet which of the following names?

a)

September

b)

August (2)

c)

Sheet2

d)

July

92.

In order for you to freeze the first column of a worksheet into a frozen pane:

a)

The entire contents of the column must be visible.

b)

The first row of the column must be non-blank.

c)

Duplicate worksheets must also be able to have their first columns frozen.

d)

You can click Freeze First Column in the Freeze Panes menu.

93.

When you click the New sheet (+) button on the tabs bar, where is a worksheet always inserted?

a)

At the beginning of the tabs sequence

b)

Before the active worksheet

c)

After the active worksheet

d)

At the end of the tabs sequence

94.

Which Excel ribbon contains the command to Insert Data from Text?

a)

Insert

b)

Data

c)

Home

d)

Page Layout

95.

To have Excel remove any duplicate records that have the same ID#, which value(s) should be checked?

a)

ID# only

b)

ID# and Last Name

c)

ID # and Last Name and First Name

d)

No values should contain a check mark

96.

Which sort option would showing increasing values or alphabetical order?

a)

Ascending

b)

Descending

97.

What is the name of the table used in this function =COUNT(Fbla[Schools])?

a)

COUNT

b)

Fbla

c)

Schools

d)

The table name is not shown

98.

Referring to the table above, which sort order would be the FASTEST way to sort by Country in this order: United States, Canada

a)

Ascending

b)

Descending

c)

Create a Custom Sort List

99.

Referring to the table above, which sort box will sort by Country (with United States listed first), then by State in ascending order, then by Postal Code in ascending order?

a)
b)
c)
d)
100.

Referring to the table above, what is the quickest method of filtering so that only Oklahoma (OK) is shown?

a)

Uncheck every state or province except OK

b)

Uncheck Select All and then check OK

c)

Sort A to Z and then check OK

d)

Sort Z to A and then check OK.

101.

Referring to the table above, which Table Style Option should be enabled so that every other row is filled with a shading color as shown in the 2nd picture?

a)

First Column

b)

Last Column

c)

Banded Columns

d)

Banded Rows

102.

How do you add a Total Row to a table?

a)

Enable the Total Row table style option

b)

Insert a blank row at the bottom of the table and then type "Total Row" as its heading

c)

Enable the Total Row conditional formatting option

d)

Use the Insert ribbon, then check Total Row

103.
Which ribbon includes the commands to apply a quick table style to a range of cells?
a)
Insert
b)
Data
c)
Home
d)
Page Layout
104.
Dan only wants to view the employees in the Marketing department who earn a salary of more than $30,000. What command should he use to complete this task?
a)
Sort
b)
Filter
c)
Find & Replace
d)
AutoFill
105.
Joan wants to see her sales representatives in numerical order with the sales person who sold the least at the top. Which sorting option should she choose?
a)
Customer Filter
b)
Ascending
c)
Descending
d)
Primary Sort
106.
Dan only wants to view the employees in the Marketing department who earn a salary of more than $30,000. What command should he use to complete this task?
a)
Sort
b)
Filter
c)
Find & Replace
d)
AutoFill
107.
William wants to arrange the employee salaries in Column A of his spreadsheet from lowest to highest. What command should he use to complete this task?
a)
Sort
b)
Filter
c)
AutoFill
d)
Find & Replace
108.
Thomas wants to convert all text to lowercase. Which function should he use?
a)
TRIM
b)
LOWER
c)
PROPER
d)
UPPER
109.
Which is a way to qualify data by specifying a matching condition or asking a question of the data?
a)
Sort
b)
Probe
c)
Query
d)
Insert
110.
Liz needs to convert all text in Column A to uppercase. Which function should she use?
a)
UPPER
b)
LOWER
c)
TRIM
d)
PROPER
111.
James wants to use an advanced function to search his spreadsheet for a specific string in a text string?
a)
FIND
b)
REPLACE
c)
SUBSTITUTE
d)
VLOOKUP
112.
Margie wants to use a function that will return True when all its arguments are true, and False when one or more arguments are false. What function would she use?
a)
AND
b)
IF
c)
NOT
d)
OR
113.
Jenny wants to add a range of cells in her spreadsheet. She would like Excel to add only the cells in that range that are greater than 1,000. What function should she use?
a)
COUNTIF
b)
AVERAGEIF
c)
TOTALIF
d)
SUMIF
114.
Jesse needs to capitalize the first letter in each word. Which function would she use?
a)
Proper
b)
Trim
c)
Lower
d)
Upper
115.
Cooper is creating a spreadsheet for FBLA and wants to be able to put the spreadsheet in alphabetical order by last name. What should Cooper apply to the spreadsheet?
a)
Outline
b)
Collapse
c)
Sort
d)
Subtotal
116.
In a shared workbook, a feature that includes the name of the person who made each change, when the change was made, and what data was changed.
a)
history
b)
change history
c)
shared workbook
d)
Track Changes
117.
Text that must be entered before a user can access a secured workbook, worksheet, or worksheet elements.
a)
password
b)
strong password
c)
change history
d)
history
118.
A workbook set up to allow multiple networked users to view and make changes simultaneously.
a)
Track Changes
b)
change history
c)
workbook
d)
shared workbook
119.
A password that combines uppercase and lowercase letters, numbers, and symbols making the password difficult to guess.
a)
strong password
b)
password
c)
shared workbook
d)
change history
120.
A feature that marks and records changes made to a workbook.
a)
strong password
b)
Track Changes
c)
Track
d)
Track Records
121.
A line bordering the chart plot area used as a frame of reference for measurement.
a)
chart
b)
data marker
c)
axis
d)
data series
122.
A graphical representation of numeric data in a worksheet.
a)
chart
b)
plot area
c)
PivotChart
d)
legend
123.
The entire chart and all its elements.
a)
plot area
b)
embedded chart
c)
chart sheet
d)
chart area
124.
A sheet that contains only a chart.
a)
chart sheet
b)
embedded chart
c)
plot area
d)
PivotChart
125.
Text that provides additional information about a data marker, which represents a single data point or value that originates from a worksheet cell
a)
data series
b)
data marker
c)
data label
d)
legend
126.
A bar, area, dot, slice, or other symbol in a chart that represents a single data point or value that originates from a worksheet cell.
a)
data series
b)
data marker
c)
data label
d)
sparklines
127.
A row or column of data represented by a line, set of columns, bars, or other chart type.
a)
data marker
b)
data label
c)
PivotTable
d)
data series
128.
A chart placed on a worksheet rather than on a separate chart sheet.
a)
chart sheet
b)
embedded chart
c)
chart area
d)
PivotChart
129.
An explanatory list that identifies the patterns or colors assigned to the data series or categories in a chart.
a)
plot area
b)
title
c)
PivotChart
d)
legend
130.
A graphical representation of the data in a PivotTable.
a)
PivotTable
b)
PivotChart
c)
plot area
d)
sparklines
131.
A highly configurable table that condenses large amounts of data used to analyze and display numerical data in detail and to answer unforeseen questions about data. 
a)
PivotChart
b)
PivotTable
c)
plot area
d)
axis
132.
The area bounded by axes in a chart.
a)
plot area
b)
PivotTable
c)
data marker
d)
data label
133.
Miniature graphs that summarize data; typically used to graphically describe trends in data.
a)
chart sheet
b)
embedded chart
c)
chart
d)
sparklines
134.
Descriptive text that is aligned to an axis or at the top of a chart.
a)
title
b)
chart area
c)
legend
d)
axis