9713 Applied Ict: MARK SCHEME For The October/November 2008 Question Paper
9713 Applied Ict: MARK SCHEME For The October/November 2008 Question Paper
This mark scheme is published as an aid to teachers and candidates, to indicate the requirements of the examination. It shows the basis on which Examiners were instructed to award marks. It does not indicate the details of the discussions that took place at an Examiners meeting before marking began. All Examiners are instructed that alternative correct answers and unexpected approaches in candidates scripts must be given marks that fairly reflect the relevant knowledge and skills demonstrated. Mark schemes must be read in conjunction with the question papers and the report on the examination.
CIE will not enter into discussions or correspondence in connection with these mark schemes.
CIE is publishing the mark schemes for the October/November 2008 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.
Page 2
Syllabus 9713
Paper 02
No marks to be awarded for any printout not containing the candidate name, candidate number and Centre number
Step 3
Candidate name, Centre number and candidate number
Table created Correct fields 3 text fields 2 number fields Primary key correct
Table created Correct fields & field types Primary key correct
1 mark 1 mark
Table created Correct fields & field types Primary key correct
1 mark 1 mark
UCLES 2008
Page 3
Syllabus 9713
Paper 02
Step 5
Candidate name, Centre number and candidate number
Relationship, correct fields 1 mark Relationship, correct fields 1 mark
1 mark
1 mark
UCLES 2008
Page 4
Syllabus 9713
Paper 02
Step 7
In header 1 mark
List of managers
Qualification ADHM AHM AHM AHM HCAT HCAT NVQ L1 NVQ L1 NVQ L1 NVQ L2 NVQ L3 NVQ L3 NVQ L4 Description Sales Manager Restaurant Manager Human Resources Manager IS Manager Kids Club Manager Housekeeping Manager Shop Manager Entertainment Manager Assistant Manager Assistant Sales Manager Assistant Restaurant Manager Catering Manager General Manager Fname Ritu Shruti Adheesh Arjeet Keshav Kratika Nripesh Nedeem Mohamed Ahmed Siddharth Siddharth Siddharth Sname Liu Di Vizio Agrawal Ravi Shoaib Gupta Ratwani Nainani Surit Malviya Khan Afana Gad
1 mark
Wildcard search on Manager 2 marks No marks unless correct wildcard search Sorted ascending on qualification 1 mark Correct 4 fields only & fully visible 1 mark
UCLES 2008
Page 5
Syllabus 9713
Paper 02
Step 10
In header 1 mark
1 mark
UCLES 2008
Page 6
Syllabus 9713
Paper 02
Step 18
2 marks 2 marks
AHM TB0070 TB0028 TB0023 TB0006 TB0005 TB0004 Sum Ankur Sagar Shruti Mohammed Ruksana Chantal Pavia Gupta Di Vizio Amen Akhtar Ahmad Catering Assistant Assistant Chef Restaurant Manager Chef Catering Assistant Souffle Chef 33600 96621 108150 111615 33600 94710 478296 Ashwani Chef 143505 143505 Chauhan Chef 116930 116930 Khan Afana Assistant Restaurant Catering Manager 103068 173600 276668 2 marks 1 mark 2 marks 2 marks 1 mark 2 marks 1 mark 1 mark
Selection criteria JobCode >53 & <80 (these jobs only) Grand Total Fields Only these 6 fields shown By A Candidate, Candidate 99999, Centre XX999. Grouping Grouped by qualification Group footer correct subtotal Report footer Name, centre no, candidate number Calculated control for sum (correct) Single page & fully visible UCLES 2008 Subtotals and Total in bold font
1015399
Page 7
Syllabus 9713
Paper 02
Step 20
Fname black text and background Sname black text and background
1 mark 1 mark
UCLES 2008 Individual pay figures invisible Subtotals and total still as original print
1 mark 1 mark
Page 8
Syllabus 9713
Paper 02
Step 23
Candidate name, Centre number and candidate number
Average pay
Number of employees
UCLES 2008
Selection criteria Qualification >1 and < 6 (these qualifications only) and correct data selected 2 marks Chart type Appropriate (Comparative line graph) 2 marks Category Axis Qualification names in full 1 mark Meaningful & appropriate axis label 1 mark Value Axes 2 axes shown 1 mark Meaningful & appropriate axis labels 2 marks Chart Title Meaningful & appropriate chart title 1 mark Title of appropriate size 1 mark Series labels Visible, correct and appropriate 2 marks (may be in a legend)
Page 9
Syllabus 9713
Paper 02
Step 36
Search Fridge = 0
2 marks
Formatting Row 7 and column A centre Row 7 and column A bold and italic Last 4 columns Sri Lanka rupees 2 dp Total LKR 160.00 LKR 160.00 LKR 242.00 LKR 242.00 LKR 242.00 LKR 162.00 LKR 160.00 LKR 160.00 LKR 162.00 LKR 160.00 LKR 160.00 LKR 242.00 LKR 160.00 LKR 160.00 LKR 166.00
1 mark 1 mark
Page 10
Syllabus 9713
Paper 02
1 mark D
Guest Mid or left function used Correct cell reference First position in string 1 character extraction Turned into a numeric value
Basic 209 2DNNNPNA =VALUE(MID(B34,1,1)) =IF(MID(B34,2,1)="D",DBL*C34,IF(MID(B34,2,1)="S",SGL*C34,IF(MID(B34,2,1)="B",BTH*C34,0))) 34 Mid function used 1 mark 210 2DNNNPNA =VALUE(MID(B35,1,1)) =IF(MID(B35,2,1)="D",DBL*C35,IF(MID(B35,2,1)="S",SGL*C35,IF(MID(B35,2,1)="B",BTH*C35,0))) 35 Correct cell reference 1 mark Second position in string 1 mark 305 2DNTNSNA =VALUE(MID(B48,1,1)) =IF(MID(B48,2,1)="D",DBL*C48,IF(MID(B48,2,1)="S",SGL*C48,IF(MID(B48,2,1)="B",BTH*C48,0))) 48 1 character extraction 1 mark 309 2DNNNPNA =VALUE(MID(B52,1,1)) =IF(MID(B52,2,1)="D",DBL*C52,IF(MID(B52,2,1)="S",SGL*C52,IF(MID(B52,2,1)="B",BTH*C52,0))) 52 Nested IF (or appropriate alternative) 2 marks D and correct formulae (works) 1 mark 310 2DNNNPNA =VALUE(MID(B53,1,1)) =IF(MID(B53,2,1)="D",DBL*C53,IF(MID(B53,2,1)="S",SGL*C53,IF(MID(B53,2,1)="B",BTH*C53,0))) 53 S and correct formulae (works) 1 mark 317 3DNTNNNA =VALUE(MID(B60,1,1)) =IF(MID(B60,2,1)="D",DBL*C60,IF(MID(B60,2,1)="S",SGL*C60,IF(MID(B60,2,1)="B",BTH*C60,0))) 60 B and correct formulae (works) 1 mark Any other returns 0 1 mark 409 2DNNNPNA =VALUE(MID(B70,1,1)) =IF(MID(B70,2,1)="D",DBL*C70,IF(MID(B70,2,1)="S",SGL*C70,IF(MID(B70,2,1)="B",BTH*C70,0))) 70 All 3 cells correct for column B reference 1 mark (Allow named range) 410 2DNNNPNA =VALUE(MID(B71,1,1)) =IF(MID(B71,2,1)="D",DBL*C71,IF(MID(B71,2,1)="S",SGL*C71,IF(MID(B71,2,1)="B",BTH*C71,0))) 71 All 3 cells correct for column C reference 1 mark 512 4BNTBNNA =VALUE(MID(B91,1,1)) =IF(MID(B91,2,1)="D",DBL*C91,IF(MID(B91,2,1)="S",SGL*C91,IF(MID(B91,2,1)="B",BTH*C91,0))) 91 (Allow named range) Candidate name, Centre number and candidate number Correct named cells 3 marks UCLES 2008
Page 11
Fridge Mid function used E Correct cell reference 1 Third position in string 2 1 character extraction IF F then correct return 3 Correct named cell 4 Any other returns 0 5 6 7 16 17 21 22 25 32 34 35 48 52 53 60 70 71 91 Fridge =IF(MID(B16,3,1)="F",FR,0) =IF(MID(B17,3,1)="F",FR,0) =IF(MID(B21,3,1)="F",FR,0) =IF(MID(B22,3,1)="F",FR,0) =IF(MID(B25,3,1)="F",FR,0) =IF(MID(B32,3,1)="F",FR,0) =IF(MID(B34,3,1)="F",FR,0) =IF(MID(B35,3,1)="F",FR,0) =IF(MID(B48,3,1)="F",FR,0) =IF(MID(B52,3,1)="F",FR,0) =IF(MID(B53,3,1)="F",FR,0) =IF(MID(B60,3,1)="F",FR,0) =IF(MID(B70,3,1)="F",FR,0) =IF(MID(B71,3,1)="F",FR,0) =IF(MID(B91,3,1)="F",FR,0)
Syllabus 9713
Paper 02
1 mark
Television =IF(MID(B16,4,1)="T",TV,0) =IF(MID(B17,4,1)="T",TV,0) =IF(MID(B21,4,1)="T",TV,0) =IF(MID(B22,4,1)="T",TV,0) =IF(MID(B25,4,1)="T",TV,0) =IF(MID(B32,4,1)="T",TV,0) =IF(MID(B34,4,1)="T",TV,0) =IF(MID(B35,4,1)="T",TV,0) =IF(MID(B48,4,1)="T",TV,0) =IF(MID(B52,4,1)="T",TV,0) =IF(MID(B53,4,1)="T",TV,0) =IF(MID(B60,4,1)="T",TV,0) =IF(MID(B70,4,1)="T",TV,0) =IF(MID(B71,4,1)="T",TV,0) =IF(MID(B91,4,1)="T",TV,0)
Total =D16+E16+F16 =D17+E17+F17 =D21+E21+F21 =D22+E22+F22 =D25+E25+F25 =D32+E32+F32 =D34+E34+F34 =D35+E35+F35 =D48+E48+F48 =D52+E52+F52 =D53+E53+F53 =D60+E60+F60 =D70+E70+F70 =D71+E71+F71 =D91+E91+F91 Replication Correct replication All formulae fully visible All labels fully visible Row and column headings visible Landscape orientation UCLES 2008 1 mark 1 mark 1 mark 1 mark 1 mark
Page 12
Syllabus 9713
Paper 02
Step 40
Hyperlink Hyperlink Correct text & web address Correct text & web address
1 mark 1 mark
UCLES 2008
Page 13
Syllabus 9713
Paper 02
Step 41
UCLES 2008
Page 14
Syllabus 9713
Paper 02
Step 42
Hyperlink Correct text Correct web address e-mail address Correct subject line
UCLES 2008