Answer ALL questions. Write your answers in the spaces provided.
Questions in this paper are based on a scenario.
Crawdale Leisure Centre
Crawdale Leisure Centre provides modern sports facilities including an indoor s
...
Answer ALL questions. Write your answers in the spaces provided.
Questions in this paper are based on a scenario.
Crawdale Leisure Centre
Crawdale Leisure Centre provides modern sports facilities including an indoor swimming pool,
fitness suite, badminton hall and squash courts.
Crawdale Leisure Centre offers five membership schemes: full, junior (under 16), swim only,
junior swim only and fitness only.
1 A computer program is used to check and record membership applications. The first
name, last name and telephone number of people applying for membership are
stored as variables.
(a) State two other items that need to be stored as variables.
(2)
1 ................................................................................................................................................................................................................................................................................
....................................................................................................................................................................................................................................................................................
2 ................................................................................................................................................................................................................................................................................
....................................................................................................................................................................................................................................................................................
https://britishstudentroom-b430a.web.app/*P66483A0328* Turn over 3
(b) Full members enjoy free off-peak racket sports and get a 50% discount when
booking badminton and squash courts for peak times. A computer program is
used to manage the bookings.
Complete the table to show an input, a process and an output.
Input Process Output
Match membership number
with membership type Membership type
Booking date and time
required
Available – proceed with
booking
Not available – return to input
Peak time Yes/no If yes apply discount to cost of
booking
(3)
(c) The basic cost of a full membership is £432.00 for a 12-month contract.
Most members choose to pay this in monthly instalments.
The basic cost of a full membership is adjusted by applying a 5% discount for
each consecutive year of membership.
Construct a general expression to calculate the monthly cost of a
full membership.
(2)
....................................................................................................................................................................................................................................................................................
....................................................................................................................................................................................................................................................................................
....................................................................................................................................................................................................................................................................................
....................................................................................................................................................................................................................................................................................
(Total for Question 1 = 7 marks)
https://britishstudentroom-b430a.web.app/4 *P66483A0428*
2 The leisure centre uses an algorithm, based on demand in previous years, to
determine peak and off peak times.
Here is the pseudocode for this algorithm.
The values for month are 1 = January, 2 = February, … 12 = December
The values for day are 1 = Monday, 2 = Tuesday … 7 = Sunday
[Show More]