wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

21-22 8 Aut 1 Spreadsheet

Total questions: 23

Worksheet time: 13mins

Name
Class
Date
1.

In =SUM(A6:H9) which part is the parameters?

a)

=

b)

SUM

c)

A6:H9

d)

This has no paramters

2.

In =SUM(A6:H9) which part is the function?

a)

=

b)

SUM

c)

A6:H9

d)

This has no function

3.

To find the Mean Average of the value in the celles G6 to L15 we would use:

a)

=MEAN(G6:L15)

b)

=MAX(G6:L15)

c)

=AVG(G6:L15)

d)

=AVERAGE(G6:L15)

4.

The formula =RIGHT(B6,7) when performed on the phrase "The way to write a million is 1000000" typed intp B6 would result in

a)

No answer

b)

1000000

c)

The way

d)

one million

5.

What symbol is used to indicate an absolute cell reference?

a)

£

b)

#

c)

@

d)

$

6.

A spreadsheet needs to have different values entered into a cell depending on whether the user inputs "Yes" or "No". WHat function can be used to create a formula that can decide what to put into the cell?

a)

DECIDE

b)

IF

c)

CHECK

d)

DEPEND

7.

Changing the background colour of a cell would be changing the ________________________? Choose the most suitable answer in terms of ICT language.

a)

Colour

b)

Size

c)

Formatting

d)

Background

8.

A cell displays ######## when you know there should be something in it. How can you solve the problem of not being able to see the value in the cell? Choose as many as apply

a)

Double click on the line between the columns on the top bar

b)

Make the font really small

c)

Drag the line between the columns wider on the top bar

d)

Use a larger cell

9.

you need a cell to be coloured red on the background if the value is negative. What do you need to use?

a)

IF statement

b)

Formatting

c)

Conditional Formatting

d)

None of these

10.

You are making a spreadsheet to keep track of how much you have spent on Books. You wish to show the money spent such as £5.99. What should you do or choose from the options listed, choose the most applicable?

a)

Just type in £5.99 as the spreadsheet will "know"

b)

Type 5.99 and format the cell to "Currency"

c)

Type 5.99 and format the cell to "Accounting"

d)

Type 599 and format the cell to "Money"

11.

You are using a spreadsheet to calculate the profit from a show. In order to make a reasonable profit you may need to alter the price of the tickets. The computer has a built in menu function to help with this. What is it?

a)

FIND

b)

CALCULATE

c)

ALTER

d)

GOAL SEEK

12.

What formula should be placed in the red cell shown?

a)

=SUM(E7+E20)

b)

=TOTAL(E7+E20)

c)

=TOTAL(E7:E20)

d)

=SUM(E7:E20)

13.

What formula should be placed in the red cell shown?

a)

=SUM(E7+E20)

b)

=TOTAL(E7+E20)

c)

=TOTAL(E7:E20)

d)

=SUM(E7:E20)

14.

What formula is required to add up the Precipitation(mm) to make the Total(mm)

a)

=D5+D6+D7+D8+D9+D10

b)

=SUM(D5:D13)

c)

=SUM(D5+D13)

d)

=TOTAL(D5 to D13)

15.

What has been done between to change the information on the left to the information on the right, and why?

a)

Coloured it in to make it look better

b)

Formatted gridlines and background colour to add interest

c)

Formatted gridlines and background colour to make it easier to read and understand

d)

Formatted colours and added gridlines to make it look good

16.

In which cell would you place a formula to calculate the maximum precipitation

a)

G1

b)

D14

c)

F8

d)

G8

17.

Which of these should not be made into a line graph?

a)

The number of apples, pears , oranges and lemons in a shop

b)

Colours of cars passing a point over a given time

c)

The temperature change in a cup of coffee over time

d)

Maximum temperature in each month of the year 2020

18.

A discrete (non-continuous) variable is one which...

a)

Has no intermediates between values

b)

Can always be broken down into smaller values, infinitely.

c)

Is suitable for use on bar charts

d)

Is suitable for use on line graphs

19.

On a graph, the Y-Axis is used to show

a)

The variable we did not control or know beforehand

b)

The variable we did control and knew beforehand

20.

Which is the X-Axis on a graph?

a)

X is horizontal (across)

b)

X is vertical (up and down)

21.

What should be typed into the cell J2 in order to get the computer to fill in that someone is charged £5 if they want to race (R) but not charged if they are leisure (L) riders?

a)

=RACE=£5

b)

=IF(J2="R",£5,£0)

c)

=IF(J2="R",5,0)

d)

=IF(J2="L",5,0)

22.

Members are charged a fee depending on their type of membership (MTYPE). Juniors pay £5, Family £10 and Full £25. Which of the following will do this for all the Members if filled down from H2?

a)

=IF(F2="Full",25,(IF(F2="Family",10,5)))

b)

=IF(F2="Full",25,(IF(F2="Family",10,(IF(F2="Junior",5,0)))))

c)

=if(F2="Full,25,10,5)

d)

=IF(F2="Full",25, 10 OR 5)

23.

What does the formula =SUM(A7:H9) do?

a)

Adds together the values in A7 and H9

b)

Adds together all the values in A7 to H9

c)

Multiplies the values in A7 and H(

d)

None of the previous