wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Google Sheets Quiz - 17/09/2024

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

Which command lets you undo your last action in GS?

a)

CTRL + S

b)

CTRL + Z

c)

CTRL + C

d)

CTRL + V

2.

What is the purpose of using parentheses in GS formulas?

a)

To multiply values

b)

To organize the order of operations

c)

To divide values

d)

To add two numbers

3.

Which operator is used for addition in Google Sheets?

a)

*

b)

/

c)

+

d)

%

4.

Which key combination can you use to redo an action in GS?

a)

CTRL + Y

b)

CTRL + X

c)

CTRL + R

d)

CTRL + P

5.

What does a relative reference in a Google Sheet refer to?

a)

A fixed position

b)

A reference that changes when copied

c)

A text-based reference

d)

A hidden reference

6.

Where would you change the default location settings in Google Sheets?

a)

File > Export

b)

Data > Location

c)

File > Settings > General > Locale

d)

Edit > Preferences

7.

How do you create an absolute reference in Google Sheets?

a)

Use dollar signs, e.g., $A$1

b)

Use parentheses, e.g., (A1)

c)

Use the & symbol

d)

Double click the cell

8.

Which of these is a valid arithmetic operator in Google Sheets?

a)

#

b)

%

c)

&

d)

$

9.

How can you apply a formula to an entire column in GS?

a)

Double-click the fill handle

b)

Drag the fill handle manually

c)

Copy and paste the formula in every cell

d)

Use the 'Move Cells' option

10.

What is the main difference between relative and absolute references?

a)

Relative references change when copied; absolute references stay the same

b)

Absolute references are hidden

c)

Relative references can’t contain formulas

d)

There’s no difference between the two

11.

What does the following formula do in GS: =SUM(A1:A10)?

a)

It adds the values from cells A1 to A10

b)

It subtracts the values from cells A1 to A10

c)

It multiplies the values

d)

It copies the values to a new sheet

12.

In Google Sheets, what is the purpose of the function =AVERAGE(B1:B5)?

a)

It calculates the sum of values

b)

It finds the middle value of the range

c)

It calculates the average of the values in B1 to B5

d)

It multiplies all values

13.

Which of the following would result in a 'circular dependency error' in GS?

a)

A formula that refers to its own cell

b)

A formula that uses two different sheets

c)

A formula that contains a function like SUM

d)

A formula with multiple operators

14.

What is the role of parentheses in the formula =SUM((A1:A5), B1)?

a)

To multiply the values

b)

To determine which ranges or cells to sum first

c)

To reference an external sheet

d)

To subtract the values in A1 to A5 from B1

15.

What happens when you change the locale in the location settings?

a)

It changes the language of the sheet

b)

It changes the currency and date formats

c)

It adds more columns

d)

It deletes your data

16.

How do you combine multiple ranges for a sum in Google Sheets?

a)

Use the SUMIF function

b)

Use a comma between the ranges, e.g., =SUM(A1:A5, B1:B5)

c)

Use a plus sign, e.g., =SUM(A1:A5 + B1:B5)

d)

Use parentheses around the ranges

17.

How do you lock a formula cell reference to make it absolute?

a)

Use the F1 key

b)

Add a dollar sign before the column and row reference, e.g., $B$2

c)

Type the cell reference in capital letters

d)

Press ALT + L

18.

What is the effect of using parentheses in formulas involving multiple operators, such as =5 + (3 * 2)?

a)

The formula will calculate from left to right

b)

The parentheses force multiplication to be calculated first

c)

The formula will give an error

d)

The addition happens first

19.

Which of these is something you cannot do with Google Sheets formulas?

a)

Create a relative reference

b)

Combine absolute and relative references in a single formula

c)

Use the SUM function inside an IF statement

d)

Use a formula to format cells automatically

20.

How can you create a function that works both as an absolute and a relative reference in a single Google Sheets formula?

a)

By mixing references, like $A1 or A$1

b)

By using only absolute references

c)

By using only relative references

d)

This is impossible, you can't mix reference types