wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

N5 AIT - Spreadsheets Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.
An individual box within a worksheet is known as?
a)
square
b)
range
c)

reference

d)
cell
2.
What is normally used to perform calculations in a spreadsheet?
a)
Variable
b)
Formula
c)
Conditional formating
d)
Macro
3.
In Excel, what do all formula begin with?
a)
!
b)
-
c)
+
d)
=
4.

What must bar charts have? Tick all that apply!

a)

Heading (in caps)

b)

Pie chart

c)

Axis Labels

d)

Heading (in lower case)

5.

We can use this function to count the number of cells containing words/letters

a)

=COUNTA

b)

=COUNTW

c)

=COUNT

d)

=COUNTN

6.

We can use this function to perform a 'logical test' where the answer is a TRUE or FALSE outcome

a)

=MAYBE

b)

=WHEN

c)

=LOGIC

d)

=IF

7.

We can use this function to add more than 2 cells together

a)

=ADD

b)

=SUM

c)

=ANSWER

d)

=COUNT

8.

We can use this function to find the highest number in a range of cells

a)

=MAX

b)

=MIN

c)

=HIGHEST

d)

=LARGEST

9.

When printing in value view we must show

a)

Row and column headings only

b)

Grid lines and row and column headings

c)

Grid lines only

d)

A blank background

10.

When printing in formula view we must show

a)

Row and column headings only

b)

Grid lines and row and column headings

c)

Grid lines only

d)

A blank background

11.
Which of the following is a valid formula?
a)
=C7*C8
b)
=(C7\C8)
c)
=(C7xC8)
d)
=AVERAGE(C7*C8)
12.
Which of the following is a valid formula?
a)
=sum(A1:A6)
b)
sum=(A1:A6)
c)
=sum[A1:A6]
d)
=sum(A1,A6)
13.
Which formula would display "Yes" if D13 is greater than 0?
a)
=IF(D13>0,"Yes","No")
b)
=IF(D13<0,"Yes","No")
c)
=IF(D13>0:"Yes","No")
d)
=IF(D13<0:"Yes","No")
14.
Which formula would subtract D12 from D13?
a)
=D13-D12
b)
=D12-D13
c)
=sum(D12-D13)
d)
=sum(D13-D12)
15.

Which is NOT a formula?

a)

b2+b3+b4

b)

=b1+b2+b3

c)

=b4*c4

d)

=b5/b7