Font size
WorksheetsYear 9 Spreadsheet Quiz
Total questions: 54
Worksheet time: 1hrs 1mins
What is a box on a spreadsheet known as?
(a)
Spot the bug: name = int(input("enter your name"))
What is wrong with this function? =AVARAGE(A1:B1)
Should be spelt =AVERAGE()
Nothing, it's fine
The : should be a ;
Needs a closing bracket
What is wrong with this function? =MAXIMUM(A1:B1)
Should be =MAX(1A:1B)
Should be =MAX(A1:B1)
Should be =MAX(A1;B1)
Should be =MAX(1A;1B)
What is the green square in the corner of a cell called on a spreadsheet?
(a)
What is wrong with this function? =IF(A1 > B1, "A1 is bigger than B1","False"
Nothing, it is correct
If should be lower case
Missing a comma
Missing an end bracket
In Excel, if I want to create a bar chart I click "insert", then click...
(a)
What is wrong with this function? =IF(A1 > B1, "A1 is bigger than B1, "False")
Missing , after B1
Missing " after B1
Nothing, it's fine
Too few arguments
What does this icon do?
In Excel, what does the COUNTIF function do?
Nothing, you have made this function up
Counts the number of cells according to a given value
Counts the number of cells that have any value in them
Nothing, it won't work because it needs to be in lower case
In Excel, what does the COUNTA function do?
Counts cells with any value entered
Counts cells according to a specific value
Counts how many times the letter "A" has been entered into a cell
Counts any cells in a range
What is wrong with this function? =IF(A1 > B1,"True")
Nothing wrong with it
Needs an additional bracket
Too few arguments
Needs to say "false", not true
Why might a cell return "#DIV/0"?
You can't divide anything by zero
The cell isn't large enough to fit the data
You accidentally entered a divide symbol twice
What is the Sum formula?
Sum( )
Sum( )=
=Sum( )
=( )Sum
When starting a formula what is the first thing you type in the cell?
+
-
%
=
How would you write a cell reference formula for cell A1 subtracted by Cell C3?
A1-C3
A1-C3=
=A1-C3
=C3-A1
How are we sorting the data in this clip?
What symbol do you use to divide two cells' values in Excel?
+
-
=
*
/
What is the value of the active cell?
Y
N
Batman
Superman
What is the cell reference of the active cell?
A1
4B
BB8
B4
What has happened to Superheros in cells B2:D2?
Merged
Joined
Fused
Nothing
True or False: all formula starts with =SUM
True
False
What does the function =MIN() do?
Finds the biggest number
Finds the smallest number
Finds the correct number
Finds the wrong number
What kind of referencing uses $ to keep the cell the same?
Relative
Absolute
Magic
Heart
What feature of a spreadsheet allows text to fill a cell up?
Wrapped Text
Format Text
Merged Text
Trapped Text
What type of graph is this?
Bar
Line
Pie
Scatter
Microsoft Excel is used to ...
Model Financial Scenarios
Model Games
Model Images and Text
Write reports
What formula should be placed in cell D2?
=C2-B2
=F2-B2
=A2-B2
=C2
What formula should be placed in cell D6?
=SUM(D2:D5)
=SUM(F2:F5)
=SUM(All)
=C2-D3
How many products are in this spreadsheet?
4
2
1
16
What is used to add the £ signs to the cells.
Formatting borders
Formatting Currency
Formatting fill colours
formatting text in bold.
What formula should be placed in cell D2?
=C2-B2
=F2-B2
=A2-B2
=C2
What formula should be placed in cell D6?
=SUM(D2:D5)
=SUM(F2:F5)
=SUM(All)
=C2-D3
What is used to add the £ signs to the cells.
Formatting borders
Formatting Currency
Formatting fill colours
formatting text in bold.
How are we sorting the data in this clip?
What is the value of the active cell?
Y
N
Batman
Superman
What has happened to Superheros in cells B2:D2?
Merged
Joined
Fused
Nothing
What does the function =MAX() do?
Finds the smallest number
Finds the biggest number
Finds the right number
Finds the left number
What does the function =MIN() do?
Finds the biggest number
Finds the smallest number
Finds the correct number
Finds the wrong number
What type of graph is this?
Bar
Line
Pie
Scatter
Using the correct symbols and cell references, write out the formula to calculate Total (£) sales for Fanta
£1.25 times 12
C5*D5
=C5*D5
