0417_s13_qp_13
A paper of Information and Communication Technology, 0417
Questions:
18
Year:
2013
Paper:
1
Variant:
3

Login to start this paper & get access to powerful tools

6
13
15
For Examiner's Use 15 A Sports Science student had to analyse the performance of athletes prior to the 2012 Olympic Games. He created a spreadsheet to do this. Below is his analysis of the javelin event. It is split into two sheets. Sheet 1 contains the Code for each nationality. Sheet 2 contains a list of athletes and the results they achieved in a pre-Olympic event. A B Code Country AUS Australia FRA France GHA Ghana RUS Russia THA Thailand TUN Tunisia TUR Turkey USA America Sheet 1 (Commas are used as delimiters in the functions shown below.) Because athletes sometimes miss a throw or throw outside the area, this is recorded in the spreadsheet as a no throw using the letters NT. A B C D E F G H Country Athlete Code Throw Throw Throw Total Number thrown of throws =LOOKUP(C3,Sheet1!$A$2:$B$9) Chevonne Baines USA 85.02 73.29 76.9 =SUM(D3:F3) =COUNTIF(D3:F3,”<>NT”) =LOOKUP(C4,Sheet1!$A$2:$B$9) Mary Bempe GHA NT 66.64 70.61 =SUM(D4:F4) =COUNTIF(D4:F4,”<>NT”) =LOOKUP(C5,Sheet1!$A$2:$B$9) Rhiannon Jones USA 81.22 68.4 71.18 =SUM(D5:F5) =COUNTIF(D5:F5,”<>NT”) =LOOKUP(C6,Sheet1!$A$2:$B$9) Abhasra Boonme THA 83.04 76.43 60.35 =SUM(D6:F6) =COUNTIF(D6:F6,”<>NT”) =LOOKUP(C7,Sheet1!$A$2:$B$9) Jean Claude Devandre FRA 68.04 45.98 62.62 =SUM(D7:F7) =COUNTIF(D7:F7,”<>NT”) =LOOKUP(C8,Sheet1!$A$2:$B$9) Brett Lewis AUS 79.98 68.78 NT =SUM(D8:F8) =COUNTIF(D8:F8,”<>NT”) =LOOKUP(C9,Sheet1!$A$2:$B$9) Vera Stepanov RUS 70.42 49.88 90.18 =SUM(D9:F9) =COUNTIF(D9:F9,”<>NT”) =LOOKUP(C10,Sheet1!$A$2:$B$9) Murat Mehmet TUR 49.81 67.51 53.66 =SUM(D10:F10) =COUNTIF(D10:F10,”<>NT”) =LOOKUP(C11,Sheet1!$A$2:$B$9) Joan Lewington USA 88.85 NT 69.44 =SUM(D11:F11) =COUNTIF(D11:F11,”<>NT”) =LOOKUP(C12,Sheet1!$A$2:$B$9) Youssef Ibrahim TUN 93.39 63.1 47.14 =SUM(D12:F12) =COUNTIF(D12:F12,”<>NT”) =LOOKUP(C13,Sheet1!$A$2:$B$9) Laura Bennett AUS 55.97 49.45 70.07 =SUM(D13:F13) =COUNTIF(D13:F13,”<>NT”) Sheet 2 Explain what the function in cell A3 does. For Examiner's Use What value would you expect to see in cell A6? Explain what the function in cell G3 does. Explain what the function in cell H4 does. What value would you expect to see in cell H6? Spreadsheets are often used to produce computer models. There are however, other forms of models such as simulations. Explain, using air pilot training as an example, what is meant by simulation.