File

advertisement
9
10 The following spreadsheet shows the results of two tests. The cells D2:D6 each contain a
formula.
A
1
B
C
D
E
TEST 1
out of 100
TEST 2
out of 100
AVG MARK
PASS
75
YES
2
M DAVIES
82
68
3
J GRIFFITHS
48
72
NO
4
S HARRISON
98
98
YES
5
M KHAN
88
62
YES
6
I PATEL
70
80
YES
For
Examiner’s
Use
(a) Write down a cell which should contain
(i)
a label .......................................................................................................................
(ii)
a number ...............................................................................................................[2]
(b) Suggest a formula that could be in D2 to calculate the average mark.
......................................................................................................................................[1]
(c) Describe how the formula in D2 can be copied into the range of cells D3:D6.
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
(d) Describe how the results for TEST 1 can be displayed in descending order.
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
(e) A bar chart is needed to compare the average marks for each student. Write down the
range of cells needed to produce the chart.
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
7010/1 S02
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner’s
Use
10
12 The pie chart shows details of office expenses for three months.
OFFICE EXPENDITURE (JULY)
STATIONERY
20%
RENT
30%
ELECTRICITY
10%
TELEPHONE
40%
(a) On the spreadsheet below, shade the cells that must be used to create the pie chart.
A
1
B
C
D
E
F
JULY
AUGUST
SEPTEMBER
TOTAL ($)
AVERAGE ($)
2
RENT
72
72
106
250
3
ELECTRICITY
24
0
66
90
30
4
TELEPHONE
96
90
114
300
100
5
STATIONERY
48
38
64
150
50
6
TOTAL
240
200
350
790
[2]
(b) Write down a formula that could be put in cell F2 to calculate the average expenditure
on rent from July to September.
......................................................................................................................................[2]
(c) The zero in cell C3 was entered in error. State the cells in which the values should
change automatically when the correct amount is input.
......................................................................................................................................[2]
7010/1 Nov02
M.Mushtaq LGS islamabad.... 03215275281
9
For
Examiner’s
Use
(e) Give two disadvantages for the employee of teleworking.
1 ......................................................................................................................................
..........................................................................................................................................
..........................................................................................................................................
2 ......................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
11 The following pie chart shows the total value of watch sales in April 2003:
TOTAL WATCH SALES ($) - APRIL 2003
Databank Day date
475
165
Calendar
304
Water resistant
230
Wap
2200
(a) On the spreadsheet below, shade the cells that must be used to create the pie chart.
A
B
C
D
Amount
Stock
Sold
1
E
F
Stock
Left
Price ($)
Total
Sales ($)
2
Wap
20
10
10
220
2200
3
Water resistant
10
2
8
115
230
4
Calendar
5
4
1
76
304
5
Databank
15
5
10
33
165
6
Day date
10
5
5
95
475
7
Total
3374
[2]
7010/01/M/J/03
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
10
For
Examiner’s
Use
(b) State the format of the data in column B.
......................................................................................................................................[1]
(c) Columns D, E and F contain formulae. Write down a formula that could be in cell F7 to
calculate the Total Sales.
......................................................................................................................................[1]
(d) The value in C5 is changed to 6. State the cells in which the values should change
automatically.
......................................................................................................................................[2]
(e) Give one benefit of using a template for this spreadsheet.
......................................................................................................................................[1]
12 An estate agent keeps a file of properties for rent in the city. Several records are shown in
the following diagram:
REF
AREA TYPE
FEATURE RENT($)
H002
South
Detached
Waterfall
21000
H006
South
Bungalow
Pool
19000
H008
West
Bungalow
Pond
15000
H005
South
Detached
Patio
14000
H003
North
Semi-Detached Pool
12000
H009
North
Detached
Courtyard
11000
H004
West
Bungalow
Pool View
9000
H001
South
Semi-Detached Fish Pond
8000
H007
North
Terraced
2000
BBQ Pit
(a) Which field in the file should be used as a key field?
......................................................................................................................................[1]
(b) State a validation check that should be made on the AREA data as it is entered
into the file.
......................................................................................................................................[1]
7010/01/M/J/03
M.Mushtaq LGS islamabad.... 03215275281
8
10 A salesman travels around the country by car or by rail. He keeps a record of his costs and
distance travelled for both forms of transport using a spreadsheet. The first six months are
shown below.
A
1 Month
B
C
D
E
F
G
Car
costs ($)
Car
Distance
(km)
Car cost
per km
Rail
costs ($)
Rail
Distance
(km)
Rail cost
per km
2
Jan
305
1600
=B2/C2
475
3100
3
Feb
295
2100
=B3/C3
315
2000
4
Mar
204
2050
=B4/C4
290
1550
5
Apr
655
2210
=B5/C5
280
1450
6
May
118
1450
=B6/C6
420
2500
7
Jun
355
2480
=B7/C7
310
1950
8 Totals
(a) Give the cell reference for a cell which contains;
(b)
(i)
a label ........................................................................................................................
(ii)
a formula....................................................................................................................
(iii)
a data item .............................................................................................................[3]
(i)
What formula needs to be placed in G2 to allow the Rail cost per km to be
calculated.
...............................................................................................................................[1]
(ii) Explain how you would insert the formulae in cells G3 to G7 without typing each
one in separately.
...................................................................................................................................
...................................................................................................................................
...................................................................................................................................
...................................................................................................................................
...............................................................................................................................[2]
7010/01/O/N/03
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner’s
Use
9
(c) State a formula which needs to be inserted in B8 to calculate the total car costs for the
first 6 months.
For
Examiner’s
Use
..........................................................................................................................................
......................................................................................................................................[1]
(d)
Explain how the costs of both forms of transport could be predicted for the whole year.
..........................................................................................................................................
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
11 The following algorithm inputs air speeds (which must be in multiples of 100) and outputs a
suitable message.
1
2
3
4
5
8
7
8
9
10
11
input a speed
whole = speed/100
case whole of
0,1,2 : result = slow
3, 4, 5, 6 : result = normal
7, 8, 9 : result = high
otherwise whole = -1
endcase
if whole = -1 then
output “abnormal reading”
else output result, “speed”
(a) Dry run the above algorithm for the following Input data and complete the Output
column in the table:
Input
Output
150
400
800
[3]
(b) State what would happen if line 2 had been missed out of the algorithm.
..........................................................................................................................................
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
7010/01/O/N/03
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
10
12 The following spreadsheet shows the profit or loss on sales at an ice-cream stall during a
four week period.
A
B
C
1
D
E
F
Expenses ($)
Profit/Loss
Ice-Cream Stall
2
Cost
Price ($)
3
Ice-Cream
3
4
Orange Juice
2
5
6
Ice-Cream
Orange
Income ($)
Sales
Juice Sales
7
Week 1
300
40
980
900
Profit
8
Week 2
250
10
770
900
Loss
9
Week 3
450
10
1370
900
Profit
10 Week 4
300
20
940
900
Profit
(a) State the format of the data in cell B6.
......................................................................................................................................[1]
(b) Write down a formula that could be in cell D7 to calculate the Income for week 1.
......................................................................................................................................[2]
(c) Describe how the formula in D7 can be copied into the cells D8, D9 and D10.
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
(d) Cell F7 contains the function:
=IF(D7 > E7, Profit, Loss)
and is copied into cells F8, F9 and F10. Write down the function that will be in cell F10.
......................................................................................................................................[1]
(e) State the cells that are needed to create a line graph to show the Income and Expenses
for Week 1 to Week 4.
..........................................................................................................................................
......................................................................................................................................[2]
7010/01/M/J/04
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner’s
Use
For
Examiner’s
Use
5
6
(a) Give two reasons why a buffer is used in a printer.
1 .......................................................................................................................................
..........................................................................................................................................
2 .......................................................................................................................................
......................................................................................................................................[2]
(b) Give one advantage of increasing the size of a buffer in a printer.
..........................................................................................................................................
......................................................................................................................................[1]
7
A shop uses a spreadsheet to keep a record of daily sales in its electrical department. A
section of the spreadsheet is shown below. The number in stock is updated at the start of
each day.
A
B
C
D
E
F
1
Item
No. in stock
No. sold
Price ($)
2
camera
32
3
150.00
15
3
iron
80
14
82.50
20
4
kettle
151
10
49.25
30
5
fan
144
15
37.15
30
Stock value ($) Re-order level
(a) The Stock value ($) of each item sold is given by
(No. in stock – No. sold) x Price ($)
Write down a formula that could be inserted in cell E2 to calculate the Stock value ($)
of cameras.
..........................................................................................................................................
......................................................................................................................................[2]
(b) Describe how the formula in E2 could be copied into cells E3 to E5.
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
7010/01/O/N/04
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
6
6
The following spreadsheet shows the 2-Night Bargain Break holiday bookings during a three
month period.
A
1
B
C
D
E
F
2-Night Bargain Break Holiday Bookings
2
3
Priced at $
100
4
5
Bookings
Hotel
Nov
Dec
Jan
Total Bookings
Income ($)
6
7
Beach Resort
3
5
1
9
900
8
Oriental Hotel
7
8
5
20
2000
9
Palace Hotel
8
9
8
25
2500
10
Orchard Inn
6
6
3
15
1500
11
Grande Hotel
2
5
3
10
1000
Total Bookings
26
33
20
79
12
13
14
Total Income($)
7900
15
© UCLES 2005
7010/01/M/J/05
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner’s
Use
For
Examiner’s
Use
7
(a) Write down a cell that contains a label.
......................................................................................................................................[1]
(b) Write down a formula that could be in cell F7 to calculate the income for the hotel
named Beach Resort.
......................................................................................................................................[1]
(c) Describe how the formula in B13 can be copied into the cells C13, D13 and E13.
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
(d) State the cells that are needed to create a bar chart showing the Total Bookings for
each of the hotels.
..........................................................................................................................................
......................................................................................................................................[2]
(e) The data in row 7 to row 11 needs to be sorted into descending order of income.
(i)
Describe how this sort will be done.
...................................................................................................................................
...............................................................................................................................[2]
(ii)
Write down the Hotel names in the order that they will appear after this sort has
been done.
...............................................................................................................................[2]
© UCLES 2005
7010/01/M/J/05
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
11
13 A company has purchased some new equipment. The value of each type of equipment is
stored in a spreadsheet.
A
B
C
D
E
F
1
Equipment in stock
Value
in 2005
($)
Value
in 2007
($)
Value
in 2009
($)
Value
in 2011
($)
Value
in 2013
($)
2
Computers
80000
40000
20000
3
Office furniture
24400
4
Cupboards
18400
5
Video projectors
36800
6
Telephones
For
Examiner’s
Use
6400
7
8
TOTALS:
(a) Every two years the value of each type of equipment is halved. What formulae are in
cells C2 and D2?
C2 .....................................................................................................................................
D2 .................................................................................................................................[2]
(b) Explain how you would use the spreadsheet to predict the values for years 2008 and
2010.
..........................................................................................................................................
..........................................................................................................................................
..........................................................................................................................................
......................................................................................................................................[2]
(c) What formula needs to be placed in B8 to find the total equipment value for 2005?
......................................................................................................................................[1]
© UCLES 2005
7010/01/O/N/05
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
5
7
The spreadsheet shows the computer equipment on loan to a staff member in a company.
Cells B13 and C7:E13 contain formulae.
A
1
2
3
4
5
6
7
8
9
10
11
12
13
14
B
C
D
For
Examiner's
Use
E
PC Software Development Ltd
Computer equipment on loan to:
Ref: 2106
S. Harrison
Item
Year 1 Year 2 Year 3 Year 4
PC system
1600
800
400
200
Notebook computer
1000
500
250
125
Hand-held computer
320
160
80
40
Laptop case
80
40
20
10
PC cover
16
8
4
2
Mouse mat
8
4
2
1
Total value ($)
3024
1512
756
378
(a) State a cell that contains a data item.
[1]
(b) Describe how the numbers in the range of cells B7:E13 can be changed to include
money symbols.
[2]
(c) Give a formula that could be in cell B13 to calculate the total value of the equipment in
Year 1.
[1]
(d) Each year the value of the equipment is halved. State a formula that could be in cell C7
to calculate the value of the PC system in Year 2.
[1]
(e) If the value in cell B10 is changed to 60, state all the cells where the values would
change automatically.
[2]
(f) On the spreadsheet diagram shade the cells that must be selected in order to create
and label a chart showing the Total value ($) of the computer equipment for Years 1, 2,
3 and 4.
[2]
© UCLES 2006
7010/01/M/J/06
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
10
11 A school keeps a spreadsheet of examination results in four subjects. Part of the
spreadsheet is shown below.
A
Name
1
2
3
4
5
6
7
8
Allen
Dyos
Kegg
Khan
Kolacz
Lenski
Peruza
B
Class
C
Maths
D
Science
E
IT
F
English
11A
11B
11A
11C
11A
11B
11C
33
41
82
44
73
17
87
24
54
69
21
51
41
72
19
70
57
50
73
40
64
44
31
52
85
51
34
61
G
Average
Mark
30
49
65
50
62
33
71
H
Pass/
Fail
(a) Which column has been used to sort the data?
[1]
(b) What formula has been entered in cell G2 to calculate Allen’s average mark?
[1]
(c) The IT results need to be sorted so that the highest mark is at the top. Describe how
this sort could be done.
[2]
(d) The formula IF(G5 > 45, “PASS”, “FAIL”) is entered in cell H5. What output appears?
[1]
(e) State the validation check that should be carried out on data entered in cells C2 to F8 to
ensure values over 100 are not input.
[1]
(f) The school has kept the spreadsheets of all the examination results for the last five
years. What feature of the spreadsheet software would allow the results to be easily
compared?
[1]
© UCLES 2006
7010/01/O/N/06
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
8
10 The following spreadsheet shows the number of mice, keyboards and trackerballs ordered
by five customers. The value of each item is:
Mouse
$5
Keyboard
$10
Trackerball
$20
A
B
C
D
E
F
1
Customer
Number
Number
of Mice
Number of
Keyboards
Number of
Trackerballs
Value of
Order($)
Free
Delivery
2
1234
10
15
11
420
3
5678
9
20
15
545
4
9012
8
11
7
290
5
3456
6
20
15
530
6
7890
5
4
15
365
Total Order
Value ($):
7
(a) (i) Name a cell which contains a numerical value.
(ii) Name a cell which contains text only.
[2]
(b) What formula must be placed in cell E2 to calculate the value of the order for customer
1234?
[2]
(c) How could the formula in Question 10 (b) be replicated in cells E3 to E6?
[2]
© UCLES 2007
7010/01/M/J/07
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
9
(d) What formula should be placed in cell E7 to add up the totals in column E?
For
Examiner's
Use
[1]
(e) If the formula IF (E4>400 THEN “Y” ELSE “N”) was placed in cell F4, what output
would be produced in that cell?
[1]
© UCLES 2007
7010/01/M/J/07
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
14
14 The following spreadsheet shows how the value of certain items of computer equipment
changes over time. Cells B8 and C2:E8 contain formulae.
1
A
B
C
D
E
Equipment
Value ($)
Year 1
Value ($)
Year 2
Value ($)
Year 3
Value ($)
Year 4
2 PC System
1600
800
400
200
3 Laptop Computer
2000
1000
500
250
4 Laptop Case
80
40
20
10
5 PC Cover
16
8
4
2
6 Printer
320
160
80
40
7 Scanner
120
60
30
15
4136
2068
1034
517
8 Total value ($)
(a) State a cell that contains a data item.
[1]
(b) Give a formula which could be in cell B8 to calculate the total value of the equipment in
Year 1.
[1]
(c) Each year the value of the equipment is halved. State a formula that could be in cell C2
to calculate value of a PC System in Year 2.
[1]
(d) State all the cells where the values change automatically if the value in cell B4 is
changed to 60.
[2]
© UCLES 2007
7010/01/O/N/07
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
15
(e) The following chart has been produced from the spreadsheet.
For
Examiner's
Use
4500
4000
3500
3000
2500
2000
1500
1000
500
0
Value ($)
Year 1
Value ($)
Year 2
Value ($)
Year 3
Value ($)
Year 4
Which cells must have been selected to create and label the chart shown?
[2]
© UCLES 2007
7010/01/O/N/07
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
16
18 An entertainment company keeps monthly records on a spreadsheet of all its organised
rock music events. The information for May 2008 is shown below.
A
B
No. of
seats
1
Event
2
3
4
5
6
7
8
9
The Bugs
Static Rocks
The Cold Apes
Monophonics
Human Senses
Ice Patrol
The Manual
4000
3000
4000
5000
4000
3000
2000
C
D
No. seats
sold
Seat price
($)
1700
3000
2150
4000
4000
1500
1650
45
50
35
35
60
50
60
E
F
Total
Cost of
money
event
taken ($) ($)
76500
85000
150000
100000
75250
90000
140000
125000
240000
180000
75000
80000
99000
115000
G
Profit or
Loss
Loss
Profit
Loss
Profit
Profit
Loss
Loss
(a) (i) What formula is in cell E2 to work out the total money taken for The Bugs event?
[1]
(ii) Complete the following statement for cell G4:
=IF (E4 >
, “Profit”,
)
[2]
(iii) Total cost of all events is to be shown in cell F9. What formula needs to be placed
in F9?
[1]
(b) If the value in C7 was changed to 2000, which cells would be automatically updated?
[2]
(c) Describe how to find the break even point for any given event (i.e. when cost of event =
total money taken).
[2]
© UCLES 2008
7010/01/M/J/08
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
10
12 (a) A small shop selling books, CDs and DVDs uses a number of spreadsheets to keep
track of its stock. One of the spreadsheets showing Sci-Fi stock is shown below.
A
B
Sci-Fi
Item Code
Item Cost ($)
1
2
C
Stock
D
Number in stock
Stock value ($)
3
15131624
25.00
15
375.00
4
18316925
16.50
10
165.00
5
18560003
30.00
10
300.00
6
12111151
12.50
20
250.00
7
00516344
11.50
20
230.00
8
15821612
17.00
15
255.00
9
10322491
23.50
20
470.00
10
Total Value
2045.00
(i) How many columns are there in the above spreadsheet?
[1]
(ii) What formula must be in D3 to calculate the stock value of item 15131624?
[1]
(iii) What formula needs to be placed in cell D10 to calculate the total value of the
stock?
[1]
(iv) Data in B7 was found to be incorrect. The value in this cell was changed to 12.50.
Which cells would automatically change when this was done?
[1]
(b) The owners have decided to sell the shop and all its stock. They will produce a word
processed report to advertise the sale.
Describe how the owners will create this report which will contain text, data from the
stock spreadsheets, pictures of the shop and some of its stock.
[3]
© UCLES 2008
7010/01/O/N/08
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
10
11 Scientific experiments are carried out where temperatures are taken at the start and at the
end of each experiment. The volumes of gas being given off are also measured.
The spreadsheet shows the measurements taken.
A
1
B
C
Experiment
Start
End
Number
Temperature Temperature
D
E
Temperature
Rise
Gas Volume
F
Gas Volume/
Temperature
Rise
5.0
2
1
15
25
10
50
3
2
18
31
13
70
5.4
4
3
20
35
15
90
6.0
5
4
18
35
17
110
6.5
6
5
21
39
18
120
6.7
7
6
16
36
20
125
6.3
8
7
19
39
20
125
6.3
9
8
20
40
20
125
6.3
16.6
Maximum Ratio
6.7
10
Mean Temperature Rise =
(a) What formula is in D2 to find the Temperature Rise for Experiment Number 1?
[1]
(b) What formula is in D10 to find the Mean (average) Temperature Rise for all the
experiments?
[1]
(c) What formula is in F10 to find the Maximum Ratio?
[1]
(d) How could the formula in D2 be used in D3 to D9 without writing it out another seven
times?
[2]
© UCLES 2009
7010/01/M/J/09
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
11
(e) The following graph was produced from the spreadsheet.
For
Examiner's
Use
140
120
100
Gas Volume
80
60
40
20
0
10
12
14
16
18
20
22
Temperature Rise
Which cells were highlighted to produce this graph?
[2]
(f) It was decided to link a computer to the apparatus so that all the results could be input
directly and graphs produced automatically.
Give two advantages of doing this.
1
2
[2]
© UCLES 2009
7010/01/M/J/09
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
10
11 A spreadsheet has been set up to store results of football matches for 12 teams. Halfway
through the year the results were:
A
1
2
Team
Name
B
C
Won
Drawn
(3 points) (1 point)
D
E
F
G
Lost
(0 points)
Number
of Points
Goals
For
Goals
Against
H
I
Goal
Matches
Difference Played
3
4
United
7
2
2
23
16
4
12
11
5
City
7
2
2
23
21
10
11
11
6
Town
6
1
4
19
16
10
6
11
7
Academics
4
6
1
18
12
9
3
11
8
Rovers
4
4
3
16
16
14
2
11
9
Runaways
3
5
3
14
10
12
-2
11
10
Yorkers
3
5
3
14
10
14
-4
11
11
Albion
3
3
5
12
14
15
-1
11
12
Knights
4
0
7
12
10
18
-8
11
13
Sporting
2
5
4
11
10
12
-2
11
14
Nohopers
2
3
6
9
8
16
-8
11
15
Jokers
2
2
7
8
6
14
-8
11
(a) What formula is in cell E4 to calculate the Number of Points for United?
[1]
(b) Goal Difference = (Goals For – Goals Against). What formula is in cell H4 to find Goal
Difference for United?
[1]
© UCLES 2009
7010/01/O/N/09
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
11
(c) State two ways of checking the correctness of data in columns F and G.
For
Examiner's
Use
1
2
[2]
(d) Rovers played Yorkers and won 2 – 0. Columns B, D, F, G and I were updated. Which
other cells would be automatically updated?
[2]
© UCLES 2009
7010/01/O/N/09
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
10
11 A student set up a spreadsheet to compare share prices in six companies over five years.
1
2
3
4
5
6
7
8
A
B
C
Name of
company
Year:
Global Oil
GSD
KLN
Nesto
Takkco
Uniway
Share
price
2005
Share
Share
Share
Share
price
price
price
price
2006
2007
2008
2009
190
305
130
140
722
622
325
324
71
71
63
45
418
522
600
640
316
394
202
122
135
254
365
570
81
619
60
316
149
122
D
E
F
G
Average
share
price
169
522
62
499
237
289
H
Highest
share
price
305
722
71
640
394
570
(a) What formula is in cell G5 to find the average (mean) share price for KLN?
[1]
(b) What formula is in cell H5 to find the highest share price for KLN?
[1]
(c) If the data in cell E4 was changed to 425, which cells would be automatically updated?
[1]
(d) The student wants to extend the spreadsheet to include share prices for 2010.
Describe how the student would do this.
[2]
© UCLES 2010
7010/11/M/J/10
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
10
10 A small company runs six cars in its fleet. They have produced a spreadsheet to compare
running costs over a five month period:
A
Car Identity
1
2
3
4
5
6
7
8
10001
10002
10003
10004
10005
10006
B
Total number
of km
30 000
20 000
50 000
30 000
20 000
30 000
Averages:
C
Cost per km
($)
1.00
4.00
1.50
2.00
2.50
1.50
2.08
D
Total cost
($)
30 000
80 000
75 000
60 000
50 000
45 000
56 667
E
Average cost
per month ($)
6 000
16 000
15 000
12 000
10 000
9 000
11 333
(a) It was decided to print out the spreadsheet formulas from D2 to E8. Using the grid
below, show what formulas would be printed:
1
D
Total cost
($)
E
Average cost
per month ($)
2
3
4
5
6
7
8
[4]
© UCLES 2010
7010/12/M/J/10
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
14
12 A holiday resort is developing a website to inform the general public about their weather.
A spreadsheet was produced to show some of the statistics:
A
1
2
3
4
5
6
Monthly
Rainfall
(mm)
Hours
Sunshine
(per day)
Minimum
Temperature
(C)
Maximum
Temperature
(C)
Sun Index
For
Examiner's
Use
B
C
D
E
F
G
H
I
J
K
L
M
N
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Averages
130
210
340
350
220
170
100
30
25
20
10
50
138
7
6
6
6
7
8
8
6
9
9
10
8
8
29
28
27
25
23
22
20
22
24
26
27
28
25
36
34
32
30
28
27
25
28
31
33
36
38
32
49
36
28
28
35
40
40
36
63
63
90
80
(a) What formula is in N2 to show the average (mean) rainfall?
[1]
(b) Row 6 shows the Sun Index which is the difference between maximum temperature and
minimum temperature multiplied by hours sunshine. What formula is in L6 to calculate
the sun index for November?
[1]
© UCLES 2010
7010/11/O/N/10
M.Mushtaq LGS islamabad.... 03215275281
15
(c) The resort wanted to show Hours Sunshine and Monthly Rainfall on one graph. Graphs
A and B were produced:
GRAPH A
(i)
Which is the best graph for
showing this information? Give a
reason for your answer.
(ii)
The resort wanted to include
average Hours Sunshine on the
graph. Describe how this could be
done.
12
10
8
6
4
2
0
400
300
200
100
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
rainfall (mm)
hours sun
Sunshine (hours) and Rainfall (mm)
For
Examiner's
Use
0
month
SUN
RAIN
GRAPH B
rainfall (mm)
400
300
200
100
0
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
12
10
8
6
4
2
0
hours sun
Sunshine (hours) and Rainfall (mm)
month
RAIN
SUN
[2]
(d) Apart from the information shown already, what two features would you expect to see
on the resort’s website?
1
2
[2]
© UCLES 2010
7010/11/O/N/10
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
12
13 A spreadsheet has been set up to compare the monthly costs of five mobile phone
networks. Normally a text message costs 2 cents and one minute of talk time costs
15 cents for all networks (100 cents = $1).
A
Network
name
Lemon
Yodafone
C-mobile
O-3
T-world
1
2
3
4
5
6
7
B
Monthly
charge ($)
65
65
65
65
65
C
No. of free
texts
500
1000
800
1000
2000
D
No. of free talk
time minutes
500
280
400
500
100
Best network:
E
Value of texts
+ talk time ($)
85
62
76
95
55
(a) What formula must be in E2 to calculate the value of the Lemon network offer?
[2]
(b) What formula needs to be placed in E7 to find the best offer?
[1]
(c) The customer actually uses 800 minutes of talk time per month.
How could the spreadsheet be modified so that the customer can find out which
network still gives him the best deal?
[2]
© UCLES 2010
7010/13/O/N/10
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
10
6
Describe the role of computer software and hardware when producing animation effects in
the television and film industry.
[3]
7
A spreadsheet has been set up to compare the costs of types of fruit juice sold by a shop.
1
2
3
4
5
6
7
A
NAME OF FRUIT
JUICE
Apple
Orange
Pomegranate
Caju
Mango
B
NORMAL PRICE
PER BOTTLE ($)
3.50
2.80
4.55
2.00
1.05
C
D
VOLUME OF
COST PER LITRE
BOTTLE (LITRES)
($)
1.0
3.50
1.0
2.80
0.7
6.50
2.0
1.00
0.7
1.50
Average cost:
3.06
(a) (i) What formula is in cell D5 to calculate the cost of Caju juice per litre?
(ii) What formula is in cell D7 to calculate the mean (average) cost of fruit juice per
litre?
[2]
(b) What validation check could be carried out on the data in cells B2 to B6?
[1]
© UCLES 2011
7010/11/M/J/11
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
11
(c) Three extra columns are to be added to this spreadsheet:
Column E will show a percent discount on the normal price of a bottle of fruit juice
(as shown in column B);
Column F will show this discount in dollars ($);
Column G will show the price of a bottle of fruit juice after discount.
For
Examiner's
Use
Complete the spreadsheet by showing the formulas that need to be placed in cells
F2 to F6 and G2 to G6.
1
E
Percentage
discount (%)
2
10
3
20
4
15
5
10
6
5
F
Discount amount ($)
G
Discounted price per
bottle ($)
[4]
© UCLES 2011
7010/11/M/J/11
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
14 A spreadsheet has been set up to show the size of
some model cars.
A
B
C
D
E
FULL
SCALE
IS MODEL
1
NAME
LENGTH SCALE LENGTH
> 0.25 M ?
(M)
(M)
2 Raudi R8
5.22
18
0.29
3 Monda Civil
4.30
43
0.10
4 R Skate
6.12
18
0.34
5 Silly for 2
2.76
12
0.23
6 Citron C1
3.42
18
0.19
7 Singer S2
5.20
10
0.52
8
(a) What formulas must be in column D?
1
D
SCALE LENGTH (M)
2
3
4
5
6
7
8
[2]
30
M.Mushtaq LGS islamabad.... 03215275281
(b) (i)
The formula = IF (D2 > 0.25, “Y”, “N”) was
typed into E2. What output would be shown in
E2?
(ii) If this formula was replicated all the way down
from E3 to E7, what formula would be in E7?
[2]
(c) Describe a way of filtering out only those models
which are scale 18.
[2]
31
M.Mushtaq LGS islamabad.... 03215275281
9
.
A spreadsheet was set up to compare passenger costs for five airlines.
A
1
2
3
4
5
6
7
Flight id
AA 151
AT 304
BR 106
CD 221
EX 115
B
Distance
(km)
3 000
2 000
1 500
8 000
6 000
C
Number of
passengers
240
320
150
400
280
D
Total revenue
($)
60 000
80 000
45 000
360 000
140 000
Average cost:
For
Examiner's
Use
E
Cost per
passenger ($)
250
250
300
900
500
(a) What formula must be in E2 to calculate the cost per passenger.
[1]
(b) Cell E7 is to contain the average passenger cost.
What formula would need to be placed in this cell?
[1]
(c) It was decided to add two new columns (F and G) to find out if the airline made a profit
or loss on each flight. The costs per flight are calculated by multiplying Distance (km)
by 1/10th of the Number of passengers.
(i) What formulas must be in column F?
F
1
Flight costs ($)
2
3
4
5
6
[2]
(ii) The formula = IF (F2 > D2, “Loss”, “Profit”) was added to cell G2. What would
be output?
[1]
(iii) What formula would be in G5 after replication down from G2?
[1]
© UCLES 2011
7010/13/O/N/11
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
8
.
A spreadsheet has been set up to record employees’ hotel expenses for one year.
The data for one employee is shown below.
A
1
2
3
4
5
6
7
Hotel
Grand
Station
Northern
Western
George
Quality
B
Tariff
Sunday to
Thursday
($)
150
200
90
120
180
100
C
Tariff
Friday to
Saturday
($)
90
120
60
80
100
70
D
No of
nights
(Sunday to
Thursday)
3
2
5
4
2
3
E
No of
nights
(Friday to
Saturday)
2
1
0
1
2
1
For
Examiner's
Use
F
G
Total
cost ($)
630
520
450
560
560
370
Maximum
allowance
($)
600
800
360
480
720
400
(a) What formula is in F2 to calculate the employee’s costs at the Grand Hotel?
[2]
(b) The maximum allowance is four times the Sunday to Thursday tariff.
What formula is in G2?
[1]
(c) A manager wants to know whether an employee exceeded their maximum allowance at
each hotel.
Describe how the spreadsheet could be used to do this.
[2]
(d) A macro was written to convert the tariff rate into different currencies. The exchange
rate was taken directly from a website.
What is the advantage of using a macro to do this?
[1]
© UCLES 2012
7010/11/M/J/12
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
.
2
8
Body mass index (bmi) is calculated using the following formula:
bmi =
For
Examiner's
Use
weight
(height)2
Six people’s data are shown in the spreadsheet below:
A
1
name
2
3
4
5
6
7
8
Theo
Sujatmi
Angela
Juan
Jatinder
Igor
B
C
weight
(kg)
70.0
63.6
72.4
110.0
76.4
70.5
height
(m)
1.87
2.03
1.70
1.90
1.65
1.98
D
bmi
E
underweight,
normal or
overweight
F
20.0
15.4
25.1
30.5
28.1
18.0
(a) What formulas must be in column D to calculate each person’s bmi?
D
1
bmi
2
3
4
5
6
7
[2]
(b) Column E indicates whether the person is underweight, normal or overweight.
(i) The following formula was typed into E2:
= IF(D2<18.5, “underweight”, IF(D2>25, “overweight”, “normal”))
What output would appear in E2?
[1]
(ii) What formula needs to be placed in D8 to find the average (mean) bmi?
[1]
© UCLES 2012
7010/12/M/J/12
M.Mushtaq LGS islamabad.... 03215275281
.
3
(iii) If the formula in E2 were replicated down to E8, what formula would appear in E8?
For
Examiner's
Use
[2]
(c) Column F was added to the spreadsheet to show each person’s ideal weight. This is
calculated using twenty times the square of a person’s height.
What formula needs to be placed in F2?
[1]
9
(a) Give a suitable application for each of the following data capture devices:
barcode reader
radio frequency identification (RFID) reader
magnetic stripe reader
[3]
(b) State two different validation checks and give an example of their use. Each example
should be different.
Check 1
Use
Check 2
Use
[4]
© UCLES 2012
7010/12/M/J/12
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
18
15 A spreadsheet was set up to allow customers to work out their monthly payments when
borrowing money from a bank. The customer inputs data in column B.
The spreadsheet is as follows:
A
1
B
C
Interest Calculator
20 000
2
INPUT PRICE OF GOODS
3
INPUT YOUR DEPOSIT
4
AMOUNT OF MONEY TO BORROW
5
INPUT % INTEREST RATE
6
INPUT NUMBER OF YEARS
7
INTEREST TO PAY
8
YOUR MONTHLY REPAYMENTS
5 000
15 000
8.0
0.08
4
4800
412.50
(a) Cell C4 contains the amount of money to borrow.
What formula must be in cell C4?
=
[1]
(b) Cell C5 contains the % interest rate as a decimal (for example, 8% shows as 0.08).
What formula must be in cell C5?
=
[1]
(c) Cell C7 contains interest to pay which is found from
amount of money borrowed × interest rate as a decimal × number of years.
What formula must be in cell C7?
=
[1]
(d) Cell C8 contains the monthly repayment which is found from
sum of the amount borrowed and interest to pay
divided by total number of months.
What formula must be in cell C8?
=
© UCLES 2013
[2]
7010/11/M/J/13
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
19
(e) Give two different validation checks you would use for inputs to cells:
For
Examiner's
Use
B2
B5
[2]
(f) Describe how you would test the spreadsheet to ensure it works correctly.
[2]
© UCLES 2013
7010/11/M/J/13
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
8
6
A spreadsheet was set up to calculate values of v based on the formula:
For
Examiner's
Use
v=u+a*t
1
2
3
4
5
6
7
8
A
value of u
20
10
30
40
50
20
B
value of a
9.81
9.81
9.81
9.81
9.81
9.81
C
value of t
10
20
40
30
20
50
D
result v
(a) A student typed in = (D2 + B2 * C2) into cell D2.
Why would this formula produce an error message?
[1]
(b) What is the correct formula that should be in cell D2?
=
[1]
(c) If this formula was replicated down to cell D7, what formula would be in D7?
=
[1]
(d) What formula is required in cell D8 to find the highest value of v?
=
[1]
(e) Column B has the same value throughout.
If column B was removed, what would be the new formula in D2?
=
© UCLES 2013
[1]
7010/12/O/N/13
M.Mushtaq LGS islamabad.... 03215275281
14
12 A spreadsheet was set up to compare fuel prices in dollars per litre over three years. Part
of the spreadsheet is shown below.
A
1
2
3
4
5
6
7
8
9
10
country 1
country 2
country 3
country 4
country 5
country 6
country 7
country 8
B
C
D
E
F
Year 1
($/litre)
Year 2
($/litre)
Year 3
($/litre)
Average
($/litre)
Above world
average in
year 3?
2.00
2.50
2.00
1.00
2.00
2.20
2.15
1.50
2.40
2.70
2.10
1.25
2.20
2.80
2.45
1.70
Max value:
2.75
2.90
2.30
1.40
2.50
3.00
2.80
2.00
3.00
2.38
2.70
2.13
1.22
2.23
2.67
2.47
1.73
(a) What formulas must be in column E to calculate the average values for years 1 to 3?
E
Average
($/litre)
1
2
=
3
=
4
=
5
=
6
=
7
=
8
=
9
=
[2]
(b) What formula must be in cell D10 to find the highest fuel value in $/litre for year 3?
=
[1]
(c) (i) If the following formula was typed into cell F2, what would be output?
= IF (D2 > 2.20, “Y”, “N”)
[1]
© UCLES 2013
7010/13/O/N/13
M.Mushtaq LGS islamabad.... 03215275281
For
Examiner's
Use
12
9
A spreadsheet has been set up to monitor six experiments.
A
1
2
3
4
5
6
7
8
B
Start
volume
(litres)
21
19
20
18
20
19
Experiment
number
1
2
3
4
5
6
C
End
volume
(litres)
33
40
37
48
44
33
D
Volume
change
(litres)
12
21
17
30
24
14
E
F
G
Start
End
Pressure
pressure pressure change
(bar)
(bar)
(bar)
1.0
2.2
1.2
1.0
3.3
2.3
1.0
3.0
2.0
1.0
3.6
2.6
1.0
3.4
2.4
1.0
2.6
1.6
(a) What formulas must be in column D and column G?
1
D
G
Volume change
(litres)
Pressure change
(bar)
2 =
=
3 =
=
4 =
=
5 =
=
6 =
=
7 =
=
[4]
© UCLES 2014
7010/11/M/J/14
M.Mushtaq LGS islamabad.... 03215275281
13
(b) What cells were highlighted to draw the chart below?
3
Chart to show volume and pressure change
50
2.5
40
2
30
1.5
20
1
10
0.5
0
Pressure
Volume
60
0
1
2
3
4
Experiment number
5
6
[2]
(c) What formula should be in cell D8 to find the average volume change?
=
[1]
(d) What formula should be in cell G8 to find the highest pressure change?
=
© UCLES 2014
[1]
7010/11/M/J/14
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
14
(b) Two devices used by the supermarket Point-Of-Sale (POS) terminal are a barcode reader
and a keyboard.
Name two other input/output devices used at the POS and give a use for each device.
device 1 ....................................................................................................................................
use ............................................................................................................................................
...................................................................................................................................................
...................................................................................................................................................
device 2 ....................................................................................................................................
use ............................................................................................................................................
...................................................................................................................................................
...............................................................................................................................................[4]
11 A spreadsheet was set up to find the value of gold jewellery. The purity of gold is measured in
carats. Gold that is 24 carat is 100% pure. Other purities are measured as fractions of 24 carat. For
18
× 100 = 75% pure. Therefore, 20 grams of 18 carat jewellery would
example, 18 carat gold is
24
18
× 20 = 15 grams of pure gold.
contain
24
A
B
C
D
1
input number of
carats of gold
2
3
input weight of the
jewellery (in grams)
4
actual weight of gold
(grams)
5
input value of gold
($ per gram)
6
total value of gold
($)
Values are input into cells B2, B3 and B5 and output is shown in cells C4 and C6.
© UCLES 2014
7010/12/O/N/14
M.Mushtaq LGS islamabad.... 03215275281
15
(a) Cell C4 calculates the actual weight of gold in the original jewellery.
What formula would you expect to be in cell C4?
= ............................................................................................................................................[1]
(b) Cell C6 calculates the value of the gold content of the jewellery.
What formula would you expect to be in cell C6?
= ............................................................................................................................................[1]
(c) It was decided to include an extra input in D1. This additional input was the original amount
paid for the gold jewellery (in $). Cell D6 will now show whether the current sale value of the
gold jewellery would generate a profit or not.
Complete the following formula in cell D6:
= IF (………………………… , " ……………….……… ", "no profit")
[2]
(d) A buyer bought some 18 carat gold jewellery for $1500. The jewellery weighed 60 grams. The
value of gold is $40 per gram.
Show the values you would expect to see in cells B2, B3, B5, C4, C6, D1 and D6 using the
following spreadsheet page:
A
B
C
amount paid for
jewellery ($)
1
input number of
carats of gold
2
3
4
input weight of the
jewellery (in grams)
6
input value of gold
($ per gram)
total value of gold
($)
………………………
………………………
………………………
actual weight of gold
(grams)
5
D
………………………
………………………
……………………… ………………………
[3]
© UCLES 2014
7010/12/O/N/14
[Turn over
M.Mushtaq LGS islamabad.... 03215275281
14
12 A spreadsheet has been set up to allow a motorist to keep a check on his fuel costs.
A
B
C
D
1
2
input number of
litres of fuel used
3
input number of km
driven
4
calculated fuel
consumption
5
input number of km
driven each year
6
calculated annual
fuel cost
Data are input into cells B2, B3 and B5 and results appear in cells C4 and C6.
(a) (i)
Fuel consumption is calculated as kilometres per litre.
Give the formula you would expect to see in C4.
= ........................................................................................................................................
(ii)
Assume that fuel costs $2.00 per litre.
Give the formula you would expect to see in cell C6.
= ....................................................................................................................................[2]
(b) It was decided to include an extra input in D1. The value input is the motorist’s fuel allowance
(in $) for the year.
Cell D6 will show whether the calculated annual fuel cost is above the annual fuel allowance
or not.
Complete the following formula which must be in D6:
= IF (…………….……….………….….., " …………….…………………. ", "equal or below")
[2]
(c) Identify which cells would be automatically updated if the value in cell B3 was changed.
...................................................................................................................................................
...............................................................................................................................................[1]
© UCLES 2014
7010/13/O/N/14
M.Mushtaq LGS islamabad.... 03215275281
Download