Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 12 Spreadsheets

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.

A (a)   is a single unit on a spreadsheet formed due to an intersection of a column and a row.

2.

=Sum(A1:A5) is a good example of a/an _________

a)

function

b)

formula

c)

operator

d)

expression

3.

The _______ function gives the current date and time.

a)

=TIME()

b)

=WEEKDAY()

c)

=NOW()

d)

=DATE()

4.

Left, Right, Mid & Concatenate are examples of (a)   functions.

5.

The following formula extracts the ___________ of an email address in A1.

=RIGHT(A1,LEN(A1)-FIND("@",A1))

a)

the @ symbol

b)

domain name

c)

username before the @ symbol

d)

None of the above

6.

Macros in Excel are created in the ______ menu.

a)

View

b)

Developer

c)

Formulas

d)

Review

7.

The ISTEXT function returns a (a)   if the value is a number.

8.

The ______ function finds a value based on its position within a table.

a)

=MATCH

b)

=VLOOKUP

c)

=INDEX

d)

=XLOOKUP

9.

An IF functions contains _________ elements.

a)

one

b)

two

c)

three

d)

not known

10.

Write a formula in B1 to retrieve data from A1 as shown.

(a)  

11.

Identify the following type of test data. Test data of 100% for testing a cell that contains student marks in percent.

a)

Normal

b)

Extreme

c)

Abnormal

d)

None of the above

12.

Identify the correct structure of the find formula looking for letter Z.

a)

=FIND("Z",A1)

b)

=FIND("",A1)

c)

=FIND(A1,"Z")

d)

=FIND(text,A1)

13.

Which formula will NOT work in B2 to show pass or fail if pass mark is 60.

a)

=IF(A2<=60,"Fail","Pass")

b)

=IF(A2>=60,"Pass","Fail")

c)

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

d)

=IF(A2>59,"Pass","Fail")

14.

The <> symbol in Ms. Excel mean:

a)

Equal to

b)

Not Equal to

c)

Both

d)

Neither

15.

What-if analysis is located on the _____ menu in Ms. Excel.

a)

Review

b)

Developer

c)

View

d)

Data

16.

To calculate the length of cell A1, I type (a)   in cell A2.

17.

Which of the following is NOT an advantage of a simulation.

a)

Changes to the model can be made very quickly and effectively

b)

Expensive prototypes do not need to be created in order to experiment with different variations

c)

The way a simulation reacts is only as good as the model it is based on.

d)

Equipment does not suffer from wear and tear.

18.

The (a)   function gives the number of the day of the week.

19.

Cell A1 contains 78569345.

Write a formula in A2 to retrieve the digits 693.

(a)  

20.

To concatenate the data from two cells in to a third cell, a user can use the ____ symbol.

a)

+

b)

$

c)

" "

d)

&