wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Spreadsheets

Total questions: 68

Worksheet time: 34mins

Name
Class
Date
1.

Horizontal and vertical lines in a spreadsheet are called _____.

a)

Rows

b)

Labels

c)

Graphs

d)

Gridlines

2.

The cell that is currently selected is called _______

a)

Cell reference

b)

Label

c)

Cell range

d)

Active Cell

3.

A group of cells in a spreadsheet are called ______

a)

Cell Reference

b)

Cell Range

c)

Active Cells

d)

Formulas

4.

A single page in Excel is called a ______

a)

Worksheet

b)

Workbook

c)

Spreadsheet

5.

Multiple pages in Excel are called ______

a)

Worksheet

b)

Workbook

c)

Spreadsheet

6.

Which of the following is a FORMULA that will add cells C9 and C10?

a)

=C9+C10

b)

C9+C10

c)

sum(C9:C10)

d)

=sum(C9:C10)

7.

Which is an example of a cell reference in a spreadsheet?

a)

6C

b)

B9

c)

45

d)

fall

8.

Format cell as _________ when working with amounts of money

a)

Currency

b)

Number

c)

Percent

d)

Scientific

9.

Double-clicking between two columns will _______ the column

a)

delete

b)

resize

c)

copy

d)

fill

10.

A file which contains one or more spreadsheets is called a ______

a)

Workbook

b)

Cells

c)

Spreadsheet

d)

Entry

11.

_________ is an arrangement of cells in columns and rows used to organize, analyze, calculate and report information

a)

Workbook

b)

Cell

c)

Spreadsheet

d)

Entry

12.

______ are individual locations on a spreadsheet

a)

Workbook

b)

Spreadsheet

c)

Cell

d)

Entry

13.

______ are individual pieces of information typed into the spreadsheet.

a)

Workbook

b)

Cell

c)

Spreadsheet

d)

Entry

14.

A4 in an example of ______

a)

Cell reference

b)

Formula

c)

Cell Range

d)

Function

15.

A1:A10 is an example of ________

a)

Cell Reference

b)

Cell Range

c)

Formula

d)

Function

16.

Cells that contain text are a called ______

a)

Label

b)

Formula

c)

Value

d)

Function

17.

Cells that contains data to be used in calculations are called _______

a)

Label

b)

Value

c)

Formula

d)

Function

18.

A _______ instructs the software to perform a calculation

a)

Label

b)

Formula

c)

Value

d)

Function

19.

All formula and functions start with a ________

a)

=

b)

SUM

c)

Labels

d)

Text

20.

The function that adds the range of cells is called a _________

a)

=sum()

b)

=max()

c)

=average()

d)

=min()

21.

The function that determines the average of the range of cells is called _______

a)

=sum()

b)

=average()

c)

=min()

d)

=max()

22.

The functions that finds the highest number in the range of cells is called a __________

a)

=sum()

b)

=average()

c)

=max()

d)

=min()

23.

The functions that finds the lowest number in a range of cells is called a _________

a)

=sum()

b)

=average()

c)

=min()

d)

=max()

24.

What are the individual rectangles on a worksheet called?

a)

Rows

b)

Cells

c)

Columns

d)

Formulae

25.

A vertical line of cells in a spreadsheet is a ________

a)

Row

b)

Column

26.

A horizontal line of cells in a spreadsheet is called a ________

a)

Row

b)

Column

27.

How are columns labelled on a worksheet?

a)

Letters

b)

Numbers

28.

How are rows labelled on a worksheet?

a)

Letters

b)

Numbers

29.

If you wanted to change the colour of the text inside a cell, which tool would you use?

a)

Text Colour

b)

Fill Colour

c)

Borders

d)

Bold

30.

If you wanted one cell or a number of cells to stand out from the rest, which tool would you use?

a)

Bold

b)

Fill Colour

c)

Currency

d)

Borders

31.

If you wanted to change the size of the text inside a cell, which tool would you use?

a)

Cell Width

b)

Text Colour

c)

Cell Height

d)

Font Size

32.

Something that automatically calculates something for you using the data in cells is a _______

a)

Formula

b)

Formatting

33.

Which mathematical operator (symbol) would you use if you are adding the values in cells together?

a)

/

b)

-

c)

+

d)

=

34.

Which mathematical operator (symbol) would you use to divide the value of two cells?

a)

/

b)

-

c)

*

d)

=

35.

Which mathematical operator (Symbol) would you use to subtract a value in a cell from a value in another cell?

a)

/

b)

*

c)

-

d)

=

36.

Which mathematical operator (symbol) would you use to multiply the values in two cells together?

a)

/

b)

-

c)

*

d)

=

37.

Which of the following tells a spreadsheet to subtract the value in cell A4 from the value in cell A3?

a)

A4-A3=

b)

=A4-A3

c)

A3-A4=

d)

=A3-A4

38.

Which of the following tells a spreadsheet to divide the value in cell A3 by 27?

a)

=27/A3

b)

=27^A3

c)

=A3/27

d)

=A3*27

39.

Which of the following formulas will add cells A1 thru A5?

a)

=sum(A2+A5)

b)

=A1:A5

c)

=A1+A2+A3+A4+A5

d)

=A1-A2-A3-A4-A5

40.

Which of the following is a formula that will add cells C9 and C10?

a)

=C9+C10

b)

=C9:C10

c)

C9+C10

d)

=C9*C10

41.

Which of the following is a formula that will multiply cells A1 and A2?

a)

A1*A2

b)

=A1*A2

c)

=A1:A2

d)

=Multiply(A1:A2)

42.

Which of the following is a formula that will divide cell D10 by 2?

a)

=D10/A2

b)

=D10*2

c)

10/2

d)

=D10/2

43.

Which of the following is a formula that will subtract cell B4 from cell B3?

a)

=3-4

b)

=B3*B4

c)

=B3-B4

d)

B3-B4

44.

Which of the following is a formula that will divide cell A10 by cell A1?

a)

=A10/A1

b)

=A10*A1

c)

=A1/A10

d)

=Divide(A10:A1)

45.

Which of the following is a correct example using the AUTOSUM function?

a)

sum(D14:D19)

b)

=sum(D14:D19)

c)

=D14:D19

d)

=D14+D15+D16+D17+D18+D19

46.

Which of the following is a correct example of the AUTOSUM function?

a)

=sum(A1-A10)

b)

=A1+A2+A3+...+A10

c)

=sum(A1:A10)

d)

=sum(A1+A2+A3+...+A10)

47.

Click and drag the _______ tool to apply the same formula to neighbouring cells.

a)

auto-fill

b)

alignment

c)

fill

d)

functions

48.

SUM, AVERAGE, MAX and MIN are preset formulas on the _____ menu.

a)

Filter

b)

Functions

c)

Border

d)

Fill Colour

49.

Your best friend on the computer when you make a mistake is.....

a)

Mr Baines

b)

redo

c)

delete

d)

undo

50.

Which type of chart is best used to represent trend over time?

a)

bar

b)

line

c)

combination

d)

pie

51.

A user wants to show the relationship between the mode of transportation and the percentage of user. Which type of chart will best represent the data?

a)

bar

b)

line

c)

combination

d)

pie

52.

A combination chart is made up of what types of charts?

a)

Line Chart

b)

Bar Chart

c)

Both line and bar chart

d)

Both line and pie chart

53.

Which function will result in the total number of entries in the cell range B5 to B14?

a)

count

b)

max

c)

min

d)

sum

54.

Which chart type will best represent the percentage of examples for office supplies, salaries, and travel for a company's budget?

a)

column

b)

line

c)

pie

d)

scatter

55.

Amanda has created multiple charts for each product sold. How will her manager know the name of each chart?

a)

X-Axis

b)

Y-Axis

c)

Legend

d)

Chart Title

56.

Hal has used four different colours to show the different products that his company sells. What will Hal use to explain the different product colours?

a)

X-Axis

b)

Y-Axis

c)

Legend

d)

Chart Title

57.

Cells that run horizontally on a spreadsheet are called a _____

a)

row

b)

column

c)

range

d)

workbook

58.

Cells that run vertically on a spreadsheet are called a ______

a)

row

b)

workbook

c)

worksheet

d)

column

59.

The location of a cell on a spreadsheet, which is clicked in is called a _____

a)

cell range

b)

cell reference

c)

active cell

d)

row

60.

The letter at the top of the column is called a ______

a)

cell reference

b)

column header

c)

row header

d)

range

61.

The number to the left of the row is called a _______

a)

cell reference

b)

column header

c)

row header

d)

range

62.

All functions and formulas begin with a ________

a)

#

b)

:

c)

/

d)

=

63.

Which one is the title of the chart?

a)

A

b)

B

c)

C

64.

Which one is the axis of the chart

a)

A

b)

B

c)

C

65.

Using the correct symbols and cell references, write out the formula to calculate Costs sales for the Bananas

a)

£0.50 times 4

b)

C5*D5

c)

=C5*D5

d)

=C5*4

66.

Using the correct symbols and cell references write out the formula to calculate the Total

a)

=sum(E3:E8)

b)

=E3+E4+E5+E6+E7+E8

c)

=£0.90+£0.50+£2.00+£0.36+£0.30+£1.50

67.

What is the cell reference of the cell with value WAND inside?

a)

B5

b)

C6

c)

D9

d)

A8

68.

To calculate costs, what would you need to multiple the price by?

a)

Item

b)

Number Sold

c)

Price

d)

Total