wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Spreadsheet Functions and Chart Types Quiz

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

Which formula correctly adds up the numbers in cells A1 to A5?

a)

=ADD(A1:A5)

b)

=SUM(A1:A5)

c)

=TOTAL(A1:A5)

d)

=A1+A2+A3+A4+A5

2.

What is the purpose of the AVERAGE function?

a)

To find the middle number in a list.

b)

To find the most common number.

c)

To calculate the sum of a range and divide by the count of numbers in that range.

d)

To count how many numbers are in a list.

3.

Which function would you use to find the highest value in a range of cells?

a)

MIN

b)

HIGH

c)

TOP

d)

MAX

4.

You have a list of students' test scores. Which function would you use to count how many students passed if the pass mark was 50?

a)

COUNT

b)

IF

c)

COUNTIF

d)

SUM

5.

What does the formula =IF(A1>10, "Yes", "No") do?

a)

It checks if A1 contains the word "Yes" or "No".

b)

It puts the word "Yes" in cell A1.

c)

It displays "Yes" if the value in A1 is greater than 10, otherwise it displays "No".

d)

It causes an error because text and numbers are mixed.

6.

Which function would you use to find the lowest value in a list of numbers?

a)

MIN

b)

MAX

c)

LOWEST

d)

BOTTOM

7.

What is the main purpose of the VLOOKUP function?

a)

To look up a value in the top row of a table.

b)

To find a value in the first column of a table and return a corresponding value from another column.

c)

To verify that a lookup table is correct.

d)

To create a vertical list of data.

8.

If you want to count the number of cells in a range that are not empty (including text), which function should you use?

a)

COUNT

b)

COUNTA

c)

COUNTALL

d)

IFEMPTY

9.

What result would the formula =MAX(A1:A4) give for the following data: A1=5, A2=15, A3=8, A4=12?

a)

5

b)

8

c)

15

d)

40

10.

A teacher wants to give students a "Pass" or "Fail" grade based on their score in B2. If a score of 50 or more is a pass, which formula is correct?

a)

=IF(B2>=50, "Fail", "Pass")

b)

=IF(B2<50, "Pass", "Fail")

c)

=IF(B2>=50, "Pass", "Fail")

d)

=IF(B2="Pass", 50, 0)

11.

Which type of chart is best for showing proportions or percentages of a whole?

a)

Bar Chart

b)

Pie Chart

c)

Line Chart

d)

Scatter Plot

12.

A scientist is tracking the temperature every day for a month. Which chart would be best to show this trend over time?

a)

Bar Chart

b)

Pie Chart

c)

Line Chart

d)

Area Chart

13.

What is the name for the horizontal line at the bottom of a bar chart that often shows categories?

a)

Y-axis

b)

X-axis

c)

Legend

d)

Chart Title

14.

You want to compare the final exam scores of 10 different students. Which chart type would be most effective for this comparison?

a)

Bar Chart

b)

Pie Chart

c)

Line Chart

d)

Doughnut Chart

15.

What is the purpose of a chart legend?

a)

To give the chart a main title.

b)

To label the numbers on the vertical axis.

c)

To explain what the different colors or patterns in the chart represent.

d)

To cite the source of the data.