MARK SCHEME MAXIMUM MARK : 72 SYLLABUS/COMPONENT : 0418/03 INFORMATION TECHNOLOGY

Size: px
Start display at page:

Download "MARK SCHEME MAXIMUM MARK : 72 SYLLABUS/COMPONENT : 0418/03 INFORMATION TECHNOLOGY"

Transcription

1 0418/03 June 2006 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS June 2006 INTERNATIONAL GCSE MARK SCHEME MAXIMUM MARK : 72 SYLLABUS/COMPONENT : 0418/03 INFORMATION TECHNOLOGY UCLES 2006 [Turn Over]

2

3 Formulae: Countif number of small COUNTIF function correct Countif number of Large COUNTIF function correct Alignment not important Row/Column may not be the same as this example Do not penalise for the use of named cells/ranges or column reference Information Table Mark-up Number of stock items Small Large =COUNTIF($C$9:$C$20,A5) =COUNTIF($C$9:$C$20,A6) 0418/03 June 2006 Formulae: If Purchase >=300 then use content of named cell seven, else use content of named cell five*, multiplied by the content of Purchase IF function used correctly to achieve the right result Named cell range 'seven' multiplied by purchase Named cell range 'five' used multiplied by purchase Alignment not important Row/Column may not be the same as this example Formula: Sale = Purchase + Increase Sale formula correct Alignment not important Date Item Size Purchase Increase Sale Basic exercise bike =IF(D9>=300,D9*seven,D9*five) =SUM(D9:E9) Cross trainer =IF(D10>=300,D10*seven,D10*five) =SUM(D10:E10) Multi gym =IF(D11>=300,D11*seven,D11*five) =SUM(D11:E11) Treadmill =IF(D12>=300,D12*seven,D12*five) =SUM(D12:E12) Rowing machine =IF(D13>=300,D13*seven,D13*five) =SUM(D13:E13) Trampoline =IF(D14>=300,D14*seven,D14*five) =SUM(D14:E14) Benches =IF(D15>=300,D15*seven,D15*five) =SUM(D15:E15) Punch bags =IF(D16>=300,D16*seven,D16*five) =SUM(D16:E16) Weights =IF(D17>=300,D17*seven,D17*five) =SUM(D17:E17) Elliptical cross trainers =IF(D18>=300,D18*seven,D18*five) =SUM(D18:E18) Step trainer =IF(D19>=300,D19*seven,D19*five) =SUM(D19:E19) Press =IF(D20>=300,D20*seven,D20*five) =SUM(D20:E20) Replication: Both formulae replicated correctly Layout - Data model created as shown to include date and item All of the formulae and labels are visible in cell Single page landscape orientation UCLES 2006 [Turn Over]

4 0418/03 June 2006 Format Mark-up as % with 0 dp 2 Cells in Information Table formatted to % Integer - values as shown Information Table Mark-up 5% 7% Number of stock items Small 7 Large 5 Format the results in the Purchase, Increase and Sales columns to 2dp displaying $ All 3 columns formatted to $ and 2dp Date Item Size Purchase Increase Sale March 24, 2006 Basic exercise bike Small $94.00 $4.70 $98.70 March 30, 2006 Cross trainer Large $ $14.75 $ April 6, 2006 Multi gym Large $ $31.43 $ April 15, 2006 Treadmill Large $ $58.73 $ May 19, 2006 Rowing machine Small $ $36.33 $ May 20, 2006 Trampoline Large $ $24.43 $ May 26, 2006 Benches Small $ $6.95 $ June 2, 2006 Punch bags Small $ $12.90 $ June 2, 2006 Weights Small $79.00 $3.95 $82.95 June 7, 2006 Elliptical cross trainers Large $ $31.08 $ June 17, 2006 Step trainer Small $45.00 $2.25 $47.25 June 22, 2006 Press Small $88.00 $4.40 $92.40 Test data: All data must be 100% accurate. Ignore initial capitalization on any words, other than the first unless there is inconsistency. Date must contain month in words. Accept dd/mm/yyyy or mm/dd/yyyy formats Data added 100% accurately 4 marks Page orientation not specified All data fits on a single page All data is visible UCLES 2006 [Turn Over]

5 Searching: Size equals Large Only these five rows should be visible Correct data extracted 2 marks All columns must be visible 0418/03 June 2006 Date Item Size Purchase Increase Sale March 30, 2006 Cross trainer Large $ $14.75 $ April 6, 2006 Multi gym Large $ $31.43 $ April 15, 2006 Treadmill Large $ $58.73 $ May 20, 2006 Trampoline Large $ $24.43 $ June 7, 2006 Elliptical cross trainers Large $ $31.08 $ Searching: Date after 01 June 2006 and Purchase is greater than 150 Only these two rows should be visible Correct data extracted 2 marks All columns must be visible Date Item Size Purchase Increase Sale June 2, 2006 Punch bags Small $ $12.90 $ June 7, 2006 Elliptical cross trainers Large $ $31.08 $ Page 5 of 13

6 0418/03 June 2006 Printout of Stylesheet should be included: h1 { color: #008000; font-family: Arial; font-size: 45pt; text-align: Center; font-weight: bold } h2 { color: #00FF00; font-family: Times New Roman; font-size: 18pt; text-align: Left; font-weight: bold } h3 { color: #00FF00; font-family: Arial; font-size: 12pt; text-align: Left } Correct style created for h1 Correct style created for h2 Correct style created for h3 Printout of style sheet included must be a stylesheet not a webpage Ensure the candidate s name is printed UCLES 2006 [Turn Over]

7 0418/03 June 2006 Heading Style h1 From stylesheet, dark green, sans-serif font, largest text size, bold, centre aligned. Accept initial caps or upper case. Heading 100% correct and h1 used as specified Menu contains SWAD6MEN.TXT - in h2 Menu added Table created with 5 rows and 2 columns Merge columns 1 and 2 in the 3 rd row Merge columns 1 and2 in the 4 th row Merge columns 1 and2 in the 5 th row Correct text appears in each cell Style h2 applied to correct text (2 cells), light green, serif font, (approx) 18 point, align left, bold Style h3 applied to correct text (4 cells), light green, sans-serif font, (approx) 14 point, left aligned SWAD6GYM.JPG in this cell Any vertical alignment is acceptable. Horizontal centre alignment. Resized to 500 pixels wide. All image must be visible Image inserted correct position centre align Page 7 of 13

8 0418/03 June 2006 HTML code is likely to vary greatly from this example only check for required elements. <html> <head> <title>gymnastic</title> <link rel="stylesheet" type="text/css" href="gyms.css"> </head> <body> Any name can be used <h1>gymnastic</h1> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" width="300" align="left"> <tr> <td> <h2>home Page</h2> </td> <td> <h2><a href="swad6gym.htm" target="external">rowing Machine</a></h2> </td> <td> <h2>order Form</h2> </td> </tr> </table> </div> <div align="left"> <table border="4" cellpadding="0" cellspacing="0" EXTERNAL width="300"> <tr> <td> <h2>what we do</h2> </td> <td> <h3>our company sells gym equipment to both public and private customers, at well below retail prices.</h3> </td> </tr> <tr> <td> <h3>we keep the costs low as we do not have a retail shop, our only shop is on-line.</h3> </td> <td> <h3>you can contact our office through many different media.</h3> </td> </tr> <tr> <td colspan="2"> <h3>through our website on-line - use our order form.</h3> <h3>by post - order our catalogue and complete the order form.</h3> <h3>by phone or fax - all contact details on this website.</h3> </td> </tr> <tr> <td colspan="2"><img border="0" src="swad6gym.jpg" width="500" height="137" align="center"></td> </tr> <tr> <td colspan="2"> services.</h2> </td> </tr> </table> </body> </html> Table border set to 0 point Table border set to 4 point External stylesheet attached SWAD6GYM.JPG in this cell Aspect ratio maintained. Image should be <h2>in all cases you can order our catalogue for a full listing of our centre aligned. Resized to 500 pixels wide. Image resized Reference from hyperlink Rowing Machine to open SWAD6GYM.HTM in new window called UCLES 2006 [Turn Over]

9 0418/03 June 2006 SWAD6ROW.JPG in this cell Any vertical or horizontal alignment is acceptable Image resized to 300 pixels wide All image must be visible Aspect ratio must be maintained Image placed as specified Check this Image has replaced the text Must be placed outside the table Page 9 of 13

10 0418/03 June 2006 HTML code is likely to vary greatly from this example only check for required elements. <head> <title>gym EQUIPMENT SUPPLIED FROM GYMNASTIC</title> <link rel="stylesheet" type="text/css" href="gyms.css"> </head> <body lang=en-gb style='tab-interval:36.0pt'> <h1>rowing MACHINES FROM GYMNASTIC</h1> <table border="0" cellpadding="0" cellspacing="0" width="666" height="571"> <tr> <td width="386" height="416"> <h2>resistance</h2> <h3>space-saving hydraulic piston resistance to simulate the feel of rowing</h3> <h2>size (L x W x H)</h2> <h3>49" x 31" x 24"</h3> <h2>weight</h2> <h3>50 lbs</h3> <h2>rowing motion</h2> <h3>standard</h3> <h2>manufactured</h2> <h3>germany</h3> <h2>monitor functions</h2> <h3>measurements of time, number of strokes rowed, stroke rating (with audible setting), energy consumption, automatic display alternation, and target settings</h3> <h2>assembly</h2> <h3>minor assembly required</h3> </td> <td width="276" height="416"><img border="0" src="swad6row.jpg" width="300" height="200"></td> </tr> </table> <p><a href="swad6hm.htm"><img border="0" src="swad6ico.gif" width="35" height="35"></a></p> </body> External stylesheet applied Any name can be used. Stylesheet must not be overridden SWAD6ROW.JPG Any vertical or horizontal alignment is acceptable Image resized 300 pixels wide All image must be visible Image resized Check for SWAD6ICO.GIF not.jpg - Width 35 Image converted to GIF Image resized to be 35 pixels wide and maintain the aspect ratio Hyperlink created from graphic to SWAD6HM.HTM UCLES 2006 [Turn Over]

11 SLIDE 1 Master slide check consistency Candidate name and today s date top left, colour black, small text, Font size to be smallest text on the slide 0418/03 June 2006 Master slide check consistency Logo Any suitable clipart chosen Placed in top right quadrant of the screen Logo placed top right Logo not overlapping text or object Heading: Dark blue, right aligned, large font between 50 & 68 point Penalise for initial caps if omitted. Heading formatted correctly, Text of heading entered correctly Subheading: Bright blue, centre aligned, medium font between 36 & 48 point. Ignore initial caps. Subheading formatted correctly, Text of subheading entered correctly Presenter Notes Not on the slide: 100% correct and right place or suitably adapted text. Presenter notes present UCLES 2006 [Turn Over]

12 0418/03 June 2006 SLIDE 2 Candidate s name and today s date: Placed in top left quadrant of the screen Colour black Heading: Dark blue, right aligned, large font between 50 & 68 point Do not penalize for capital E if consistent with other slides Heading entered and formatted correctly Logo: Suitable clipart chosen Placed in top right quadrant of the screen Double headed arrow dark blue vertical line between bullet and graph Any form of arrow head is acceptable Arrow present Allow and Bulleted list: Dark green, left aligned, small font between 16 & 34 point Allow any bullet points Bulleted list added correctly and in right place Bulleted list formatted as specified Background: Light green Must be consistent throughout all slides Presenter Notes: 100% correct & right place Vertical Bar Chart created from data displaying a legend: Business/IT 350 Catering 275 Art & Design 196 Science 371 Technology 215 Chart created correctly legend displayed& valid UCLES 2006 [Turn Over]

13 0418/03 June 2006 SLIDE 3 Candidate s name and today s date: Placed in top left quadrant of the screen Colour black. Heading: Dark blue, right aligned, large font between 50 & 68 point Do not penalize for capital A if consistent with other slides Heading entered and formatted correctly Graphic (category 'sport ) Clipart inserted correctly Logo: Suitable clipart chosen Placed in top right quadrant of the screen Background: Light green Must be consistent throughout all slides Bulleted list: Dark green, left aligned, small font between 16 & 34 point Consistent symbol with slide 2 Bulleted list added correctly and in right place related to image Bulleted list formatted as specified and bullet symbol consistent with slide 2 Presenter Notes: 100% correct & right place From ARF Colour correct Slide transitions added Slide animation added UCLES 2006 [Turn Over]

14 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2006 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3, maximum raw mark 72 This mark scheme is published as an aid to teachers and students, 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. The grade thresholds for various grades are published in the report on the examination for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses. CIE will not enter into discussions or correspondence in connection with these mark schemes. CIE is publishing the mark schemes for the October/November 2006 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

15 Page 2 Mark Scheme Syllabus Paper IGCSE - OCT/NOV Formulae: Countif number of Kitchen COUNT function used correctly Countif number of Household COUNT function used correctly Alignment not important Row/Column may not be the same as this example Do not penalise the use of named cells/ranges or column reference Formulae: If Offer=M then use content of named cell six, else used content of named cell three, multiplied by the content of Price. IF function used correctly to achieve the right result Named cell range ' six' multiplied by price Named cell range 'three' used multiplied by price Alignment not important Row/Column may not be the same as this example Information Table Manager's Discount M 0.06 Clearance Discount C 0.03 Number of sales Kitchen =COUNTIF($D$9:$D$20,A5) Household =COUNTIF($D$9:$D$20,A6) Formula: Value = Price - Discount Value formula correct Alignment not important Date Product Offer Type Price Discount Value =IF(C9="M",E9*six,E9*three) =E9-F =IF(C10="M",E10*six,E10*three) =E10-F =IF(C11="M",E11*six,E11*three) =E11-F =IF(C12="M",E12*six,E12*three) =E12-F =IF(C13="M",E13*six,E13*three) =E13-F =IF(C14="M",E14*six,E14*three) =E14-F =IF(C15="M",E15*six,E15*three) =E15-F =IF(C16="M",E16*six,E16*three) =E16-F =IF(C17="M",E17*six,E17*three) =E17-F =IF(C18="M",E18*six,E18*three) =E18-F =IF(C19="M",E19*six,E19*three) =E19-F =IF(C20="M",E20*six,E20*three) =E20-F20 Replication: Both formulae replicated correctly Layout - Data model created as shown to include date, labels and data All of the formulae and labels are fully visible in cells Single page landscape orientation UCLES 2006

16 Page 3 Mark Scheme Syllabus Paper IGCSE - OCT/NOV Format Manager s Discount and Clearance Discount as % with 0 dp 2 Cells in Information Table formatted to % Integer values as shown Information Table Manager's Discount M 6% Clearance Discount C 3% Number of sales Kitchen 7 Household 5 Format the results in the Price, Discount and Value columns to 2dp displaying $ All 3 columns formatted to $ and 2dp Date Product Offer Type Price Discount Value 15-Feb-2006Washer M Kitchen $ $21.00 $ Mar-2006Iron M Kitchen $25.00 $1.50 $ Apr-2006Television C Household $1, $31.50 $1, Apr-2006Dryer C Kitchen $ $4.50 $ May-2006Kettle C Kitchen $15.00 $0.45 $ Jun-2006Radio C Household $34.00 $1.02 $ Jul-2006Washer M Kitchen $ $33.00 $ Jul-2006Oven M Kitchen $ $39.00 $ Jul-2006Washer C Kitchen $ $12.63 $ Aug-2006Television C Household $ $18.72 $ Aug-2006Radio C Household $28.50 $0.85 $ Aug-2006Television M Household $ $37.44 $ Test data: All data must be 100% accurate. Date must contain month in words. Accept dd/mmm/yyyy or mmm/dd/yyyy formats. Data added 100% accurately 4 marks deduct per error Page orientation not specified All data fits on a single page All data and values are visible UCLES 2006

17 Page 4 Mark Scheme Syllabus Paper IGCSE - OCT/NOV Searching: Type equals Kitchen Only these seven rows should be visible Correct data extracted 2 marks All data must be visible Date Product Offer Type Price Discount Value 15-Feb-2006Washer M Kitchen $ $21.00 $ Mar-2006Iron M Kitchen $25.00 $1.50 $ Apr-2006Dryer C Kitchen $ $4.50 $ May-2006Kettle C Kitchen $15.00 $0.45 $ Jul-2006Washer M Kitchen $ $33.00 $ Jul-2006Oven M Kitchen $ $39.00 $ Jul-2006Washer C Kitchen $ $12.63 $ Searching: edate less than 01/07/06 and Value is less than 30 Only these two rows should be visible Correct data extracted 2 marks All data must be visible Date Product Offer Type Price Discount Value 24-Mar-2006Iron M Kitchen $25.00 $1.50 $ May-2006Kettle C Kitchen $15.00 $0.45 $14.55 UCLES 2006

18 Page 5 Mark Scheme Syllabus Paper IGCSE - OCT/NOV Printout of Stylesheet should be included: h1 { color: #000000; font-family: Charlesworth; font-size: 45pt; text-align: Center; font-weight: bold } h2 { color: #0000FF; font-family: Arial; font-size: 18pt; font-style: italic; font-weight: bold; text-align: left } h3 { color: #003399; font-family: Arial; font-size: 14pt; text-align: left } Correct style created for h1 Correct style created for h2 Correct style created for h3 Printout of style sheet included must be a stylesheet not a webpage Ensure the candidate s name is printed UCLES 2006

19 Page 6 Mark Scheme Syllabus Paper IGCSE - OCT/NOV Heading Style h1 From stylesheet, black, serif font, largest text size, bold, centre aligned. Accept initial caps or upper case (not lower case C). Heading 100% correct and h1 used as specified Table contains SWAA6INT.HTM Table created with 6 rows and 2 columns Merge columns 1 and 2 in the 1 st row Correct text appears in each cell SWAA6HOM.JPG in this cell Resized to 150 pixels high not maintaining aspect ratio. Image inserted In correct position Image fully visible Menu contains SWAA6MEN.TXT - Style h2 Menu added correct place Style h2 Style h3 applied correctly to table From stylesheet, Dark Blue, sans-serif font, smallest text size, left aligned h3 applied to correct text Style h2 applied correctly to table From stylesheet, Bright Blue, sans-serif font, bold, italic and middle text size, left aligned h2 applied to correct text UCLES 2006

20 Page 7 Mark Scheme Syllabus Paper IGCSE - OCT/NOV All links must be relative, no credit will be given for absolute references. HTML code is likely to vary greatly from this example only check for required elements. <html> <title>the College IVC</title> <link rel="stylesheet" type="text/css" href="col.css"> </head> <body> Table border set to 6 point External stylesheet attached & applied Any name can be used. Stylesheet must not be overridden. <h1>the COLLEGE</h1> <div align="right"> <table border="6" width="76%" align="right"> <tr> <td width="80%" colspan="2"> <p align="center"><img border="0" src="swaa6hom.jpg" width="472" height="150"></td> </tr> <tr> <td width="17%"> <h2>business/it</h2> </td> <td> <h3>the courses offered here are: Administration, Accounting, Call Centre Techniques, Computer Literacy, Export Management, Information Technology, Internet Technologies, Marketing, Management, Programming, Secretarial Procedures, Travel & Tourism, Webpage Creation and Word Processing.</h3> </td> </tr> <tr> <td> <h2>catering</h2> </td> <td> <h3>the courses offered here are: Accommodation & Reception, Advanced Culinary Diplomas in Patisserie & Confectionery, Advanced Culinary Diploma in Kitchen & Larder, Bar Skills, Counter Service, Food & Drink Service, Food Preparation & Cookery, Off-Licensed Supervision and Restaurant Supervision.</h3> </td> </tr> <tr> <td> <h2>art & Design</h2> </td> <td> <h3>the courses offered here are: Art & Design, Art & Crafts, Film Studies, Apple Macintosh Training, Photography, Art/Drawing & Painting, Ceramics, Media Studies, Multimedia Authoring, Making Sense of the Media, Industrial Design, Product Design, Transport Design and Installation Art & Events. </h3> </td> </tr> <tr> <td> <h2>science</h2> </td> <td> <h3>the courses offered here are: Animal Care, Dog Grooming, Dog Training, Environmental Conservation, Floristry & Flower Arranging, Agriculture, Horticulture, Forestry, Horse Studies, Caring for Animals, UCLES 2006 SWAA6HOM.JPG in this cell Resized to 150 pixels high, width between 450 and 500 Image resized

21 Page 8 Mark Scheme Syllabus Paper IGCSE - OCT/NOV Landscape Management and Zoology & Behavioural Sciences. This section includes courses such as Science, Laboratory Technician and Process Operations.</h3> </td> </tr> <tr> <td> <h2>technology</h2> </td> <td width="63%"> <h3>the courses offered here are: Brickwork, Carpentry/Joinery, Bench Joinery, Machine Woodwork, Furniture Craft, Painting and Decorating, Marble and Graining, Installation Work and Regulations, Gas Safety, Electrical and Electronic Engineering, Security Systems, Electronic Servicing, Control Systems, Basic Engineering Competences, Basic Mechanical Skills, Programmable Logic Controllers, Engineering Maintenance Systems Competences and Mechanical Power Transmissions.</h3> </td> </tr> </table> </div> <h2>departments Business/IT<br> Catering<br> Art & Design<br> Science<br> Technology Opening hours Mon - Thurs 9 am - 9 pm<br> Fri & Sat 10 am - 4 pm General Enrolment <br> Admissions<br> Student guidance<br> Fees & finance<br> Library<br> <a href="swaa6flx.htm" target="external">flexible learning</a></h3> <h2>contact details<br> </h2> </body> </html> Relative reference from hyperlink Flexible learning to open SWAA6FLX.HTM in new window called EXTERNAL UCLES 2006

22 Page 9 Mark Scheme Syllabus Paper IGCSE - OCT/NOV SWAA6FLX.JPG in this cell Any vertical or horizontal alignment is acceptable All image must be visible Aspect ratio must be maintained Image placed as specified Check this Image has replaced the text UCLES 2006

23 Page 10 Mark Scheme Syllabus Paper IGCSE - OCT/NOV <html> All links must be relative, no credit will be given for absolute references. <head> <title>the Flexible Learning Centre IVC</title> <link rel="stylesheet" type="text/css" href="col.css"> </head> <body> <h1>the FLEXIBLE LEARNING CENTRE</h1> External stylesheet applied <div align="center"> <center> <table border="1" width="947" height="630"> <tr> <td width="492" height="630"> <h2>the Flexible Learning Centre encourages and offers a student-centred approach to learning via technology-based activities.</h2> <h2>take advantage of computer based learning packages.</h2> <h2>assistance is always available from learning support and academic staff based in the Centre. </h2> <h2>attendance is on a drop-in basis.</h2> <h2>a range of flexible IT courses is available.</h2> <h2>courses include: </h2> <ul> <li><h3>introduction to the PC</h3> <li><h3>using Windows</h3> <li><h3>word Processing</h3> <li><h3>spreadsheets</h3> <li><h3>database</h3> <li><h3>internet Technology</h3> <li><h3>graphical Presentation</h3> <li><h3>desktop Publishing</h3> </li> </ul> </td> <td width="439" height="630"><img border="0" src="swaa6flx.jpg" align="right" </td> </tr> </table> </center> </div> <p><a href="colhome.htm" target="_self"><img border="0" src="swaa6ico.gif" width="35" height="35"></a></p> </body> Any name can be used but must be consistent with previous page. Stylesheet must not be overridden. Check for SWAA6ICO.GIF not.jpg - Width 35 Image converted to GIF Image resized to be 35 pixels wide and maintain the aspect ratio Hyperlink created from graphic to COLHOME.HTM UCLES 2006

24 Page 11 Mark Scheme Syllabus Paper IGCSE - OCT/NOV SLIDE 1 Master slide check consistency Background: Light green Must be consistent throughout all slides Master slide check consistency Candidate name and date top right, colour black, small text, Font size to be smallest text on the slide Heading: Dark green, right, large font between 50 & 72 point Heading formatted correctly, Text of heading entered correctly Subheading: Bright green, centred, medium font between 36 & 46 point Subheading formatted correctly, Text of subheading entered correctly Master slide check consistency Automated slide number inserted Centre aligned, starts at 1 Slide number in correct place Presenter Notes Not on the slide: 100% correct and right place or suitably adapted text. Presenter notes present Master slide check consistency Logo (category 'Kitchen Electrical Equipment'): -Suitable clipart chosen Placed in bottom right quadrant of the screen Logo placed bottom right Master slide overlapping Any master slide object not overlapping text or object on any slide UCLES 2006

25 Page 12 Mark Scheme Syllabus Paper IGCSE - OCT/NOV SLIDE 2 Pie Chart created from data Displaying a legend and values set to currency $ sign and 0 dp Freezer Fridge Fridge/Freezer Oven Tumble Dryer Washing Machine Chart created correctly All legend displayed $ and 0dp Heading: Style the same as slide 1. Heading entered and formatted correctly Candidate s name and today s date: Placed in top right quadrant of the screen Colour black Font size to be smallest text on the slide Any form of vertical line between chart and bullets is acceptable (not arrows) Slide number inserted centred Logo: Suitable clipart chosen Placed in bottom right quadrant of the screen Presenter Notes: 100% correct & right place Bulleted list: Bright green, left aligned, small font between 16 & 32 point. Allow any bullet points Bulleted list added correctly and in right place Bulleted list formatted as specified UCLES 2006

26 Page 13 Mark Scheme Syllabus Paper IGCSE - OCT/NOV SLIDE 3 Heading: Style the same as slide 1. Text & formatting of heading correct Candidate s name and today s date: Placed in top right quadrant of the screen Colour black Font size to be smallest text on the slide Bulleted list: Bullets as slide 2 Added correctly and in right place related to image Formatted correctly must be consistent with slide 2 Graphic - category Kitchen Electrical Equipment, Suitable clipart, fully visible and not distorted Clipart inserted correctly Slide number inserted & centred Logo: Suitable clipart chosen Placed in bottom right quadrant of the screen Presenter Notes: 100% correct & right place From ARF Colour correct Slide transitions added Slide animation added UCLES 2006

27 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2007 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3 (Practical Test B), maximum raw mark 100 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 May/June 2007 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

28 Page 2 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Header name, candidate no, centre no CCode Number of items Dcode Rate SX =COUNTIF($A$7:$A$80,A2) A BE =COUNTIF($A$7:$A$80,A3) B 0.18 UTB =COUNTIF($A$7:$A$80,A4) C 0.1 Rate Data entry 100% CCode Company Code Item Unit Quantity Cost Discount Price BB =VLOOKUP(A7,J7code!$A$2:$B$14,2) B Pencil =E7*F7 =IF(C7="A",G7*RateA,IF(C7="B",G7*RateB,IF(C7="C",G7*RateC,0))) =G7-H7 COUNTIF Correct formulae 3 marks BB =VLOOKUP(A8,J7code!$A$2:$B$14,2) C Ruler =E8*F8 =IF(C8="A",G8*RateA,IF(C8="B",G8*RateB,IF(C8="C",G8*RateC,0))) =G8-H8 BB =VLOOKUP(A9,J7code!$A$2:$B$14,2) Desk =E9*F9 =IF(C9="A",G9*RateA,IF(C9="B",G9*RateB,IF(C9="C",G9*RateC,0))) =G9-H9 BB =VLOOKUP(A10,J7code!$A$2:$B$14,2) Chair =E10*F10 =IF(C10="A",G10*RateA,IF(C10="B",G10*RateB,IF(C10="C",G10*RateC,0))) =G10-H10 BB =VLOOKUP(A11,J7code!$A$2:$B$14,2) Waste bin =E11*F11 =IF(C11="A",G11*RateA,IF(C11="B",G11*RateB,IF(C11="C",G11*RateC,0))) =G11-H11 BB =VLOOKUP(A12,J7code!$A$2:$B$14,2) Shredder =E12*F12 =IF(C12="A",G12*RateA,IF(C12="B",G12*RateB,IF(C12="C",G12*RateC,0))) =G12-H12 DY =VLOOKUP(A13,J7code!$A$2:$B$14,2) Clear Tape =E13*F13 =IF(C13="A",G13*RateA,IF(C13="B",G13*RateB,IF(C13="C",G13*RateC,0))) =G13-H13 DY =VLOOKUP(A14,J7code!$A$2:$B$14,2) C Matt Tape =E14*F14 =IF(C14="A",G14*RateA,IF(C14="B",G14*RateB,IF(C14="C",G14*RateC,0))) =G14-H14 DY =VLOOKUP(A15,J7code!$A$2:$B$14,2) B Paper Clips =E15*F15 =IF(C15="A",G15*RateA,IF(C15="B",G15*RateB,IF(C15="C",G15*RateC,0))) =G15-H15 DY =VLOOKUP(A16,J7code!$A$2:$B$14,2) B Pencil =E16*F16 =IF(C16="A",G16*RateA,IF(C16="B",G16*RateB,IF(C16="C",G16*RateC,0))) =G16-H16 Company Lookup used External file/sheet for code Correct range Correct return column MB =VLOOKUP(A17,J7code!$A$2:$B$14,2) C Blue-Tack small =E17*F17 =IF(C17="A",G17*RateA,IF(C17="B",G17*RateB,IF(C17="C",G17*RateC,0))) =G17-H17 MB =VLOOKUP(A18,J7code!$A$2:$B$14,2) Red File =E18*F18 =IF(C18="A",G18*RateA,IF(C18="B",G18*RateB,IF(C18="C",G18*RateC,0))) =G18-H18 MB =VLOOKUP(A19,J7code!$A$2:$B$14,2) Black File =E19*F19 =IF(C19="A",G19*RateA,IF(C19="B",G19*RateB,IF(C19="C",G19*RateC,0))) =G19-H19 UTB =VLOOKUP(A20,J7code!$A$2:$B$14,2) C Transfer case =E20*F20 =IF(C20="A",G20*RateA,IF(C20="B",G20*RateB,IF(C20="C",G20*RateC,0))) =G20-H20 UTB =VLOOKUP(A21,J7code!$A$2:$B$14,2) C Transfer File =E21*F21 =IF(C21="A",G21*RateA,IF(C21="B",G21*RateB,IF(C21="C",G21*RateC,0))) =G21-H21 UTB =VLOOKUP(A22,J7code!$A$2:$B$14,2) Red Biro =E22*F22 =IF(C22="A",G22*RateA,IF(C22="B",G22*RateB,IF(C22="C",G22*RateC,0))) =G22-H22 UTB =VLOOKUP(A23,J7code!$A$2:$B$14,2) Black Biro =E23*F23 =IF(C23="A",G23*RateA,IF(C23="B",G23*RateB,IF(C23="C",G23*RateC,0))) =G23-H23 UTB =VLOOKUP(A24,J7code!$A$2:$B$14,2) Green Biro =E24*F24 =IF(C24="A",G24*RateA,IF(C24="B",G24*RateB,IF(C24="C",G24*RateC,0))) =G24-H24 UTB =VLOOKUP(A25,J7code!$A$2:$B$14,2) A Red File =E25*F25 =IF(C25="A",G25*RateA,IF(C25="B",G25*RateB,IF(C25="C",G25*RateC,0))) =G25-H25 Replication All 4 formulae Orientation Landscape Cost Correct formulae Soil Nested IF Correct named cells 3 marks Correct formulae (3 parts) 3 marks Returns Zero if not ABC Price Correct formulae RT =VLOOKUP(A26,J7code!$A$2:$B$14,2) C Red File =E26*F26 =IF(C26="A",G26*RateA,IF(C26="B",G26*RateB,IF(C26="C",G26*RateC,0))) =G26-H26 RT =VLOOKUP(A27,J7code!$A$2:$B$14,2) C Plastic Pockets =E27*F27 =IF(C27="A",G27*RateA,IF(C27="B",G27*RateB,IF(C27="C",G27*RateC,0))) =G27-H27 RT =VLOOKUP(A28,J7code!$A$2:$B$14,2) Black Biro =E28*F28 =IF(C28="A",G28*RateA,IF(C28="B",G28*RateB,IF(C28="C",G28*RateC,0))) =G28-H28 RT =VLOOKUP(A29,J7code!$A$2:$B$14,2) Blue Biro =E29*F29 =IF(C29="A",G29*RateA,IF(C29="B",G29*RateB,IF(C29="C",G29*RateC,0))) =G29-H29 RT =VLOOKUP(A30,J7code!$A$2:$B$14,2) B Pencil =E30*F30 =IF(C30="A",G30*RateA,IF(C30="B",G30*RateB,IF(C30="C",G30*RateC,0))) =G30-H30 DU =VLOOKUP(A31,J7code!$A$2:$B$14,2) Red folder =E31*F31 =IF(C31="A",G31*RateA,IF(C31="B",G31*RateB,IF(C31="C",G31*RateC,0))) =G31-H31 DU =VLOOKUP(A32,J7code!$A$2:$B$14,2) C Blue-Tack small =E32*F32 =IF(C32="A",G32*RateA,IF(C32="B",G32*RateB,IF(C32="C",G32*RateC,0))) =G32-H32 DU =VLOOKUP(A33,J7code!$A$2:$B$14,2) Green file =E33*F33 =IF(C33="A",G33*RateA,IF(C33="B",G33*RateB,IF(C33="C",G33*RateC,0))) =G33-H33 DU =VLOOKUP(A34,J7code!$A$2:$B$14,2) Paper 65gm =E34*F34 =IF(C34="A",G34*RateA,IF(C34="B",G34*RateB,IF(C34="C",G34*RateC,0))) =G34-H34 DU =VLOOKUP(A35,J7code!$A$2:$B$14,2) C Matt Tape =E35*F35 =IF(C35="A",G35*RateA,IF(C35="B",G35*RateB,IF(C35="C",G35*RateC,0))) =G35-H35 DU =VLOOKUP(A36,J7code!$A$2:$B$14,2) C Plastic Pockets =E36*F36 =IF(C36="A",G36*RateA,IF(C36="B",G36*RateB,IF(C36="C",G36*RateC,0))) =G36-H36 UCLES 2007

29 Page 3 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number DU =VLOOKUP(A37,J7code!$A$2:$B$14,2) C Paper 50gm =E37*F37 =IF(C37="A",G37*RateA,IF(C37="B",G37*RateB,IF(C37="C",G37*RateC,0))) =G37-H37 SX =VLOOKUP(A38,J7code!$A$2:$B$14,2) B Red folder =E38*F38 =IF(C38="A",G38*RateA,IF(C38="B",G38*RateB,IF(C38="C",G38*RateC,0))) =G38-H38 SX =VLOOKUP(A39,J7code!$A$2:$B$14,2) Black Biro =E39*F39 =IF(C39="A",G39*RateA,IF(C39="B",G39*RateB,IF(C39="C",G39*RateC,0))) =G39-H39 SX =VLOOKUP(A40,J7code!$A$2:$B$14,2) Blue Biro =E40*F40 =IF(C40="A",G40*RateA,IF(C40="B",G40*RateB,IF(C40="C",G40*RateC,0))) =G40-H40 BE =VLOOKUP(A41,J7code!$A$2:$B$14,2) Green file =E41*F41 =IF(C41="A",G41*RateA,IF(C41="B",G41*RateB,IF(C41="C",G41*RateC,0))) =G41-H41 BE =VLOOKUP(A42,J7code!$A$2:$B$14,2) Plastic Pockets =E42*F42 =IF(C42="A",G42*RateA,IF(C42="B",G42*RateB,IF(C42="C",G42*RateC,0))) =G42-H42 BE =VLOOKUP(A43,J7code!$A$2:$B$14,2) Black Biro =E43*F43 =IF(C43="A",G43*RateA,IF(C43="B",G43*RateB,IF(C43="C",G43*RateC,0))) =G43-H43 BE =VLOOKUP(A44,J7code!$A$2:$B$14,2) Paper 50gm =E44*F44 =IF(C44="A",G44*RateA,IF(C44="B",G44*RateB,IF(C44="C",G44*RateC,0))) =G44-H44 CH =VLOOKUP(A45,J7code!$A$2:$B$14,2) C Blu-Tack Econ =E45*F45 =IF(C45="A",G45*RateA,IF(C45="B",G45*RateB,IF(C45="C",G45*RateC,0))) =G45-H45 CH =VLOOKUP(A46,J7code!$A$2:$B$14,2) Red folder =E46*F46 =IF(C46="A",G46*RateA,IF(C46="B",G46*RateB,IF(C46="C",G46*RateC,0))) =G46-H46 UTB =VLOOKUP(A47,J7code!$A$2:$B$14,2) C Red file =E47*F47 =IF(C47="A",G47*RateA,IF(C47="B",G47*RateB,IF(C47="C",G47*RateC,0))) =G47-H47 CH =VLOOKUP(A48,J7code!$A$2:$B$14,2) B Pencil =E48*F48 =IF(C48="A",G48*RateA,IF(C48="B",G48*RateB,IF(C48="C",G48*RateC,0))) =G48-H48 CH =VLOOKUP(A49,J7code!$A$2:$B$14,2) Red Biro =E49*F49 =IF(C49="A",G49*RateA,IF(C49="B",G49*RateB,IF(C49="C",G49*RateC,0))) =G49-H49 CH =VLOOKUP(A50,J7code!$A$2:$B$14,2) Black Biro =E50*F50 =IF(C50="A",G50*RateA,IF(C50="B",G50*RateB,IF(C50="C",G50*RateC,0))) =G50-H50 CH =VLOOKUP(A51,J7code!$A$2:$B$14,2) Blue Biro =E51*F51 =IF(C51="A",G51*RateA,IF(C51="B",G51*RateB,IF(C51="C",G51*RateC,0))) =G51-H51 CH =VLOOKUP(A52,J7code!$A$2:$B$14,2) Paper 50gm =E52*F52 =IF(C52="A",G52*RateA,IF(C52="B",G52*RateB,IF(C52="C",G52*RateC,0))) =G52-H52 CH =VLOOKUP(A53,J7code!$A$2:$B$14,2) Plastic Pockets =E53*F53 =IF(C53="A",G53*RateA,IF(C53="B",G53*RateB,IF(C53="C",G53*RateC,0))) =G53-H53 CH =VLOOKUP(A54,J7code!$A$2:$B$14,2) B Pencil =E54*F54 =IF(C54="A",G54*RateA,IF(C54="B",G54*RateB,IF(C54="C",G54*RateC,0))) =G54-H54 CH =VLOOKUP(A55,J7code!$A$2:$B$14,2) Green file =E55*F55 =IF(C55="A",G55*RateA,IF(C55="B",G55*RateB,IF(C55="C",G55*RateC,0))) =G55-H55 TI =VLOOKUP(A56,J7code!$A$2:$B$14,2) C Blu-Tack Econ =E56*F56 =IF(C56="A",G56*RateA,IF(C56="B",G56*RateB,IF(C56="C",G56*RateC,0))) =G56-H56 TI =VLOOKUP(A57,J7code!$A$2:$B$14,2) C Transfer case =E57*F57 =IF(C57="A",G57*RateA,IF(C57="B",G57*RateB,IF(C57="C",G57*RateC,0))) =G57-H57 TI =VLOOKUP(A58,J7code!$A$2:$B$14,2) C Matt Tape =E58*F58 =IF(C58="A",G58*RateA,IF(C58="B",G58*RateB,IF(C58="C",G58*RateC,0))) =G58-H58 TI =VLOOKUP(A59,J7code!$A$2:$B$14,2) Black File =E59*F59 =IF(C59="A",G59*RateA,IF(C59="B",G59*RateB,IF(C59="C",G59*RateC,0))) =G59-H59 TI =VLOOKUP(A60,J7code!$A$2:$B$14,2) Plastic Pockets =E60*F60 =IF(C60="A",G60*RateA,IF(C60="B",G60*RateB,IF(C60="C",G60*RateC,0))) =G60-H60 TI =VLOOKUP(A61,J7code!$A$2:$B$14,2) 9 part file =E61*F61 =IF(C61="A",G61*RateA,IF(C61="B",G61*RateB,IF(C61="C",G61*RateC,0))) =G61-H61 PM =VLOOKUP(A62,J7code!$A$2:$B$14,2) B Pencil =E62*F62 =IF(C62="A",G62*RateA,IF(C62="B",G62*RateB,IF(C62="C",G62*RateC,0))) =G62-H62 PM =VLOOKUP(A63,J7code!$A$2:$B$14,2) C Matt Tape =E63*F63 =IF(C63="A",G63*RateA,IF(C63="B",G63*RateB,IF(C63="C",G63*RateC,0))) =G63-H63 PM =VLOOKUP(A64,J7code!$A$2:$B$14,2) Black Biro =E64*F64 =IF(C64="A",G64*RateA,IF(C64="B",G64*RateB,IF(C64="C",G64*RateC,0))) =G64-H64 PM =VLOOKUP(A65,J7code!$A$2:$B$14,2) B Paper 50gm =E65*F65 =IF(C65="A",G65*RateA,IF(C65="B",G65*RateB,IF(C65="C",G65*RateC,0))) =G65-H65 PM =VLOOKUP(A66,J7code!$A$2:$B$14,2) C Matt Tape =E66*F66 =IF(C66="A",G66*RateA,IF(C66="B",G66*RateB,IF(C66="C",G66*RateC,0))) =G66-H66 PM =VLOOKUP(A67,J7code!$A$2:$B$14,2) C Plastic Pockets =E67*F67 =IF(C67="A",G67*RateA,IF(C67="B",G67*RateB,IF(C67="C",G67*RateC,0))) =G67-H67 PM =VLOOKUP(A68,J7code!$A$2:$B$14,2) Red Biro =E68*F68 =IF(C68="A",G68*RateA,IF(C68="B",G68*RateB,IF(C68="C",G68*RateC,0))) =G68-H68 PM =VLOOKUP(A69,J7code!$A$2:$B$14,2) C Blue-Tack small =E69*F69 =IF(C69="A",G69*RateA,IF(C69="B",G69*RateB,IF(C69="C",G69*RateC,0))) =G69-H69 PM =VLOOKUP(A70,J7code!$A$2:$B$14,2) Pencil sharpener =E70*F70 =IF(C70="A",G70*RateA,IF(C70="B",G70*RateB,IF(C70="C",G70*RateC,0))) =G70-H70 PM =VLOOKUP(A71,J7code!$A$2:$B$14,2) Green File =E71*F71 =IF(C71="A",G71*RateA,IF(C71="B",G71*RateB,IF(C71="C",G71*RateC,0))) =G71-H71 SX =VLOOKUP(A72,J7code!$A$2:$B$14,2) Red File =E72*F72 =IF(C72="A",G72*RateA,IF(C72="B",G72*RateB,IF(C72="C",G72*RateC,0))) =G72-H72 UCLES 2007

30 Page 4 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number OW =VLOOKUP(A73,J7code!$A$2:$B$14,2) C Red file =E73*F73 =IF(C73="A",G73*RateA,IF(C73="B",G73*RateB,IF(C73="C",G73*RateC,0))) =G73-H73 OW =VLOOKUP(A74,J7code!$A$2:$B$14,2) C Transfer File =E74*F74 =IF(C74="A",G74*RateA,IF(C74="B",G74*RateB,IF(C74="C",G74*RateC,0))) =G74-H74 OW =VLOOKUP(A75,J7code!$A$2:$B$14,2) C Matt Tape =E75*F75 =IF(C75="A",G75*RateA,IF(C75="B",G75*RateB,IF(C75="C",G75*RateC,0))) =G75-H75 PT =VLOOKUP(A76,J7code!$A$2:$B$14,2) Plastic Pockets =E76*F76 =IF(C76="A",G76*RateA,IF(C76="B",G76*RateB,IF(C76="C",G76*RateC,0))) =G76-H76 PT =VLOOKUP(A77,J7code!$A$2:$B$14,2) C Transfer case =E77*F77 =IF(C77="A",G77*RateA,IF(C77="B",G77*RateB,IF(C77="C",G77*RateC,0))) =G77-H77 PT =VLOOKUP(A78,J7code!$A$2:$B$14,2) Blue folder =E78*F78 =IF(C78="A",G78*RateA,IF(C78="B",G78*RateB,IF(C78="C",G78*RateC,0))) =G78-H78 PT =VLOOKUP(A79,J7code!$A$2:$B$14,2) Red File =E79*F79 =IF(C79="A",G79*RateA,IF(C79="B",G79*RateB,IF(C79="C",G79*RateC,0))) =G79-H79 PT =VLOOKUP(A80,J7code!$A$2:$B$14,2) C Blue-Tack small =E80*F80 =IF(C80="A",G80*RateA,IF(C80="B",G80*RateB,IF(C80="C",G80*RateC,0))) =G80-H80 UCLES 2007

31 Page 5 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number CCode Number of items Dcode Rate SX 4 A 23% BE 4 B 18% UTB 7 C 10% Rate 0dp & % values CCode Company Code Item Unit Quantity Cost Discount Price BB Bettabuy B Pencil BB Bettabuy C Ruler BB Bettabuy Desk BB Bettabuy Chair BB Bettabuy Waste bin BB Bettabuy Shredder DY Dygitell Clear Tape DY Dygitell C Matt Tape Unit, Cost, Discount, Price ONLY DY Dygitell Sterling & 2dp B Paper Clips DY Dygitell B Pencil Blue-Tack MB Ms Bright C small MB Ms Bright Red File MB Ms Bright Black File UTB University of Tawara Beach C Transfer case UTB University of Tawara Beach C Transfer File UTB University of Tawara Beach Red Biro UTB University of Tawara Beach Black Biro UTB University of Tawara Beach Green Biro UTB University of Tawara Beach A Red File , RT Rootrainer Trees C Red File RT Rootrainer Trees C Plastic Pockets RT Rootrainer Trees Black Biro RT Rootrainer Trees Blue Biro RT Rootrainer Trees B Pencil DU Dudley Red folder DU Dudley C Blue-Tack small DU Dudley Green file DU Dudley Paper 65gm DU Dudley C Matt Tape DU Dudley C Plastic Pockets DU Dudley C Paper 50gm SX Simplex B Red folder SX Simplex Black Biro SX Simplex Blue Biro BE Beauchamp Green file BE Beauchamp Plastic Pockets BE Beauchamp Black Biro BE Beauchamp Paper 50gm CH Cheaper C Blu-Tack Economy CH Cheaper Red folder UCLES 2007

32 Page 6 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number UTB University of Tawara Beach C Red file CH Cheaper B Pencil CH Cheaper Red Biro CH Cheaper Black Biro CH Cheaper Blue Biro CH Cheaper Paper 50gm CH Cheaper Plastic Pockets CH Cheaper B Pencil CH Cheaper Green file TI TryIT C Blu-Tack Economy TI TryIT C Transfer case TI TryIT C Matt Tape TI TryIT Black File TI TryIT Plastic Pockets TI TryIT 9 part file PM Papermite B Pencil PM Papermite C Matt Tape PM Papermite Black Biro PM Papermite B Paper 50gm PM Papermite C Matt Tape PM Papermite C Plastic Pockets PM Papermite Red Biro PM Papermite C Blue-Tack small PM Papermite Pencil sharpener PM Papermite Green File SX Simplex Red File OW Owen C Red file OW Owen C Transfer File OW Owen C Matt Tape PT Patel Plastic Pockets PT Patel C Transfer case PT Patel Blue folder PT Patel Red File PT Patel C Blue-Tack small Step 16 Company Item Quantity Price Ms Bright Red File Ms Bright Black File Beauchamp Plastic Pockets Cheaper Plastic Pockets TryIT Black File TryIT Plastic Pockets Papermite Green File Simplex Red File Patel Plastic Pockets Patel Blue folder Patel Red File Candidate name Centre number Candidate number Hidden Rows 1-5 Hidden Columns A, C, E, G, H Search Price <1 2 marks Search Quantity >=60 AND Price >2 2 marks UCLES 2007

33 Page 7 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Step 17 Company Item Quantity Price Dygitell Paper Clips University of Tawara Beach Red File Simplex Red folder STYLESHEET h1 { color: #000066; font-family: Arial, sans-serif; font-size: 24pt; text-align: center; font-weight: bold } h2 { color: #000066; font-family: Arial, sans-serif; font-size: 18pt; text-align: center } h3 { color: #0000FF; font-family: Arial, sans-serif; font-size: 12pt; text-align: right } h4 { color: #0000FF; font-family: Arial, sans-serif; font-size: 12pt; text-align: center } li { color: #000000; font-family: Times New Roman, serif; font-size: 10pt; text-align: left; fontstyle: italic} p { color: #0000FF; font-family: Times New Roman, serif; font-size: 10pt; text-align: left } Candidate name Centre number Candidate number Colour all correct Font all correct Size all correct including units Alignment all correct h1 bold li italic UCLES 2007

34 Page 8 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Menu Contains J7MENU.HTM Style h4 Top right Last edited by & NAME & No s style h3 Style h1 From stylesheet Style p From stylesheet Style h2 From stylesheet Style li From stylesheet Style p From stylesheet Image Correct image aspect ratio and position Style h2 From stylesheet Style h3 From stylesheet Table 4 rows & 2 columns Merge cells in row 1 Merge cells in row 4 Merge rows 2 & 3 in 2 nd col Correct text in each cell <html> <head> External stylesheet attached <title>homepage</title> <link rel="stylesheet" type ="text/css" href="styles.css"> </head> <body> <h3>last edited by Candidate name, candidate number, centre number<h3> <h1>hothouse Design</h1> <table width="100%" border="3" cellspacing="4" cellpadding="4"> <tbody> <tr> <td><h4>home Page</h4></td> <td><h4>about us</h4></td> <td><h4>products</h4></td> Table Cell padding 4 Cell spacing 4 Width 100% Border 3 UCLES 2007

35 Page 9 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number <td><h4><a href="j7offer.htm" target="_external">special offers</h4></a></td> </tr> </tbody> Hyperlink Correct target window </table> <table cellspacing="4" cellpadding="4" width="100%" border=1> <tr> <td colspan="2"><h2>hothouse Design can provide your stationery and ICT needs, with a first rate service and high quality products.</h2></td> </tr> <tr> <td><p>we offer a range of products including:</p> <li>stationery</li> <li>computer hardware</li> <li>computer software</li> <li>computer consumables</li> <p>and much more.</p></td> <td rowspan="2"><img src="j7supply.jpg" width="300"></td> </tr> <tr> <td><h2>you can contact us in many ways.</h2></td> </tr> <tr> Table Cell padding 4 Cell spacing 4 Width 100% Border 1 Image Width = 300 <td colspan="2"><h3>through our website on-line - use our order form. By post - order our catalogue and complete the order form. By phone or fax - all contact details on this website. You can order our catalogue for a full listing of our services.</h3></td> </tr> </table> </body> </html> UCLES 2007

36 Page 10 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Top left NAME & No s Image Correct & in this cell Image Replaced text <html> <head> <title>special Offers Page</title> <link rel="stylesheet" type ="text/css" href="styles.css" </head> External stylesheet attached <body> <p>last updated by Candidate name, candidate number and centre number</p> <h1>this weeks special offers!</h1> <table border="0" cellpadding="10" cellspacing="10" width="800" height="300"> <tr> <td width="220" height="300"> <h4><b>limited whilst stocks last</b></h4> <p>contact the sales team for:</p> <li>12 pencils 4H to 4B 0.80</li> <li>rounded scissors 0.20</li> <li>parcel Tape - roll 0.85</li> <li>highlighters - each 0.18</li> <h3>we offer many more exciting offers including daily SPECIAL OFFERS</h3> <p>please ring our sales staff for details</p> </td> <td> <img src="j7supp1.jpg" width = "250" /> Image Width 250 UCLES 2007

37 Page 11 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number </td> </tr> </table> <p>click on the logo for the homepage</p> <a href="homepage.htm"><img src="j7logo.gif" width="50" height="53"></a> </body> </html> Image Width 50 & height 52 or 53 If height not visible in code look at browser view Correct Hyperlink UCLES 2007

38 Page 12 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Heading Dark blue, right aligned, 48 point Subheading Blue, right aligned, 32 point Presenter notes on all slides 100 % Correct right place Master slide - CHECK CONSISTENCY Logo pen/pencil, top right Page numbering Bottom right & automated Name cand no, centre no bottom left All 3 Not overlapping text or object UCLES 2007

39 Page 13 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Heading Dark blue, right aligned, 48 point Bullets Black, left aligned, 24 point, consistent Subheading Blue, right aligned, 32 point Image J7SUPP1,jpg Fills most of right side with no overlap Line 3 point, black Horizontal UCLES 2007

40 Page 14 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Heading Dark blue, right aligned, 48 point Bullets Black, left aligned, 24 point, consistent Correct &Consistent with slide 2 Chart Correct chart Product names all visible Products label Number Sold label Right side UCLES 2007

41 Page 15 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Audience notes Printed with space to annotate 3 per page ` UCLES 2007

42 Page 16 Mark Scheme Syllabus Paper IGCSE May/June Candidate name Centre number Candidate number Animation Bullets only 2 marks Transition slides 2 and 3 2 marks UCLES 2007

43 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2007 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3 (Practical Test B), maximum raw mark 100 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 2007 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

44 Page 2 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Header Name and Numbers DCode Rate Type Count A Cartridge =COUNTIF($A$7:$A$80,G2) B 0.09 Rate Data entry 100% Paper =COUNTIF($A$7:$A$80,G3) C Storage =COUNTIF($A$7:$A$80,G4) Type Item Supplier Code Sales Unit Cost Cost Discount Price Storage CD-R Maxell A 10 =VLOOKUP(D7,N7code.csv!$A$2:$B$14,2) =E7*F7 =IF(E7>=30,RateC*G7,IF(E7>=20,RateB*G7,IF(E7>=10,RateA*G7,0))) =G7-H7 Storage CD-R Sony B 10 =VLOOKUP(D8,N7code.csv!$A$2:$B$14,2) =E8*F8 =IF(E8>=30,RateC*G8,IF(E8>=20,RateB*G8,IF(E8>=10,RateA*G8,0))) =G8-H8 Storage CD-RW Sony E 2 =VLOOKUP(D9,N7code.csv!$A$2:$B$14,2) =E9*F9 COUNTIF =IF(E9>=30,RateC*G9,IF(E9>=20,RateB*G9,IF(E9>=10,RateA*G9,0))) Correct formulae 3 marks =G9-H9 Paper P2345 HP A 30 =VLOOKUP(D10,N7code.csv!$A$2:$B$14,2) =E10*F10 =IF(E10>=30,RateC*G10,IF(E10>=20,RateB*G10,IF(E10>=10,RateA*G10,0))) for each correct formulae with correct range =G10-H10 Storage DVD-R Maxell H 12 =VLOOKUP(D11,N7code.csv!$A$2:$B$14,2) =E11*F11 do not =IF(E11>=30,RateC*G11,IF(E11>=20,RateB*G11,IF(E11>=10,RateA*G11,0))) accept references within the range =G11-H11 Cartridge HP56 HP H 1 =VLOOKUP(D12,N7code.csv!$A$2:$B$14,2) =E12*F12 =IF(E12>=30,RateC*G12,IF(E12>=20,RateB*G12,IF(E12>=10,RateA*G12,0))) =G12-H12 Storage CD-R Sony B 8 =VLOOKUP(D13,N7code.csv!$A$2:$B$14,2) =E13*F13 =IF(E13>=30,RateC*G13,IF(E13>=20,RateB*G13,IF(E13>=10,RateA*G13,0))) =G13-H13 Cartridge HP29 HP J 1 =VLOOKUP(D14,N7code.csv!$A$2:$B$14,2) =E14*F14 =IF(E14>=30,RateC*G14,IF(E14>=20,RateB*G14,IF(E14>=10,RateA*G14,0))) =G14-H14 Cartridge HP26 HP I 6 =VLOOKUP(D15,N7code.csv!$A$2:$B$14,2) =E15*F15 =IF(E15>=30,RateC*G15,IF(E15>=20,RateB*G15,IF(E15>=10,RateA*G15,0))) =G15-H15 Cartridge HP15 HP Unit L cost 6 Lookup =VLOOKUP(D16,N7code.csv!$A$2:$B$14,2) used =E16*F16 =IF(E16>=30,RateC*G16,IF(E16>=20,RateB*G16,IF(E16>=10,RateA*G16,0))) =G16-H16 Storage DVD-RW Sony K 1 External =VLOOKUP(D17,N7code.csv!$A$2:$B$14,2) file/sheet for =E17*F17 =IF(E17>=30,RateC*G17,IF(E17>=20,RateB*G17,IF(E17>=10,RateA*G17,0))) =G17-H17 Cartridge HP15 HP L 2 Correct =VLOOKUP(D18,N7code.csv!$A$2:$B$14,2) range =E18*F18 =IF(E18>=30,RateC*G18,IF(E18>=20,RateB*G18,IF(E18>=10,RateA*G18,0))) =G18-H18 Storage CD-RW Imation D 12 Correct =VLOOKUP(D19,N7code.csv!$A$2:$B$14,2) return column =E19*F19 =IF(E19>=30,RateC*G19,IF(E19>=20,RateB*G19,IF(E19>=10,RateA*G19,0))) =G19-H19 Paper P2348 HP F 8 =VLOOKUP(D20,N7code.csv!$A$2:$B$14,2) =E20*F20 =IF(E20>=30,RateC*G20,IF(E20>=20,RateB*G20,IF(E20>=10,RateA*G20,0))) =G20-H20 Storage CD-RW Sony E 5 =VLOOKUP(D21,N7code.csv!$A$2:$B$14,2) =E21*F21 =IF(E21>=30,RateC*G21,IF(E21>=20,RateB*G21,IF(E21>=10,RateA*G21,0))) =G21-H21 Storage CD-RW Sony E 25 =VLOOKUP(D22,N7code.csv!$A$2:$B$14,2) =E22*F22 =IF(E22>=30,RateC*G22,IF(E22>=20,RateB*G22,IF(E22>=10,RateA*G22,0))) =G22-H22 Cartridge HP56 HP H 20 =VLOOKUP(D23,N7code.csv!$A$2:$B$14,2) =E23*F23 =IF(E23>=30,RateC*G23,IF(E23>=20,RateB*G23,IF(E23>=10,RateA*G23,0))) =G23-H23 Paper P2348 HP F 1 =VLOOKUP(D24,N7code.csv!$A$2:$B$14,2) =E24*F24 =IF(E24>=30,RateC*G24,IF(E24>=20,RateB*G24,IF(E24>=10,RateA*G24,0))) =G24-H24 Cartridge BCI-6PY Amazon M 12 =VLOOKUP(D25,N7code.csv!$A$2:$B$14,2) Cost Correct formulae =E25*F25 =IF(E25>=30,RateC*G25,IF(E25>=20,RateB*G25,IF(E25>=10,RateA*G25,0))) =G25-H25 Storage DVD-R Maxell H 4 =VLOOKUP(D26,N7code.csv!$A$2:$B$14,2) =E26*F26 =IF(E26>=30,RateC*G26,IF(E26>=20,RateB*G26,IF(E26>=10,RateA*G26,0))) =G26-H26 Storage DVD-RW Sony K 1 =VLOOKUP(D27,N7code.csv!$A$2:$B$14,2) =E27*F27 =IF(E27>=30,RateC*G27,IF(E27>=20,RateB*G27,IF(E27>=10,RateA*G27,0))) =G27-H27 Cartridge T Amazon D 5 =VLOOKUP(D28,N7code.csv!$A$2:$B$14,2) =E28*F28 =IF(E28>=30,RateC*G28,IF(E28>=20,RateB*G28,IF(E28>=10,RateA*G28,0))) =G28-H28 Cartridge HP45 HP L 12 =VLOOKUP(D29,N7code.csv!$A$2:$B$14,2) =E29*F29 =IF(E29>=30,RateC*G29,IF(E29>=20,RateB*G29,IF(E29>=10,RateA*G29,0))) =G29-H29 Storage CD-RW Imation D 4 =VLOOKUP(D30,N7code.csv!$A$2:$B$14,2) =E30*F30 =IF(E30>=30,RateC*G30,IF(E30>=20,RateB*G30,IF(E30>=10,RateA*G30,0))) =G30-H30 Discount Nested IF must be 3 tiers Storage CD-RW Sony E 1 =VLOOKUP(D31,N7code.csv!$A$2:$B$14,2) =E31*F31 =IF(E31>=30,RateC*G31,IF(E31>=20,RateB*G31,IF(E31>=10,RateA*G31,0))) =G31-H31 Correct named cells 3 marks Cartridge HP49 HP I 3 =VLOOKUP(D32,N7code.csv!$A$2:$B$14,2) =E32*F32 =IF(E32>=30,RateC*G32,IF(E32>=20,RateB*G32,IF(E32>=10,RateA*G32,0))) =G32-H32 Correct formulae (3 parts) 3 marks Cartridge BCI-24BK Amazon B 6 =VLOOKUP(D33,N7code.csv!$A$2:$B$14,2) =E33*F33 =IF(E33>=30,RateC*G33,IF(E33>=20,RateB*G33,IF(E33>=10,RateA*G33,0))) =G33-H33 Returns zero Storage CD-RW Imation D 24 =VLOOKUP(D34,N7code.csv!$A$2:$B$14,2) =E34*F34 =IF(E34>=30,RateC*G34,IF(E34>=20,RateB*G34,IF(E34>=10,RateA*G34,0))) =G34-H34 Cartridge BCI-6BK Amazon D 3 =VLOOKUP(D35,N7code.csv!$A$2:$B$14,2) =E35*F35 =IF(E35>=30,RateC*G35,IF(E35>=20,RateB*G35,IF(E35>=10,RateA*G35,0))) =G35-H35 Cartridge T Amazon E 10 =VLOOKUP(D36,N7code.csv!$A$2:$B$14,2) =E36*F36 =IF(E36>=30,RateC*G36,IF(E36>=20,RateB*G36,IF(E36>=10,RateA*G36,0))) Price Correct formulae =G36-H36 Storage CD-RW Sony E 12 =VLOOKUP(D37,N7code.csv!$A$2:$B$14,2) =E37*F37 =IF(E37>=30,RateC*G37,IF(E37>=20,RateB*G37,IF(E37>=10,RateA*G37,0))) =G37-H37 Replication All 4 formulae Cartridge BCI-6PC Amazon M 1 =VLOOKUP(D38,N7code.csv!$A$2:$B$14,2) =E38*F38 =IF(E38>=30,RateC*G38,IF(E38>=20,RateB*G38,IF(E38>=10,RateA*G38,0))) =G38-H38 Orientation Landscape Cartridge BCI-6PM Amazon M 1 =VLOOKUP(D39,N7code.csv!$A$2:$B$14,2) =E39*F39 =IF(E39>=30,RateC*G39,IF(E39>=20,RateB*G39,IF(E39>=10,RateA*G39,0))) =G39-H39 Storage CD-RW Sony E 10 =VLOOKUP(D40,N7code.csv!$A$2:$B$14,2) =E40*F40 =IF(E40>=30,RateC*G40,IF(E40>=20,RateB*G40,IF(E40>=10,RateA*G40,0))) =G40-H40 Paper P2354 HP B 10 =VLOOKUP(D41,N7code.csv!$A$2:$B$14,2) =E41*F41 =IF(E41>=30,RateC*G41,IF(E41>=20,RateB*G41,IF(E41>=10,RateA*G41,0))) =G41-H41 UCLES 2007

45 Page 3 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Paper P2346 HP C 15 =VLOOKUP(D42,N7code.csv!$A$2:$B$14,2) =E42*F42 =IF(E42>=30,RateC*G42,IF(E42>=20,RateB*G42,IF(E42>=10,RateA*G42,0))) =G42-H42 Storage CD-RW Sony E 12 =VLOOKUP(D43,N7code.csv!$A$2:$B$14,2) =E43*F43 =IF(E43>=30,RateC*G43,IF(E43>=20,RateB*G43,IF(E43>=10,RateA*G43,0))) =G43-H43 Paper P2352 HP A 4 =VLOOKUP(D44,N7code.csv!$A$2:$B$14,2) =E44*F44 =IF(E44>=30,RateC*G44,IF(E44>=20,RateB*G44,IF(E44>=10,RateA*G44,0))) =G44-H44 Cartridge HP200 HP I 6 =VLOOKUP(D45,N7code.csv!$A$2:$B$14,2) =E45*F45 =IF(E45>=30,RateC*G45,IF(E45>=20,RateB*G45,IF(E45>=10,RateA*G45,0))) =G45-H45 Cartridge T Amazon E 20 =VLOOKUP(D46,N7code.csv!$A$2:$B$14,2) =E46*F46 =IF(E46>=30,RateC*G46,IF(E46>=20,RateB*G46,IF(E46>=10,RateA*G46,0))) =G46-H46 Storage DVD-RW Sony K 6 =VLOOKUP(D47,N7code.csv!$A$2:$B$14,2) =E47*F47 =IF(E47>=30,RateC*G47,IF(E47>=20,RateB*G47,IF(E47>=10,RateA*G47,0))) =G47-H47 Paper P2351 HP D 8 =VLOOKUP(D48,N7code.csv!$A$2:$B$14,2) =E48*F48 =IF(E48>=30,RateC*G48,IF(E48>=20,RateB*G48,IF(E48>=10,RateA*G48,0))) =G48-H48 Paper P2356 HP C 2 =VLOOKUP(D49,N7code.csv!$A$2:$B$14,2) =E49*F49 =IF(E49>=30,RateC*G49,IF(E49>=20,RateB*G49,IF(E49>=10,RateA*G49,0))) =G49-H49 Paper P2346 HP C 10 =VLOOKUP(D50,N7code.csv!$A$2:$B$14,2) =E50*F50 =IF(E50>=30,RateC*G50,IF(E50>=20,RateB*G50,IF(E50>=10,RateA*G50,0))) =G50-H50 Storage CD-RW Sony E 10 =VLOOKUP(D51,N7code.csv!$A$2:$B$14,2) =E51*F51 =IF(E51>=30,RateC*G51,IF(E51>=20,RateB*G51,IF(E51>=10,RateA*G51,0))) =G51-H51 Cartridge BCI-6BK Amazon D 2 =VLOOKUP(D52,N7code.csv!$A$2:$B$14,2) =E52*F52 =IF(E52>=30,RateC*G52,IF(E52>=20,RateB*G52,IF(E52>=10,RateA*G52,0))) =G52-H52 Cartridge BCI-6C Amazon D 2 =VLOOKUP(D53,N7code.csv!$A$2:$B$14,2) =E53*F53 =IF(E53>=30,RateC*G53,IF(E53>=20,RateB*G53,IF(E53>=10,RateA*G53,0))) =G53-H53 Cartridge BCI-6M Amazon D 2 =VLOOKUP(D54,N7code.csv!$A$2:$B$14,2) =E54*F54 =IF(E54>=30,RateC*G54,IF(E54>=20,RateB*G54,IF(E54>=10,RateA*G54,0))) =G54-H54 Cartridge BCI-6Y Amazon D 2 =VLOOKUP(D55,N7code.csv!$A$2:$B$14,2) =E55*F55 =IF(E55>=30,RateC*G55,IF(E55>=20,RateB*G55,IF(E55>=10,RateA*G55,0))) =G55-H55 Paper P2356 HP C 10 =VLOOKUP(D56,N7code.csv!$A$2:$B$14,2) =E56*F56 =IF(E56>=30,RateC*G56,IF(E56>=20,RateB*G56,IF(E56>=10,RateA*G56,0))) =G56-H56 Storage CD-RW Imation D 12 =VLOOKUP(D57,N7code.csv!$A$2:$B$14,2) =E57*F57 =IF(E57>=30,RateC*G57,IF(E57>=20,RateB*G57,IF(E57>=10,RateA*G57,0))) =G57-H57 Paper P2347 HP D 2 =VLOOKUP(D58,N7code.csv!$A$2:$B$14,2) =E58*F58 =IF(E58>=30,RateC*G58,IF(E58>=20,RateB*G58,IF(E58>=10,RateA*G58,0))) =G58-H58 Paper P2351 HP D 8 =VLOOKUP(D59,N7code.csv!$A$2:$B$14,2) =E59*F59 =IF(E59>=30,RateC*G59,IF(E59>=20,RateB*G59,IF(E59>=10,RateA*G59,0))) =G59-H59 Storage CD-RW Sony E 1 =VLOOKUP(D60,N7code.csv!$A$2:$B$14,2) =E60*F60 =IF(E60>=30,RateC*G60,IF(E60>=20,RateB*G60,IF(E60>=10,RateA*G60,0))) =G60-H60 Storage DVD-RW Sony K 1 =VLOOKUP(D61,N7code.csv!$A$2:$B$14,2) =E61*F61 =IF(E61>=30,RateC*G61,IF(E61>=20,RateB*G61,IF(E61>=10,RateA*G61,0))) =G61-H61 Cartridge BCI-6PBK Amazon F 4 =VLOOKUP(D62,N7code.csv!$A$2:$B$14,2) =E62*F62 =IF(E62>=30,RateC*G62,IF(E62>=20,RateB*G62,IF(E62>=10,RateA*G62,0))) =G62-H62 Cartridge HP23 HP K 10 =VLOOKUP(D63,N7code.csv!$A$2:$B$14,2) =E63*F63 =IF(E63>=30,RateC*G63,IF(E63>=20,RateB*G63,IF(E63>=10,RateA*G63,0))) =G63-H63 Storage CD-RW Imation D 12 =VLOOKUP(D64,N7code.csv!$A$2:$B$14,2) =E64*F64 =IF(E64>=30,RateC*G64,IF(E64>=20,RateB*G64,IF(E64>=10,RateA*G64,0))) =G64-H64 Storage CD-RW Sony E 1 =VLOOKUP(D65,N7code.csv!$A$2:$B$14,2) =E65*F65 =IF(E65>=30,RateC*G65,IF(E65>=20,RateB*G65,IF(E65>=10,RateA*G65,0))) =G65-H65 Cartridge BCI-6BK Amazon D 4 =VLOOKUP(D66,N7code.csv!$A$2:$B$14,2) =E66*F66 =IF(E66>=30,RateC*G66,IF(E66>=20,RateB*G66,IF(E66>=10,RateA*G66,0))) =G66-H66 Paper P2352 HP A 5 =VLOOKUP(D67,N7code.csv!$A$2:$B$14,2) =E67*F67 =IF(E67>=30,RateC*G67,IF(E67>=20,RateB*G67,IF(E67>=10,RateA*G67,0))) =G67-H67 Paper P2353 HP A 10 =VLOOKUP(D68,N7code.csv!$A$2:$B$14,2) =E68*F68 =IF(E68>=30,RateC*G68,IF(E68>=20,RateB*G68,IF(E68>=10,RateA*G68,0))) =G68-H68 Paper P2351 HP D 5 =VLOOKUP(D69,N7code.csv!$A$2:$B$14,2) =E69*F69 =IF(E69>=30,RateC*G69,IF(E69>=20,RateB*G69,IF(E69>=10,RateA*G69,0))) =G69-H69 Paper P2352 HP A 1 =VLOOKUP(D70,N7code.csv!$A$2:$B$14,2) =E70*F70 =IF(E70>=30,RateC*G70,IF(E70>=20,RateB*G70,IF(E70>=10,RateA*G70,0))) =G70-H70 Storage CD-RW Sony E 2 =VLOOKUP(D71,N7code.csv!$A$2:$B$14,2) =E71*F71 =IF(E71>=30,RateC*G71,IF(E71>=20,RateB*G71,IF(E71>=10,RateA*G71,0))) =G71-H71 Storage CD-RW Sony E 10 =VLOOKUP(D72,N7code.csv!$A$2:$B$14,2) =E72*F72 =IF(E72>=30,RateC*G72,IF(E72>=20,RateB*G72,IF(E72>=10,RateA*G72,0))) =G72-H72 Cartridge HP23 HP K 6 =VLOOKUP(D73,N7code.csv!$A$2:$B$14,2) =E73*F73 =IF(E73>=30,RateC*G73,IF(E73>=20,RateB*G73,IF(E73>=10,RateA*G73,0))) =G73-H73 Cartridge T Amazon E 2 =VLOOKUP(D74,N7code.csv!$A$2:$B$14,2) =E74*F74 =IF(E74>=30,RateC*G74,IF(E74>=20,RateB*G74,IF(E74>=10,RateA*G74,0))) =G74-H74 Cartridge T Amazon F 10 =VLOOKUP(D75,N7code.csv!$A$2:$B$14,2) =E75*F75 =IF(E75>=30,RateC*G75,IF(E75>=20,RateB*G75,IF(E75>=10,RateA*G75,0))) =G75-H75 Storage CD-RW Sony E 3 =VLOOKUP(D76,N7code.csv!$A$2:$B$14,2) =E76*F76 =IF(E76>=30,RateC*G76,IF(E76>=20,RateB*G76,IF(E76>=10,RateA*G76,0))) =G76-H76 Cartridge BCI-6BK Amazon D 1 =VLOOKUP(D77,N7code.csv!$A$2:$B$14,2) =E77*F77 =IF(E77>=30,RateC*G77,IF(E77>=20,RateB*G77,IF(E77>=10,RateA*G77,0))) =G77-H77 Paper P2346 HP C 30 =VLOOKUP(D78,N7code.csv!$A$2:$B$14,2) =E78*F78 =IF(E78>=30,RateC*G78,IF(E78>=20,RateB*G78,IF(E78>=10,RateA*G78,0))) =G78-H78 Paper P2352 HP A 1 =VLOOKUP(D79,N7code.csv!$A$2:$B$14,2) =E79*F79 =IF(E79>=30,RateC*G79,IF(E79>=20,RateB*G79,IF(E79>=10,RateA*G79,0))) =G79-H79 Storage CD-RW Imation D 2 =VLOOKUP(D80,N7code.csv!$A$2:$B$14,2) =E80*F80 =IF(E80>=30,RateC*G80,IF(E80>=20,RateB*G80,IF(E80>=10,RateA*G80,0))) =G80-H80 UCLES 2007

46 Page 4 Mark Scheme Syllabus Paper IGCSE October/November Rate 0dp & % values Candidate name Centre number Candidate number DCode Rate Type Count A 5% Cartridge 28 B 9% Paper 18 C 13% Storage 28 Type Item Supplier Code Sales Unit Cost Cost Discount Price Storage CD-R Maxell A Storage CD-R Sony B Storage CD-RW Sony E Paper P2345 HP A Unit Cost, Cost, Discount, Price 2dp & currency sterling Storage DVD-R Maxell H Cartridge HP56 HP H Storage CD-R Sony B Cartridge HP29 HP J Cartridge HP26 HP I Cartridge HP15 HP L Storage DVD-RW Sony K Cartridge HP15 HP L Storage CD-RW Imation D Paper P2348 HP F Storage CD-RW Sony E Storage CD-RW Sony E Cartridge HP56 HP H Paper P2348 HP F Cartridge BCI-6PY Amazon M Storage DVD-R Maxell H Storage DVD-RW Sony K Cartridge T Amazon D Cartridge HP45 HP L Storage CD-RW Imation D Storage CD-RW Sony E Cartridge HP49 HP I Cartridge BCI-24BK Amazon B Storage CD-RW Imation D Cartridge BCI-6BK Amazon D Cartridge T Amazon E Storage CD-RW Sony E Cartridge BCI-6PC Amazon M Cartridge BCI-6PM Amazon M Storage CD-RW Sony E Paper P2354 HP B Paper P2346 HP C Storage CD-RW Sony E Paper P2352 HP A Cartridge HP200 HP I Cartridge T Amazon E Storage DVD-RW Sony K Paper P2351 HP D Paper P2356 HP C Paper P2346 HP C Storage CD-RW Sony E Cartridge BCI-6BK Amazon D Cartridge BCI-6C Amazon D Cartridge BCI-6M Amazon D Cartridge BCI-6Y Amazon D UCLES 2007

47 Page 5 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Paper P2356 HP C Storage CD-RW Imation D Paper P2347 HP D Paper P2351 HP D Storage CD-RW Sony E Storage DVD-RW Sony K Cartridge BCI-6PBK Amazon F Cartridge HP23 HP K Storage CD-RW Imation D Storage CD-RW Sony E Cartridge BCI-6BK Amazon D Paper P2352 HP A Paper P2353 HP A Paper P2351 HP D Paper P2352 HP A Storage CD-RW Sony E Storage CD-RW Sony E Cartridge HP23 HP K Cartridge T Amazon E Cartridge T Amazon F Storage CD-RW Sony E Cartridge BCI-6BK Amazon D Paper P2346 HP C Paper P2352 HP A Storage CD-RW Imation D Step 16 Item Supplier Sales Price CD-R Maxell DVD-R Maxell DVD-R Maxell Step 17 Item Supplier Sales Price P2345 HP CD-RW Imation T Amazon P2346 HP STYLESHEET Candidate name Candidate name Centre number Candidate number Hidden Rows 1-5 Columns A, D, F, G, H Search Supplier = Maxell 2 marks Centre number Candidate number Search Sales >=20 AND Price< marks Colour all correct Font all correct Size all correct correct units Alignment all correct h3 bold h1 { color: #000000; font-family: Times New Roman, serif; font-size:36pt; text-align: Center } h2 { color: #000000; font-family: Times New Roman, serif; font-size: 18pt; text-align: Center } h3 { color: #FF0000; font-family: Arial, sans-serif; font-size: 12pt; text-align: center; font-weight: bold } h4 { color: #FF0000; font-family: Arial, sans-serif; font-size: 12pt; text-align: left } li { color: #FF0000; font-family: Arial, sans-serif; font-size: 10pt; text-align: left } p { color: #800000; font-family: Arial, sans-serif; font-size: 10pt; text-align: left } UCLES 2007

48 Page 6 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Candidate name Centre number Candidate number Top left Last edited by & NAME & No s in style h4 style h1 From stylesheet 100% correct Table 4 rows & 2 columns Merge cells in row 1 Merge cells in row 4 Merge rows 2 & 3 in 2 nd col Correct text in each cell Style h2 From stylesheet Style p From stylesheet Image Correct position & aspect ratio Style li From stylesheet Style p From stylesheet Style li From stylesheet Style h3 From stylesheet Style h4 From stylesheet Full width of table cell Menu Contains N7Menu.TXT in style h2 UCLES 2007

49 Page 7 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number <HTML> <HEAD> <TITLE>Homepage</TITLE> External stylesheet attached <link rel="stylesheet" type ="text/css" href="styles.css" </HEAD> Table Cell padding 10 <BODY> Cell spacing 2 <h4>last edited by A.N.Other, Candidate 9999, Centre number ZZ999<h4> Border 2 <h1>peripherals and Consumables</h1> Width 100% <TABLE cellspacing="2" cellpadding="10" width="100%" border=2> <TR> <TD colspan="2"><h2>we stock a wide range of computer peripherals, accessories and consumables.</h2></td> </TR> <TR> <TD><p>Peripherals include:</p> <li>printers</li> <li>scanners</li> <li>network and WIFI,</li> <p>and consumables like:</p> <li>cartridges</li> <li>specialist paper</li> Image Height = 200 <li>blank CDs and DVDs.</li></TD> <TD rowspan="2"><img src="n7cart.jpg" height="200"></td> </TR> <TR> <TD><h3>You can contact us in many ways.</h3></td> </TR> <TR> <TD colspan="2"><h4>through our website on-line - use our order form. By post - order our catalogue and complete the order form. By phone or Table fax - all contact Cell details padding on this 10 website. You can order our catalogue for a full listing of our services.</h4></td> Cell spacing 2 </TR> Width 600 Border = 2 </TABLE> <TABLE cellspacing="2" cellpadding="10" width="600" border="2"> <TBODY> <TR> <TD><h2>Home Page</h2></TD> <TD><h2>Products</h2></TD> <TD><h2><a href="n7offers.htm" target="_external">special Offers</a></h2></TD> <TD><h2>Order Form</h2></TD> </TR> </TBODY> </TABLE> </BODY> </HTML> Hyperlink Correct target window UCLES 2007

50 Page 8 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Top left NAME & No s Image In this cell Image Replaced text <html> <head> External stylesheet attached <title>special Offers Page</title> <link rel="stylesheet" type ="text/css" href="styles.css"> </head> <body> <p>last updated by A.N.Other, Candidate 9999, Centre ZZ999</p> <h1>this weeks special offers!</h1> <table border="0" cellpadding="10" cellspacing="10" width="800" height="300"> <tr> <td width="220" height="300"> <h4><b>on writeable and rewritable media</b></h4> <p>each listed is a 10 pack:</p> <li>cd-r Maxell 2.79</li> <li>cd-r Sony 2.99</li> <li>cd-rw Imation 4.49</li> <li>dvd-r Maxell 7.99</li> UCLES 2007

51 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2008 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3 (Practical Test B), maximum raw mark 100 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 May/June 2008 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

52 Candidate name Centre number Candidate number Code Rate C 1.1 I 3 P 1.6 Rate Data entry 100% 3 marks Header Name, candidate no, Centre no Department Lookup used External file/sheet for code Correct range & return column Department Dcode Number Total Duration =VLOOKUP(B7, J8code'!$A$2:$B$13,2) MD =COUNTIF($B$16:$B$89,B7) =SUMIF($B$16:$B$89,B7,$D$16:$D$89) =VLOOKUP(B8,J8code'!$A$2:$B$13,2) AC =COUNTIF($B$16:$B$89,B8) =SUMIF($B$16:$B$89,B8,$D$16:$D$89) =VLOOKUP(B9,J8code'!$A$2:$B$13,2) PR =COUNTIF($B$16:$B$89,B9) =SUMIF($B$16:$B$89,B9,$D$16:$D$89) =VLOOKUP(B10,J8code'!$A$2:$B$13,2) SA =COUNTIF($B$16:$B$89,B10) =SUMIF($B$16:$B$89,B10,$D$16:$D$89) COUNTIF Correct function that can be replicated Correct range (accept named range) Correct reference =VLOOKUP(B11,J8code'!$A$2:$B$13,2) HR =COUNTIF($B$16:$B$89,B11) =SUMIF($B$16:$B$89,B11,$D$16:$D$89) SUMIF Correct function =VLOOKUP(B12,J8code'!$A$2:$B$13,2) PU =COUNTIF($B$16:$B$89,B12) =SUMIF($B$16:$B$89,B12,$D$16:$D$89) Correct compare range =VLOOKUP(B13,J8code'!$A$2:$B$13,2) MA =COUNTIF($B$16:$B$89,B13) =SUMIF($B$16:$B$89,B13,$D$16:$D$89) Correct reference Correct calculate range Date Dcode Code Duration Units HR P 321 =IF(C16="C",D16*Cheap,IF(C16="I",D16*Intl,IF(C16="P",D16*Peak,0))) HR I 334 =IF(C17="C",D17*Cheap,IF(C17="I",D17*Intl,IF(C17="P",D17*Peak,0))) HR P 332 =IF(C18="C",D18*Cheap,IF(C18="I",D18*Intl,IF(C18="P",D18*Peak,0))) PU C 586 =IF(C19="C",D19*Cheap,IF(C19="I",D19*Intl,IF(C19="P",D19*Peak,0))) HR P 1462 =IF(C20="C",D20*Cheap,IF(C20="I",D20*Intl,IF(C20="P",D20*Peak,0))) HR P 400 =IF(C21="C",D21*Cheap,IF(C21="I",D21*Intl,IF(C21="P",D21*Peak,0))) MD C 430 =IF(C22="C",D22*Cheap,IF(C22="I",D22*Intl,IF(C22="P",D22*Peak,0))) MD P 359 =IF(C23="C",D23*Cheap,IF(C23="I",D23*Intl,IF(C23="P",D23*Peak,0))) MD P 376 =IF(C24="C",D24*Cheap,IF(C24="I",D24*Intl,IF(C24="P",D24*Peak,0))) MD P 168 =IF(C25="C",D25*Cheap,IF(C25="I",D25*Intl,IF(C25="P",D25*Peak,0))) SA P 878 =IF(C26="C",D26*Cheap,IF(C26="I",D26*Intl,IF(C26="P",D26*Peak,0))) SA P 289 =IF(C27="C",D27*Cheap,IF(C27="I",D27*Intl,IF(C27="P",D27*Peak,0))) SA C 302 =IF(C28="C",D28*Cheap,IF(C28="I",D28*Intl,IF(C28="P",D28*Peak,0))) MD P 438 =IF(C29="C",D29*Cheap,IF(C29="I",D29*Intl,IF(C29="P",D29*Peak,0))) MD I 352 =IF(C30="C",D30*Cheap,IF(C30="I",D30*Intl,IF(C30="P",D30*Peak,0))) MD P 798 =IF(C31="C",D31*Cheap,IF(C31="I",D31*Intl,IF(C31="P",D31*Peak,0))) MD I 769 =IF(C32="C",D32*Cheap,IF(C32="I",D32*Intl,IF(C32="P",D32*Peak,0))) MD I 937 =IF(C33="C",D33*Cheap,IF(C33="I",D33*Intl,IF(C33="P",D33*Peak,0))) MD P 313 =IF(C34="C",D34*Cheap,IF(C34="I",D34*Intl,IF(C34="P",D34*Peak,0))) RT P 390 =IF(C35="C",D35*Cheap,IF(C35="I",D35*Intl,IF(C35="P",D35*Peak,0))) RT C 326 =IF(C36="C",D36*Cheap,IF(C36="I",D36*Intl,IF(C36="P",D36*Peak,0))) RT C 880 =IF(C37="C",D37*Cheap,IF(C37="I",D37*Intl,IF(C37="P",D37*Peak,0))) UCLES 2008 Page 2 of 14 [Turn Over

53 Candidate name Centre number Candidate number RT P 820 =IF(C38="C",D38*Cheap,IF(C38="I",D38*Intl,IF(C38="P",D38*Peak,0))) RT P 333 =IF(C39="C",D39*Cheap,IF(C39="I",D39*Intl,IF(C39="P",D39*Peak,0))) MA C 352 =IF(C40="C",D40*Cheap,IF(C40="I",D40*Intl,IF(C40="P",D40*Peak,0))) MA C 806 =IF(C41="C",D41*Cheap,IF(C41="I",D41*Intl,IF(C41="P",D41*Peak,0))) MA P 388 =IF(C42="C",D42*Cheap,IF(C42="I",D42*Intl,IF(C42="P",D42*Peak,0))) MA P 488 =IF(C43="C",D43*Cheap,IF(C43="I",D43*Intl,IF(C43="P",D43*Peak,0))) MA C 302 =IF(C44="C",D44*Cheap,IF(C44="I",D44*Intl,IF(C44="P",D44*Peak,0))) MA P 351 =IF(C45="C",D45*Cheap,IF(C45="I",D45*Intl,IF(C45="P",D45*Peak,0))) MA P 527 =IF(C46="C",D46*Cheap,IF(C46="I",D46*Intl,IF(C46="P",D46*Peak,0))) PR P 249 =IF(C47="C",D47*Cheap,IF(C47="I",D47*Intl,IF(C47="P",D47*Peak,0))) MD P 942 =IF(C48="C",D48*Cheap,IF(C48="I",D48*Intl,IF(C48="P",D48*Peak,0))) MD P 776 =IF(C49="C",D49*Cheap,IF(C49="I",D49*Intl,IF(C49="P",D49*Peak,0))) PU P 324 =IF(C50="C",D50*Cheap,IF(C50="I",D50*Intl,IF(C50="P",D50*Peak,0))) PU P 354 =IF(C51="C",D51*Cheap,IF(C51="I",D51*Intl,IF(C51="P",D51*Peak,0))) MD P 824 =IF(C52="C",D52*Cheap,IF(C52="I",D52*Intl,IF(C52="P",D52*Peak,0))) MD C 426 =IF(C53="C",D53*Cheap,IF(C53="I",D53*Intl,IF(C53="P",D53*Peak,0))) HR P 739 =IF(C54="C",D54*Cheap,IF(C54="I",D54*Intl,IF(C54="P",D54*Peak,0))) HR P 300 =IF(C55="C",D55*Cheap,IF(C55="I",D55*Intl,IF(C55="P",D55*Peak,0))) MD P 263 =IF(C56="C",D56*Cheap,IF(C56="I",D56*Intl,IF(C56="P",D56*Peak,0))) PR P 168 =IF(C57="C",D57*Cheap,IF(C57="I",D57*Intl,IF(C57="P",D57*Peak,0))) PR P 807 =IF(C58="C",D58*Cheap,IF(C58="I",D58*Intl,IF(C58="P",D58*Peak,0))) PR P 821 =IF(C59="C",D59*Cheap,IF(C59="I",D59*Intl,IF(C59="P",D59*Peak,0))) PR P 796 =IF(C60="C",D60*Cheap,IF(C60="I",D60*Intl,IF(C60="P",D60*Peak,0))) HR C 361 =IF(C61="C",D61*Cheap,IF(C61="I",D61*Intl,IF(C61="P",D61*Peak,0))) HR P 351 =IF(C62="C",D62*Cheap,IF(C62="I",D62*Intl,IF(C62="P",D62*Peak,0))) HR C 282 =IF(C63="C",D63*Cheap,IF(C63="I",D63*Intl,IF(C63="P",D63*Peak,0))) HR P 342 =IF(C64="C",D64*Cheap,IF(C64="I",D64*Intl,IF(C64="P",D64*Peak,0))) SA P 711 =IF(C65="C",D65*Cheap,IF(C65="I",D65*Intl,IF(C65="P",D65*Peak,0))) SA P 398 =IF(C66="C",D66*Cheap,IF(C66="I",D66*Intl,IF(C66="P",D66*Peak,0))) SA C 276 =IF(C67="C",D67*Cheap,IF(C67="I",D67*Intl,IF(C67="P",D67*Peak,0))) SA P 297 =IF(C68="C",D68*Cheap,IF(C68="I",D68*Intl,IF(C68="P",D68*Peak,0))) SA I 359 =IF(C69="C",D69*Cheap,IF(C69="I",D69*Intl,IF(C69="P",D69*Peak,0))) PU P 558 =IF(C70="C",D70*Cheap,IF(C70="I",D70*Intl,IF(C70="P",D70*Peak,0))) AC P 304 =IF(C71="C",D71*Cheap,IF(C71="I",D71*Intl,IF(C71="P",D71*Peak,0))) AC C 264 =IF(C72="C",D72*Cheap,IF(C72="I",D72*Intl,IF(C72="P",D72*Peak,0))) AC P 936 =IF(C73="C",D73*Cheap,IF(C73="I",D73*Intl,IF(C73="P",D73*Peak,0))) AC C 512 =IF(C74="C",D74*Cheap,IF(C74="I",D74*Intl,IF(C74="P",D74*Peak,0))) UCLES 2008 Page 3 of 14 [Turn Over

54 Candidate name Centre number Candidate number AC C 310 =IF(C75="C",D75*Cheap,IF(C75="I",D75*Intl,IF(C75="P",D75*Peak,0))) AC P 368 =IF(C76="C",D76*Cheap,IF(C76="I",D76*Intl,IF(C76="P",D76*Peak,0))) AC P 837 =IF(C77="C",D77*Cheap,IF(C77="I",D77*Intl,IF(C77="P",D77*Peak,0))) AC C 854 =IF(C78="C",D78*Cheap,IF(C78="I",D78*Intl,IF(C78="P",D78*Peak,0))) AC P 230 =IF(C79="C",D79*Cheap,IF(C79="I",D79*Intl,IF(C79="P",D79*Peak,0))) AC P 422 =IF(C80="C",D80*Cheap,IF(C80="I",D80*Intl,IF(C80="P",D80*Peak,0))) MD P 296 =IF(C81="C",D81*Cheap,IF(C81="I",D81*Intl,IF(C81="P",D81*Peak,0))) SA C 219 =IF(C82="C",D82*Cheap,IF(C82="I",D82*Intl,IF(C82="P",D82*Peak,0))) SA P 368 =IF(C83="C",D83*Cheap,IF(C83="I",D83*Intl,IF(C83="P",D83*Peak,0))) SA I 385 =IF(C84="C",D84*Cheap,IF(C84="I",D84*Intl,IF(C84="P",D84*Peak,0))) PR P 269 =IF(C85="C",D85*Cheap,IF(C85="I",D85*Intl,IF(C85="P",D85*Peak,0))) PR C 366 =IF(C86="C",D86*Cheap,IF(C86="I",D86*Intl,IF(C86="P",D86*Peak,0))) MA P 354 =IF(C87="C",D87*Cheap,IF(C87="I",D87*Intl,IF(C87="P",D87*Peak,0))) MA P 448 =IF(C88="C",D88*Cheap,IF(C88="I",D88*Intl,IF(C88="P",D88*Peak,0))) PU P 833 =IF(C89="C",D89*Cheap,IF(C89="I",D89*Intl,IF(C89="P",D89*Peak,0))) Replication All 4 formulae Orientation Landscape & fit to page Units Nested IF Correct named cells 3 marks Correct function (3 parts) 3 marks Returns Zero if not CIP UCLES 2008 Page 4 of 14 [Turn Over

55 Candidate name Centre number Candidate number Rate 1dp Code Rate C 1.1 I 3.0 P 1.6 Row 1 Centre Bold Cells A2-A4 Right aligned Department Dcode Number Total Duration Managing Director MD Accounts AC Production PR Sales SA Human Resources HR Purchasing PU Maintenance MA Date Dcode Code Duration Units 03/01/2008 HR P /01/2008 HR I /01/2008 HR P /01/2008 PU C /01/2008 HR P /01/2008 HR P /01/2008 MD C /01/2008 MD P /01/2008 MD P /01/2008 MD P /01/2008 SA P /01/2008 SA P /01/2008 SA C /01/2008 MD P /01/2008 MD I /01/2008 MD P /01/2008 MD I /01/2008 MD I /01/2008 MD P /01/2008 RT P /01/2008 RT C /01/2008 RT C /01/2008 RT P /01/2008 RT P /01/2008 MA C /01/2008 MA C /01/2008 MA P /01/2008 MA P /01/2008 MA C /01/2008 MA P /01/2008 MA P /01/2008 PR P /01/2008 MD P /01/2008 MD P /01/2008 PU P /01/2008 PU P /01/2008 MD P /01/2008 MD C Row 6 & 15 Centre & bold Orientation Portrait Units 0 dp UCLES 2008 Page 5 of 14 [Turn Over

56 Candidate name Centre number Candidate number 04/01/2008 HR P /01/2008 HR P /01/2008 MD P /01/2008 PR P /01/2008 PR P /01/2008 PR P /01/2008 PR P /01/2008 HR C /01/2008 HR P /01/2008 HR C /01/2008 HR P /01/2008 SA P /01/2008 SA P /01/2008 SA C /01/2008 SA P /01/2008 SA I /01/2008 PU P /01/2008 AC P /01/2008 AC C /01/2008 AC P /01/2008 AC C /01/2008 AC C /01/2008 AC P /01/2008 AC P /01/2008 AC C /01/2008 AC P /01/2008 AC P /01/2008 MD P /01/2008 SA C /01/2008 SA P /01/2008 SA I /01/2008 PR P /01/2008 PR C /01/2008 MA P /01/2008 MA P /01/2008 PU P Candidate name Centre number Candidate number Step 18 Date Dcode Code Units 03/01/2008 HR I /01/2008 MD I /01/2008 MD I /01/2008 MD I /01/2008 SA I /01/2008 SA I 1155 Hidden Rows 1-14 Hidden Column D Search Code = I 2 marks UCLES 2008 Page 6 of 14 [Turn Over

57 Candidate name Centre number Candidate number Step 19 Date Dcode Units 04/01/2008 PU /01/2008 PU /01/2008 SA /01/2008 SA /01/2008 SA /01/2008 SA /01/2008 SA /01/2008 PU 893 Search Date = 04/01/2008 AND DCode = PU or SA 2 marks Hidden Rows 1-14 and Columns C & D Step Candidate name Centre number Candidate number Total Duration By Department Chart Vertical bars Correct data Title 100% correct Labels Cat axis fully visible Legend No legend Managing Director Accounts Production Sales Human Resources Purchasing Maintenance UCLES 2008 Page 7 of 14 [Turn Over

58 Candidate name Centre number Candidate number STYLESHEET h1 { color: #000000; font-family: Times New Roman, serif; font-size: 20px; text-align: Center; font-weight: bold } h2 { color: #0000FF; font-family: Times New Roman, serif; font-size: 18px; text-align: Center; font-weight: bold } h3 { color: #000000; font-family: Times New Roman, serif; font-size: 16px; text-align: left } li { color: #000000; font-family: Arial, sans-serif; font-size: 14px; text-align: left } p { color: #000066; font-family: Arial, sans-serif; font-size: 14px; text-align: left; font-style: italic } Colour All correct Font All correct Size All correct Units correct Alignment All correct h1 & h2 Bold p Italic UCLES 2008 Page 8 of 14 [Turn Over

59 Top left Last edited by & Name & No s in style h3 Table 5 rows & 3 columns Merge cells in row 1 Merge cells in row 5 Merge rows 2,3 & 4 in 3 rd col Correct text in each cell Heading in style h1& 100% correct Style h3 From stylesheet Style h2 All 3 cells Style p From stylesheet Style li From stylesheet Style p From stylesheet Image Placed in correct cell Centre aligned Image J8PROD.JPG in cell B J8HIST.JPG in cell D J8TEL.JPG in cell F Menu Contains J8MENU.HTM in h2 <HTML> <HEAD> <TITLE>Sample</TITLE> <link rel="stylesheet" type ="text/css" href="j8styles.css"> </HEAD> <BODY> <a name=top></a> <h3>last edited by Candidate name, centre number, candidate number<h3> <h1>sample Website for client X</h1> External stylesheet attached With relative references Anchor Set to TOP Table Cell padding 6 Cell spacing 6 Width 100% Border 4 <TABLE cellspacing="6" cellpadding="6" width="100%" border= 4 > <TR> <TD colspan="3"><h3>our Vision is to promote your business through the development and hosting of a web presence.</h3></td> </TR> <TR> <TD><img src="j8prod.jpg"></td> UCLES 2008 Page 9 of 14 [Turn Over

60 <TD><h2>Our Products</h2></TD> <TD rowspan="3"><p>each section of this table can be used to convey information, or to provide a link to other areas.</p> <p> For example there may be:</p> <li>your flagship products</li> <li>special offers</li> <li>price reductions</li> <p> in order to entice customers to buy your products. Images, text, animations, movie 'clips' and sounds can be included on the web site.</p></td> </TR> <TR> <TD><img src="j8hist.jpg"></td> <TD><h2><a href="j8cohist.htm" target="_history">company History</a></h2></TD> </TR> <TR> <TD><img src="j8tel.jpg"></td> <TD><h2>Contact Us</h2></TD> </TR> <TR> <TD colspan="3" align="center"><img src="j8movie.jpg" width="400" height="50"></td> </TR> </TABLE> <BR> <TABLE cellspacing="6" cellpadding="6" width="100%" border= 2 > <TBODY> <TR> <TD><h2><a href="#top">home</a></h2></td> <TD><h2>Products</h2></TD> <TD><h2><a href="j8cohist.htm" target="_history">history </a></h2></td> <TD><h2>Contact Us</h2></TD> </TR> </TBODY> </TABLE> </HTML> Hyperlink Hyperlink Hyperlink Correct target window Relative reference Image Width = 400 Height = 50 Table Cell padding 6 Cell spacing 6 Width 100% Border 2 Correct anchor Relative reference Correct target window Relative reference UCLES 2008 Page 10 of 14 [Turn Over

61 Top left Name & No s replaced Candidate name Image In this cell <html> External stylesheet attached <head> Relative reference <title>company History</title> <link rel="stylesheet" type ="text/css" href="styles.css" </head> <body> <h3>last updated by Candidate name, candidate number and centre number</h3> <h1>company History</h1> <table border="0" cellpadding="10" cellspacing="10" width="800" height="300"> <tr> <td width="220" height="300"> <h3><b>this great company was founded in 1879 by Bernard House.</b></h3> <p>although it has a great company history, we have adapted to every technological change presented to them. Their use of ICT is unsurpassed, even the web pages can contain data drawn from a wide variety of sources like the electronic drawing board.</p> <h3>here is an example of our versatility:</h3> </td> <td> <img src="j8image.gif" width = "300" /> </td> </tr> Image Width 300 (height ) Maintain aspect ratio UCLES 2008 Page 11 of 14 [Turn Over

62 </table> <table border="0" cellpadding="10" cellspacing="2" width="800" height="40"> <TBODY> <TR> <TD><a href="sample.htm">home</a></td> <TD>Products</TD> <TD>History</TD> <TD>Contact Us</TD> </TR> </TBODY> </TABLE> </body> </html> Home Correct Hyperlink Diagonal line, green 6 point Vertical line, green 6 point Heading 100% correct, black 48 pt sans-serif, not overlapping Clip art Pen or Pencil Horizontal line, green 6 point Horizontal line, green 6 point Automatic numbering corner Between lines Name & No s UCLES 2008 Page 12 of 14 [Turn Over

63 Text 24 point blue, left aligned, serif Text 24 point blue, left aligned, serif UCLES 2008 Page 13 of 14 [Turn Over

64 Chart From step 20, placed No overlap UCLES 2008

65 Page 9 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number <li>dvd-rw Sony 8.99</li> <h3>we offer many more exciting deals including daily SPECIAL OFFERS</h3> <p>please ring our sales staff for details</p> </td> <td> <img src="n7media.jpg" width = "300" /> </td> </tr> </table> <p>click on the logo for the homepage</p> <a href="homepage.htm"><img src = "n7icon.gif" width = "40" height = "42"><a> </body> </html> Image Width 300 Image Gif format, Width 40 & Height 42 Correct Hyperlink UCLES 2007

66 Page 10 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Heading Black, centre aligned, 48 point Subheading Dark red, left aligned, 32 point Presenter notes on all slides 100 % Correct right place Master slide - CHECK CONSISTENCY Logo Peripheral, bottom right Page numbering Bottom left & automated Name and date Top right All 3 Not overlapping text or object UCLES 2007

67 Page 11 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Heading Black, centre aligned, 48 point Top Bullets Red, left aligned, 24 point, consistent Subheading Dark red, left aligned 32 point 2 nd Bullets Red, left aligned, 24 point, consistent Image N7PRINT,jpg on right side No overlap Line 5 pt, red vertical UCLES 2007

68 Page 12 Mark Scheme Syllabus Paper IGCSE October/November Heading Candidate Black, centre name aligned, Centre 48 point number Candidate number Bullets Red, left aligned, 24 point, consistent Consistent with slide 2 Chart Correct chart Type names visible Type & Total Sales labels Left side & bullets right side UCLES 2007

69 Page 13 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Audience notes Printed with space to annotate 3 / slide UCLES 2007

70 Page 14 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Animation Bullets only 2 marks Transition slides 2 and 3 2 marks UCLES 2007

71 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2008 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3 (Practical Test B), maximum raw mark 100 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 May/June 2008 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

72 Candidate name Centre number Candidate number Code Rate C 1.1 I 3 P 1.6 Rate Data entry 100% 3 marks Header Name, candidate no, Centre no Department Lookup used External file/sheet for code Correct range & return column Department Dcode Number Total Duration =VLOOKUP(B7, J8code'!$A$2:$B$13,2) MD =COUNTIF($B$16:$B$89,B7) =SUMIF($B$16:$B$89,B7,$D$16:$D$89) =VLOOKUP(B8,J8code'!$A$2:$B$13,2) AC =COUNTIF($B$16:$B$89,B8) =SUMIF($B$16:$B$89,B8,$D$16:$D$89) =VLOOKUP(B9,J8code'!$A$2:$B$13,2) PR =COUNTIF($B$16:$B$89,B9) =SUMIF($B$16:$B$89,B9,$D$16:$D$89) =VLOOKUP(B10,J8code'!$A$2:$B$13,2) SA =COUNTIF($B$16:$B$89,B10) =SUMIF($B$16:$B$89,B10,$D$16:$D$89) COUNTIF Correct function that can be replicated Correct range (accept named range) Correct reference =VLOOKUP(B11,J8code'!$A$2:$B$13,2) HR =COUNTIF($B$16:$B$89,B11) =SUMIF($B$16:$B$89,B11,$D$16:$D$89) SUMIF Correct function =VLOOKUP(B12,J8code'!$A$2:$B$13,2) PU =COUNTIF($B$16:$B$89,B12) =SUMIF($B$16:$B$89,B12,$D$16:$D$89) Correct compare range =VLOOKUP(B13,J8code'!$A$2:$B$13,2) MA =COUNTIF($B$16:$B$89,B13) =SUMIF($B$16:$B$89,B13,$D$16:$D$89) Correct reference Correct calculate range Date Dcode Code Duration Units HR P 321 =IF(C16="C",D16*Cheap,IF(C16="I",D16*Intl,IF(C16="P",D16*Peak,0))) HR I 334 =IF(C17="C",D17*Cheap,IF(C17="I",D17*Intl,IF(C17="P",D17*Peak,0))) HR P 332 =IF(C18="C",D18*Cheap,IF(C18="I",D18*Intl,IF(C18="P",D18*Peak,0))) PU C 586 =IF(C19="C",D19*Cheap,IF(C19="I",D19*Intl,IF(C19="P",D19*Peak,0))) HR P 1462 =IF(C20="C",D20*Cheap,IF(C20="I",D20*Intl,IF(C20="P",D20*Peak,0))) HR P 400 =IF(C21="C",D21*Cheap,IF(C21="I",D21*Intl,IF(C21="P",D21*Peak,0))) MD C 430 =IF(C22="C",D22*Cheap,IF(C22="I",D22*Intl,IF(C22="P",D22*Peak,0))) MD P 359 =IF(C23="C",D23*Cheap,IF(C23="I",D23*Intl,IF(C23="P",D23*Peak,0))) MD P 376 =IF(C24="C",D24*Cheap,IF(C24="I",D24*Intl,IF(C24="P",D24*Peak,0))) MD P 168 =IF(C25="C",D25*Cheap,IF(C25="I",D25*Intl,IF(C25="P",D25*Peak,0))) SA P 878 =IF(C26="C",D26*Cheap,IF(C26="I",D26*Intl,IF(C26="P",D26*Peak,0))) SA P 289 =IF(C27="C",D27*Cheap,IF(C27="I",D27*Intl,IF(C27="P",D27*Peak,0))) SA C 302 =IF(C28="C",D28*Cheap,IF(C28="I",D28*Intl,IF(C28="P",D28*Peak,0))) MD P 438 =IF(C29="C",D29*Cheap,IF(C29="I",D29*Intl,IF(C29="P",D29*Peak,0))) MD I 352 =IF(C30="C",D30*Cheap,IF(C30="I",D30*Intl,IF(C30="P",D30*Peak,0))) MD P 798 =IF(C31="C",D31*Cheap,IF(C31="I",D31*Intl,IF(C31="P",D31*Peak,0))) MD I 769 =IF(C32="C",D32*Cheap,IF(C32="I",D32*Intl,IF(C32="P",D32*Peak,0))) MD I 937 =IF(C33="C",D33*Cheap,IF(C33="I",D33*Intl,IF(C33="P",D33*Peak,0))) MD P 313 =IF(C34="C",D34*Cheap,IF(C34="I",D34*Intl,IF(C34="P",D34*Peak,0))) RT P 390 =IF(C35="C",D35*Cheap,IF(C35="I",D35*Intl,IF(C35="P",D35*Peak,0))) RT C 326 =IF(C36="C",D36*Cheap,IF(C36="I",D36*Intl,IF(C36="P",D36*Peak,0))) RT C 880 =IF(C37="C",D37*Cheap,IF(C37="I",D37*Intl,IF(C37="P",D37*Peak,0))) UCLES 2008 Page 2 of 14 [Turn Over

73 Candidate name Centre number Candidate number RT P 820 =IF(C38="C",D38*Cheap,IF(C38="I",D38*Intl,IF(C38="P",D38*Peak,0))) RT P 333 =IF(C39="C",D39*Cheap,IF(C39="I",D39*Intl,IF(C39="P",D39*Peak,0))) MA C 352 =IF(C40="C",D40*Cheap,IF(C40="I",D40*Intl,IF(C40="P",D40*Peak,0))) MA C 806 =IF(C41="C",D41*Cheap,IF(C41="I",D41*Intl,IF(C41="P",D41*Peak,0))) MA P 388 =IF(C42="C",D42*Cheap,IF(C42="I",D42*Intl,IF(C42="P",D42*Peak,0))) MA P 488 =IF(C43="C",D43*Cheap,IF(C43="I",D43*Intl,IF(C43="P",D43*Peak,0))) MA C 302 =IF(C44="C",D44*Cheap,IF(C44="I",D44*Intl,IF(C44="P",D44*Peak,0))) MA P 351 =IF(C45="C",D45*Cheap,IF(C45="I",D45*Intl,IF(C45="P",D45*Peak,0))) MA P 527 =IF(C46="C",D46*Cheap,IF(C46="I",D46*Intl,IF(C46="P",D46*Peak,0))) PR P 249 =IF(C47="C",D47*Cheap,IF(C47="I",D47*Intl,IF(C47="P",D47*Peak,0))) MD P 942 =IF(C48="C",D48*Cheap,IF(C48="I",D48*Intl,IF(C48="P",D48*Peak,0))) MD P 776 =IF(C49="C",D49*Cheap,IF(C49="I",D49*Intl,IF(C49="P",D49*Peak,0))) PU P 324 =IF(C50="C",D50*Cheap,IF(C50="I",D50*Intl,IF(C50="P",D50*Peak,0))) PU P 354 =IF(C51="C",D51*Cheap,IF(C51="I",D51*Intl,IF(C51="P",D51*Peak,0))) MD P 824 =IF(C52="C",D52*Cheap,IF(C52="I",D52*Intl,IF(C52="P",D52*Peak,0))) MD C 426 =IF(C53="C",D53*Cheap,IF(C53="I",D53*Intl,IF(C53="P",D53*Peak,0))) HR P 739 =IF(C54="C",D54*Cheap,IF(C54="I",D54*Intl,IF(C54="P",D54*Peak,0))) HR P 300 =IF(C55="C",D55*Cheap,IF(C55="I",D55*Intl,IF(C55="P",D55*Peak,0))) MD P 263 =IF(C56="C",D56*Cheap,IF(C56="I",D56*Intl,IF(C56="P",D56*Peak,0))) PR P 168 =IF(C57="C",D57*Cheap,IF(C57="I",D57*Intl,IF(C57="P",D57*Peak,0))) PR P 807 =IF(C58="C",D58*Cheap,IF(C58="I",D58*Intl,IF(C58="P",D58*Peak,0))) PR P 821 =IF(C59="C",D59*Cheap,IF(C59="I",D59*Intl,IF(C59="P",D59*Peak,0))) PR P 796 =IF(C60="C",D60*Cheap,IF(C60="I",D60*Intl,IF(C60="P",D60*Peak,0))) HR C 361 =IF(C61="C",D61*Cheap,IF(C61="I",D61*Intl,IF(C61="P",D61*Peak,0))) HR P 351 =IF(C62="C",D62*Cheap,IF(C62="I",D62*Intl,IF(C62="P",D62*Peak,0))) HR C 282 =IF(C63="C",D63*Cheap,IF(C63="I",D63*Intl,IF(C63="P",D63*Peak,0))) HR P 342 =IF(C64="C",D64*Cheap,IF(C64="I",D64*Intl,IF(C64="P",D64*Peak,0))) SA P 711 =IF(C65="C",D65*Cheap,IF(C65="I",D65*Intl,IF(C65="P",D65*Peak,0))) SA P 398 =IF(C66="C",D66*Cheap,IF(C66="I",D66*Intl,IF(C66="P",D66*Peak,0))) SA C 276 =IF(C67="C",D67*Cheap,IF(C67="I",D67*Intl,IF(C67="P",D67*Peak,0))) SA P 297 =IF(C68="C",D68*Cheap,IF(C68="I",D68*Intl,IF(C68="P",D68*Peak,0))) SA I 359 =IF(C69="C",D69*Cheap,IF(C69="I",D69*Intl,IF(C69="P",D69*Peak,0))) PU P 558 =IF(C70="C",D70*Cheap,IF(C70="I",D70*Intl,IF(C70="P",D70*Peak,0))) AC P 304 =IF(C71="C",D71*Cheap,IF(C71="I",D71*Intl,IF(C71="P",D71*Peak,0))) AC C 264 =IF(C72="C",D72*Cheap,IF(C72="I",D72*Intl,IF(C72="P",D72*Peak,0))) AC P 936 =IF(C73="C",D73*Cheap,IF(C73="I",D73*Intl,IF(C73="P",D73*Peak,0))) AC C 512 =IF(C74="C",D74*Cheap,IF(C74="I",D74*Intl,IF(C74="P",D74*Peak,0))) UCLES 2008 Page 3 of 14 [Turn Over

74 Candidate name Centre number Candidate number AC C 310 =IF(C75="C",D75*Cheap,IF(C75="I",D75*Intl,IF(C75="P",D75*Peak,0))) AC P 368 =IF(C76="C",D76*Cheap,IF(C76="I",D76*Intl,IF(C76="P",D76*Peak,0))) AC P 837 =IF(C77="C",D77*Cheap,IF(C77="I",D77*Intl,IF(C77="P",D77*Peak,0))) AC C 854 =IF(C78="C",D78*Cheap,IF(C78="I",D78*Intl,IF(C78="P",D78*Peak,0))) AC P 230 =IF(C79="C",D79*Cheap,IF(C79="I",D79*Intl,IF(C79="P",D79*Peak,0))) AC P 422 =IF(C80="C",D80*Cheap,IF(C80="I",D80*Intl,IF(C80="P",D80*Peak,0))) MD P 296 =IF(C81="C",D81*Cheap,IF(C81="I",D81*Intl,IF(C81="P",D81*Peak,0))) SA C 219 =IF(C82="C",D82*Cheap,IF(C82="I",D82*Intl,IF(C82="P",D82*Peak,0))) SA P 368 =IF(C83="C",D83*Cheap,IF(C83="I",D83*Intl,IF(C83="P",D83*Peak,0))) SA I 385 =IF(C84="C",D84*Cheap,IF(C84="I",D84*Intl,IF(C84="P",D84*Peak,0))) PR P 269 =IF(C85="C",D85*Cheap,IF(C85="I",D85*Intl,IF(C85="P",D85*Peak,0))) PR C 366 =IF(C86="C",D86*Cheap,IF(C86="I",D86*Intl,IF(C86="P",D86*Peak,0))) MA P 354 =IF(C87="C",D87*Cheap,IF(C87="I",D87*Intl,IF(C87="P",D87*Peak,0))) MA P 448 =IF(C88="C",D88*Cheap,IF(C88="I",D88*Intl,IF(C88="P",D88*Peak,0))) PU P 833 =IF(C89="C",D89*Cheap,IF(C89="I",D89*Intl,IF(C89="P",D89*Peak,0))) Replication All 4 formulae Orientation Landscape & fit to page Units Nested IF Correct named cells 3 marks Correct function (3 parts) 3 marks Returns Zero if not CIP UCLES 2008 Page 4 of 14 [Turn Over

75 Candidate name Centre number Candidate number Rate 1dp Code Rate C 1.1 I 3.0 P 1.6 Row 1 Centre Bold Cells A2-A4 Right aligned Department Dcode Number Total Duration Managing Director MD Accounts AC Production PR Sales SA Human Resources HR Purchasing PU Maintenance MA Date Dcode Code Duration Units 03/01/2008 HR P /01/2008 HR I /01/2008 HR P /01/2008 PU C /01/2008 HR P /01/2008 HR P /01/2008 MD C /01/2008 MD P /01/2008 MD P /01/2008 MD P /01/2008 SA P /01/2008 SA P /01/2008 SA C /01/2008 MD P /01/2008 MD I /01/2008 MD P /01/2008 MD I /01/2008 MD I /01/2008 MD P /01/2008 RT P /01/2008 RT C /01/2008 RT C /01/2008 RT P /01/2008 RT P /01/2008 MA C /01/2008 MA C /01/2008 MA P /01/2008 MA P /01/2008 MA C /01/2008 MA P /01/2008 MA P /01/2008 PR P /01/2008 MD P /01/2008 MD P /01/2008 PU P /01/2008 PU P /01/2008 MD P /01/2008 MD C Row 6 & 15 Centre & bold Orientation Portrait Units 0 dp UCLES 2008 Page 5 of 14 [Turn Over

76 Candidate name Centre number Candidate number 04/01/2008 HR P /01/2008 HR P /01/2008 MD P /01/2008 PR P /01/2008 PR P /01/2008 PR P /01/2008 PR P /01/2008 HR C /01/2008 HR P /01/2008 HR C /01/2008 HR P /01/2008 SA P /01/2008 SA P /01/2008 SA C /01/2008 SA P /01/2008 SA I /01/2008 PU P /01/2008 AC P /01/2008 AC C /01/2008 AC P /01/2008 AC C /01/2008 AC C /01/2008 AC P /01/2008 AC P /01/2008 AC C /01/2008 AC P /01/2008 AC P /01/2008 MD P /01/2008 SA C /01/2008 SA P /01/2008 SA I /01/2008 PR P /01/2008 PR C /01/2008 MA P /01/2008 MA P /01/2008 PU P Candidate name Centre number Candidate number Step 18 Date Dcode Code Units 03/01/2008 HR I /01/2008 MD I /01/2008 MD I /01/2008 MD I /01/2008 SA I /01/2008 SA I 1155 Hidden Rows 1-14 Hidden Column D Search Code = I 2 marks UCLES 2008 Page 6 of 14 [Turn Over

77 Candidate name Centre number Candidate number Step 19 Date Dcode Units 04/01/2008 PU /01/2008 PU /01/2008 SA /01/2008 SA /01/2008 SA /01/2008 SA /01/2008 SA /01/2008 PU 893 Search Date = 04/01/2008 AND DCode = PU or SA 2 marks Hidden Rows 1-14 and Columns C & D Step Candidate name Centre number Candidate number Total Duration By Department Chart Vertical bars Correct data Title 100% correct Labels Cat axis fully visible Legend No legend Managing Director Accounts Production Sales Human Resources Purchasing Maintenance UCLES 2008 Page 7 of 14 [Turn Over

78 Candidate name Centre number Candidate number STYLESHEET h1 { color: #000000; font-family: Times New Roman, serif; font-size: 20px; text-align: Center; font-weight: bold } h2 { color: #0000FF; font-family: Times New Roman, serif; font-size: 18px; text-align: Center; font-weight: bold } h3 { color: #000000; font-family: Times New Roman, serif; font-size: 16px; text-align: left } li { color: #000000; font-family: Arial, sans-serif; font-size: 14px; text-align: left } p { color: #000066; font-family: Arial, sans-serif; font-size: 14px; text-align: left; font-style: italic } Colour All correct Font All correct Size All correct Units correct Alignment All correct h1 & h2 Bold p Italic UCLES 2008 Page 8 of 14 [Turn Over

79 Top left Last edited by & Name & No s in style h3 Table 5 rows & 3 columns Merge cells in row 1 Merge cells in row 5 Merge rows 2,3 & 4 in 3 rd col Correct text in each cell Heading in style h1& 100% correct Style h3 From stylesheet Style h2 All 3 cells Style p From stylesheet Style li From stylesheet Style p From stylesheet Image Placed in correct cell Centre aligned Image J8PROD.JPG in cell B J8HIST.JPG in cell D J8TEL.JPG in cell F Menu Contains J8MENU.HTM in h2 <HTML> <HEAD> <TITLE>Sample</TITLE> <link rel="stylesheet" type ="text/css" href="j8styles.css"> </HEAD> <BODY> <a name=top></a> <h3>last edited by Candidate name, centre number, candidate number<h3> <h1>sample Website for client X</h1> External stylesheet attached With relative references Anchor Set to TOP Table Cell padding 6 Cell spacing 6 Width 100% Border 4 <TABLE cellspacing="6" cellpadding="6" width="100%" border= 4 > <TR> <TD colspan="3"><h3>our Vision is to promote your business through the development and hosting of a web presence.</h3></td> </TR> <TR> <TD><img src="j8prod.jpg"></td> UCLES 2008 Page 9 of 14 [Turn Over

80 <TD><h2>Our Products</h2></TD> <TD rowspan="3"><p>each section of this table can be used to convey information, or to provide a link to other areas.</p> <p> For example there may be:</p> <li>your flagship products</li> <li>special offers</li> <li>price reductions</li> <p> in order to entice customers to buy your products. Images, text, animations, movie 'clips' and sounds can be included on the web site.</p></td> </TR> <TR> <TD><img src="j8hist.jpg"></td> <TD><h2><a href="j8cohist.htm" target="_history">company History</a></h2></TD> </TR> <TR> <TD><img src="j8tel.jpg"></td> <TD><h2>Contact Us</h2></TD> </TR> <TR> <TD colspan="3" align="center"><img src="j8movie.jpg" width="400" height="50"></td> </TR> </TABLE> <BR> <TABLE cellspacing="6" cellpadding="6" width="100%" border= 2 > <TBODY> <TR> <TD><h2><a href="#top">home</a></h2></td> <TD><h2>Products</h2></TD> <TD><h2><a href="j8cohist.htm" target="_history">history </a></h2></td> <TD><h2>Contact Us</h2></TD> </TR> </TBODY> </TABLE> </HTML> Hyperlink Hyperlink Hyperlink Correct target window Relative reference Image Width = 400 Height = 50 Table Cell padding 6 Cell spacing 6 Width 100% Border 2 Correct anchor Relative reference Correct target window Relative reference UCLES 2008 Page 10 of 14 [Turn Over

81 Top left Name & No s replaced Candidate name Image In this cell <html> External stylesheet attached <head> Relative reference <title>company History</title> <link rel="stylesheet" type ="text/css" href="styles.css" </head> <body> <h3>last updated by Candidate name, candidate number and centre number</h3> <h1>company History</h1> <table border="0" cellpadding="10" cellspacing="10" width="800" height="300"> <tr> <td width="220" height="300"> <h3><b>this great company was founded in 1879 by Bernard House.</b></h3> <p>although it has a great company history, we have adapted to every technological change presented to them. Their use of ICT is unsurpassed, even the web pages can contain data drawn from a wide variety of sources like the electronic drawing board.</p> <h3>here is an example of our versatility:</h3> </td> <td> <img src="j8image.gif" width = "300" /> </td> </tr> Image Width 300 (height ) Maintain aspect ratio UCLES 2008 Page 11 of 14 [Turn Over

82 </table> <table border="0" cellpadding="10" cellspacing="2" width="800" height="40"> <TBODY> <TR> <TD><a href="sample.htm">home</a></td> <TD>Products</TD> <TD>History</TD> <TD>Contact Us</TD> </TR> </TBODY> </TABLE> </body> </html> Home Correct Hyperlink Diagonal line, green 6 point Vertical line, green 6 point Heading 100% correct, black 48 pt sans-serif, not overlapping Clip art Pen or Pencil Horizontal line, green 6 point Horizontal line, green 6 point Automatic numbering corner Between lines Name & No s UCLES 2008 Page 12 of 14 [Turn Over

83 Text 24 point blue, left aligned, serif Text 24 point blue, left aligned, serif UCLES 2008 Page 13 of 14 [Turn Over

84 Chart From step 20, placed No overlap UCLES 2008

85 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2008 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3 (Practical Test B), maximum raw mark 100 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.

86 Page 2 Mark Scheme Syllabus Paper IGCSE October/November Master slide CHECK CONSISTENCY Background Pale grey Between ¼ and ⅛ Red stripe Vertical (edge of grey) Two horizontal 6 point lines Logo Telephone Correct place Slide numbering Bottom right & automated, on all slides Name, cand no, Centre no Bottom left black, 12 pt, sans-serif Telephone Analysis text Black 44 pt, sans-serif, left aligned Position & 100% correct Master slide items Not overlapping any object Heading Red, left aligned, 60 pt 100% correct Subheading Red, centre aligned, 36 pt 100% correct Presenter notes 100% correct Right place UCLES 2008

87 Page 3 Mark Scheme Syllabus Paper IGCSE October/November Subheading Red, centre aligned, 36 pt 100% correct Left bullets Black, left aligned, 24 pt, consistent 100% correct Right bullets Black, left aligned, 24 pt, consistent 100% correct Presenter notes 100% correct UCLES 2008

88 Page 4 Mark Scheme Syllabus Paper IGCSE October/November Chart Correct chart type & 4 segments Call type labels correct % value labels correct Centre of slide space & enlarged with no distortion No legend Presenter notes 100% correct UCLES 2008

89 Page 5 Mark Scheme Syllabus Paper IGCSE October/November Subheading Red, centre aligned, 36 pt, no bullet 100% correct Bullets Black, left aligned, 24 pt, consistent 100% correct & in correct place Image Telephone Presenter notes 100% correct UCLES 2008

90 Page 6 Mark Scheme Syllabus Paper IGCSE October/November Audience notes Printed with space to annotate 3 slides / page UCLES 2008

91 Page 7 Mark Scheme Syllabus Paper IGCSE October/November Animation Bullets only (1 6 and 7 11) Transition Between all slides UCLES 2008

92 Page 8 Mark Scheme Syllabus Paper IGCSE October/November STYLESHEET h1 { color: #FF0000; font-family: Times New Roman, serif; font-size: 20px; text-align: Center; font-style: italic; font-weight: bold } h2 { color: #FF0000; font-family: Times New Roman, serif; font-size: 18px; text-align: Center } h3 { color: #000000; font-family: Times New Roman, serif; font-size: 16px; text-align: left } li { color: #000000; font-family: Arial, sans-serif; font-size: 14px; text-align: left } p { color: #000066; font-family: Arial, sans-serif; font-size: 14px; text-align: left } h1 & h2 Red p Dark blue h1, h2, h3 TNR primary then serif li, p Arial primary then sans-serif h1 & h2 Centre aligned h1 Bold h1 Italic Text 100% correct Style h1 From stylesheet Images Correct 5 marks Correct images 5 marks Browser view fully visible Centre aligned Style Row p Right From stylesheet aligned Bottom left Last updated by & name & no s Style h3 UCLES 2008

93 Page 9 Mark Scheme Syllabus Paper IGCSE October/November <html> <head> <title>hothouse Design</title> Correct external stylesheet attached <link rel="stylesheet" type="text/css" href="n8style1.css"> </head> Table Cell padding 20 Cell spacing 5 <body> Width 100% Height 300 <h1>hothouse Design Ltd</h1> Border 5 <table border="5" cellpadding="20" cellspacing="5" width="100%" height="300px"> <tr bgcolor="#000000" align="center"> <td> <img src="n8about.gif"> </td> <td> <img src="n8what.gif"> </td> <td> <img src="n8client.gif"> </td> <td> <img src="n8work.gif"> </td> <td> <a href="n8conta1.htm" target="_contact"><img src="n8contac.gif"></a> </td> </tr> <tr align="right"> <td> About us </td> <td> What we do </td> <td> Our clients </td> <td> Work with us </td> <td> <a href="n8conta1.htm" target="_contact"> Contact us</a> </td> </tr> </table> <h3>last updated by [candidate name], [centre number], [candidate number]</h3> </body> </html> Row Centre aligned 2 marks Background colour black Hyperlink Correct Window Correct Row Right aligned Hyperlink Correct Window Correct UCLES 2008

94 Page 10 Mark Scheme Syllabus Paper IGCSE October/November Bottom left Last updated by & name & no s Style h3 <html> Correct external stylesheet attached <head> <title>contact us</title> <link rel="stylesheet" type="text/css" href="n8style1.css"> </head> <body> <h1>the Hothouse Design Group has offices in the following locations:</h1> <h3>hothouse Design Head Office</h3> <p>hothouse Design (UK) Ltd <br>1 Hills Road, Cambridge, CB1 2EU, England</p> <h3>hothouse Design International Offices</h3> <p>hothouse Design <br>buenos Aires, Argentina</p> <p>hothouse Design <br>helsinki, Finland</p> <p>hothouse Hellenic Ltd <br>athens, Greece</p> <p>hothouse Design (Asia Pacific) <br>singapore</p> <p>hothouse Design Inc. <br>new York, USA <p>hothouse Design Australia <br>melbourne, Australia</p> <h3>last updated by [candidate name], [centre number], [candidate number]</h3> </body> </html> UCLES 2008

95 Page 11 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Name SCode Total minutes =VLOOKUP(B2,N8code.csv!$A$2:$B$13,2) GBA =SUMIF($B$11:$B$84,B2,$D$11:$D$84) =VLOOKUP(B3,N8code.csv!$A$2:$B$13,2) GBR =SUMIF($B$11:$B$84,B3,$D$11:$D$84) =VLOOKUP(B4,N8code.csv!$A$2:$B$13,2) LEX =SUMIF($B$11:$B$84,B4,$D$11:$D$84) =VLOOKUP(B5,N8code.csv!$A$2:$B$13,2) MAR =SUMIF($B$11:$B$84,B5,$D$11:$D$84) =VLOOKUP(B6,N8code.csv!$A$2:$B$13,2) RSP =SUMIF($B$11:$B$84,B6,$D$11:$D$84) =VLOOKUP(B7,N8code.csv!$A$2:$B$13,2) SMO =SUMIF($B$11:$B$84,B7,$D$11:$D$84) =VLOOKUP(B8,N8code.csv!$A$2:$B$13,2) VCR =SUMIF($B$11:$B$84,B8,$D$11:$D$84) Header Name, candidate no, Centre no SUMIF Correct formulae Correct compare range Correct reference Correct calculate range Date SCode Duration Minutes Seconds Length MAR 321 =INT(C11/60) =C11-(D11*60) =IF(D11<6,"Short",IF(D11<12,"Medium","Long")) LEX 334 =INT(C12/60) =C12-(D12*60) =IF(D12<6,"Short",IF(D12<12,"Medium","Long")) VCR 332 =INT(C13/60) =C13-(D13*60) =IF(D13<6,"Short",IF(D13<12,"Medium","Long")) Name SMO 586 Lookup used =INT(C14/60) =C14-(D14*60) =IF(D14<6,"Short",IF(D14<12,"Medium","Long")) GBR 1462 External file/sheet for code =INT(C15/60) =C15-(D15*60) =IF(D15<6,"Short",IF(D15<12,"Medium","Long")) GBR 400 Correct range & return column =INT(C16/60) =C16-(D16*60) =IF(D16<6,"Short",IF(D16<12,"Medium","Long")) VCR 430 =INT(C17/60) =C17-(D17*60) =IF(D17<6,"Short",IF(D17<12,"Medium","Long")) SMO 359 =INT(C18/60) =C18-(D18*60) =IF(D18<6,"Short",IF(D18<12,"Medium","Long")) MAR 376 =INT(C19/60) =C19-(D19*60) =IF(D19<6,"Short",IF(D19<12,"Medium","Long")) MAR 168 =INT(C20/60) =C20-(D20*60) =IF(D20<6,"Short",IF(D20<12,"Medium","Long")) GBA 878 =INT(C21/60) =C21-(D21*60) =IF(D21<6,"Short",IF(D21<12,"Medium","Long")) GBR 289 =INT(C22/60) =C22-(D22*60) =IF(D22<6,"Short",IF(D22<12,"Medium","Long")) LEX 302 =INT(C23/60) =C23-(D23*60) =IF(D23<6,"Short",IF(D23<12,"Medium","Long")) GBA 438 =INT(C24/60) =C24-(D24*60) =IF(D24<6,"Short",IF(D24<12,"Medium","Long")) RSP 352 =INT(C25/60) =C25-(D25*60) =IF(D25<6,"Short",IF(D25<12,"Medium","Long")) GBA 798 =INT(C26/60) =C26-(D26*60) =IF(D26<6,"Short",IF(D26<12,"Medium","Long")) LEX 769 =INT(C27/60) =C27-(D27*60) =IF(D27<6,"Short",IF(D27<12,"Medium","Long")) GBA 937 =INT(C28/60) =C28-(D28*60) =IF(D28<6,"Short",IF(D28<12,"Medium","Long")) LEX 313 =INT(C29/60) =C29-(D29*60) =IF(D29<6,"Short",IF(D29<12,"Medium","Long")) MAR 390 =INT(C30/60) =C30-(D30*60) =IF(D30<6,"Short",IF(D30<12,"Medium","Long")) GBA 326 =INT(C31/60) =C31-(D31*60) =IF(D31<6,"Short",IF(D31<12,"Medium","Long")) GBR 880 =INT(C32/60) =C32-(D32*60) =IF(D32<6,"Short",IF(D32<12,"Medium","Long")) LEX 820 =INT(C33/60) =C33-(D33*60) =IF(D33<6,"Short",IF(D33<12,"Medium","Long")) VCR 333 =INT(C34/60) =C34-(D34*60) =IF(D34<6,"Short",IF(D34<12,"Medium","Long")) MAR 352 =INT(C35/60) =C35-(D35*60) =IF(D35<6,"Short",IF(D35<12,"Medium","Long")) LEX 806 =INT(C36/60) =C36-(D36*60) =IF(D36<6,"Short",IF(D36<12,"Medium","Long")) UCLES 2008

96 Page 12 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number MAR 388 =INT(C37/60) =C37-(D37*60) =IF(D37<6,"Short",IF(D37<12,"Medium","Long")) SMO 488 =INT(C38/60) =C38-(D38*60) =IF(D38<6,"Short",IF(D38<12,"Medium","Long")) GBA 302 =INT(C39/60) =C39-(D39*60) =IF(D39<6,"Short",IF(D39<12,"Medium","Long")) LEX 351 =INT(C40/60) =C40-(D40*60) =IF(D40<6,"Short",IF(D40<12,"Medium","Long")) LEX 527 =INT(C41/60) =C41-(D41*60) =IF(D41<6,"Short",IF(D41<12,"Medium","Long")) MAR 249 =INT(C42/60) =C42-(D42*60) =IF(D42<6,"Short",IF(D42<12,"Medium","Long")) SMO 942 =INT(C43/60) =C43-(D43*60) =IF(D43<6,"Short",IF(D43<12,"Medium","Long")) MAR 776 =INT(C44/60) =C44-(D44*60) =IF(D44<6,"Short",IF(D44<12,"Medium","Long")) MAR 324 =INT(C45/60) =C45-(D45*60) =IF(D45<6,"Short",IF(D45<12,"Medium","Long")) SMO 354 =INT(C46/60) =C46-(D46*60) =IF(D46<6,"Short",IF(D46<12,"Medium","Long")) LEX 824 =INT(C47/60) =C47-(D47*60) =IF(D47<6,"Short",IF(D47<12,"Medium","Long")) LEX 426 =INT(C48/60) =C48-(D48*60) =IF(D48<6,"Short",IF(D48<12,"Medium","Long")) LEX 739 =INT(C49/60) =C49-(D49*60) =IF(D49<6,"Short",IF(D49<12,"Medium","Long")) GBA 300 =INT(C50/60) =C50-(D50*60) =IF(D50<6,"Short",IF(D50<12,"Medium","Long")) GBR 263 =INT(C51/60) =C51-(D51*60) =IF(D51<6,"Short",IF(D51<12,"Medium","Long")) MAR 168 =INT(C52/60) =C52-(D52*60) =IF(D52<6,"Short",IF(D52<12,"Medium","Long")) VCR 807 =INT(C53/60) =C53-(D53*60) =IF(D53<6,"Short",IF(D53<12,"Medium","Long")) MAR 821 =INT(C54/60) =C54-(D54*60) =IF(D54<6,"Short",IF(D54<12,"Medium","Long")) MAR 796 =INT(C55/60) =C55-(D55*60) =IF(D55<6,"Short",IF(D55<12,"Medium","Long")) VCR 361 =INT(C56/60) =C56-(D56*60) =IF(D56<6,"Short",IF(D56<12,"Medium","Long")) GBR 351 =INT(C57/60) =C57-(D57*60) =IF(D57<6,"Short",IF(D57<12,"Medium","Long")) SMO 282 =INT(C58/60) =C58-(D58*60) =IF(D58<6,"Short",IF(D58<12,"Medium","Long")) RSP 342 =INT(C59/60) =C59-(D59*60) =IF(D59<6,"Short",IF(D59<12,"Medium","Long")) GBR 711 =INT(C60/60) =C60-(D60*60) =IF(D60<6,"Short",IF(D60<12,"Medium","Long")) SMO 398 =INT(C61/60) =C61-(D61*60) =IF(D61<6,"Short",IF(D61<12,"Medium","Long")) GBA 276 =INT(C62/60) =C62-(D62*60) =IF(D62<6,"Short",IF(D62<12,"Medium","Long")) MAR 297 =INT(C63/60) =C63-(D63*60) =IF(D63<6,"Short",IF(D63<12,"Medium","Long")) MAR 359 =INT(C64/60) =C64-(D64*60) =IF(D64<6,"Short",IF(D64<12,"Medium","Long")) GBA 558 =INT(C65/60) =C65-(D65*60) =IF(D65<6,"Short",IF(D65<12,"Medium","Long")) GBA 304 =INT(C66/60) =C66-(D66*60) =IF(D66<6,"Short",IF(D66<12,"Medium","Long")) SMO 264 =INT(C67/60) =C67-(D67*60) =IF(D67<6,"Short",IF(D67<12,"Medium","Long")) GBR 936 =INT(C68/60) =C68-(D68*60) =IF(D68<6,"Short",IF(D68<12,"Medium","Long")) LEX 512 =INT(C69/60) =C69-(D69*60) =IF(D69<6,"Short",IF(D69<12,"Medium","Long")) VCR 310 =INT(C70/60) =C70-(D70*60) =IF(D70<6,"Short",IF(D70<12,"Medium","Long")) RSP 368 =INT(C71/60) =C71-(D71*60) =IF(D71<6,"Short",IF(D71<12,"Medium","Long")) MAR 837 =INT(C72/60) =C72-(D72*60) =IF(D72<6,"Short",IF(D72<12,"Medium","Long")) SMO 854 =INT(C73/60) =C73-(D73*60) =IF(D73<6,"Short",IF(D73<12,"Medium","Long")) UCLES 2008

97 Page 13 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number GBA 230 =INT(C74/60) =C74-(D74*60) =IF(D74<6,"Short",IF(D74<12,"Medium","Long")) VCR 422 =INT(C75/60) =C75-(D75*60) =IF(D75<6,"Short",IF(D75<12,"Medium","Long")) RSP 296 =INT(C76/60) =C76-(D76*60) =IF(D76<6,"Short",IF(D76<12,"Medium","Long")) MAR 219 =INT(C77/60) =C77-(D77*60) =IF(D77<6,"Short",IF(D77<12,"Medium","Long")) SMO 368 =INT(C78/60) =C78-(D78*60) =IF(D78<6,"Short",IF(D78<12,"Medium","Long")) MAR 385 =INT(C79/60) =C79-(D79*60) =IF(D79<6,"Short",IF(D79<12,"Medium","Long")) LEX 269 =INT(C80/60) =C80-(D80*60) =IF(D80<6,"Short",IF(D80<12,"Medium","Long")) LEX 366 =INT(C81/60) =C81-(D81*60) =IF(D81<6,"Short",IF(D81<12,"Medium","Long")) MAR 354 =INT(C82/60) =C82-(D82*60) =IF(D82<6,"Short",IF(D82<12,"Medium","Long")) GBA 448 =INT(C83/60) =C83-(D83*60) =IF(D83<6,"Short",IF(D83<12,"Medium","Long")) RSP 833 =INT(C84/60) =C84-(D84*60) =IF(D84<6,"Short",IF(D84<12,"Medium","Long")) Minutes Cn/60 Integer function Seconds Formula works 2 marks Length Nested IF Correct formulae 2 marks Replication All 5 formulae Orientation Landscape & fit to 1 page width UCLES 2008

98 Page 14 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Name SCode Total minutes G Barney GBA 92 G Brown GBR 83 L Exley LEX 116 M Arnott MAR 115 R Springett RSP 33 S Morris SMO 76 V Cresswell VCR 48 Orientation Portrait Row 1 only Centre & bold Row 10 only Centre & bold Date SCode Duration Minutes Seconds Length 03/01/2008 MAR Short 03/01/2008 LEX Short 03/01/2008 VCR Short 03/01/2008 SMO Medium 03/01/2008 GBR Long 03/01/2008 GBR Medium 03/01/2008 VCR Medium 03/01/2008 SMO Short 03/01/2008 MAR Medium 03/01/2008 MAR Short 03/01/2008 GBA Long 03/01/2008 GBR Short 03/01/2008 LEX Short 03/01/2008 GBA Medium 03/01/2008 RSP Short 03/01/2008 GBA Long 03/01/2008 LEX Long 03/01/2008 GBA Long 03/01/2008 LEX Short 03/01/2008 MAR Medium 03/01/2008 GBA Short 03/01/2008 GBR Long 03/01/2008 LEX Long 03/01/2008 VCR Short 03/01/2008 MAR Short 03/01/2008 LEX Long 04/01/2008 MAR Medium 04/01/2008 SMO Medium 04/01/2008 GBA Short 04/01/2008 LEX Short 04/01/2008 LEX Medium 04/01/2008 MAR Short 04/01/2008 SMO Long 04/01/2008 MAR Long 04/01/2008 MAR Short 04/01/2008 SMO Short 04/01/2008 LEX Long 04/01/2008 LEX Medium 04/01/2008 LEX Long 04/01/2008 GBA Short 04/01/2008 GBR Short UCLES 2008

99 Page 15 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number 04/01/2008 MAR Short 04/01/2008 VCR Long 04/01/2008 MAR Long 04/01/2008 MAR Long 04/01/2008 VCR Medium 04/01/2008 GBR Short 04/01/2008 SMO Short 04/01/2008 RSP Short 04/01/2008 GBR Medium 04/01/2008 SMO Medium 04/01/2008 GBA Short 04/01/2008 MAR Short 04/01/2008 MAR Short 04/01/2008 GBA Medium 04/01/2008 GBA Short 04/01/2008 SMO Short 05/01/2008 GBR Long 05/01/2008 LEX Medium 05/01/2008 VCR Short 05/01/2008 RSP Medium 05/01/2008 MAR Long 05/01/2008 SMO Long 05/01/2008 GBA Short 05/01/2008 VCR Medium 05/01/2008 RSP Short 05/01/2008 MAR Short 05/01/2008 SMO Medium 05/01/2008 MAR Medium 05/01/2008 LEX Short 05/01/2008 LEX Medium 05/01/2008 MAR Short 05/01/2008 GBA Medium 05/01/2008 RSP Long UCLES 2008

100 Page 16 Mark Scheme Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Step 18 Date SCode Duration Minutes Seconds Length 03/01/2008 GBR Long 03/01/2008 GBA Long 03/01/2008 GBA Long 03/01/2008 LEX Long 03/01/2008 GBA Long 03/01/2008 GBR Long 03/01/2008 LEX Long 03/01/2008 LEX Long 04/01/2008 SMO Long 04/01/2008 MAR Long 04/01/2008 LEX Long 04/01/2008 LEX Long 04/01/2008 VCR Long 04/01/2008 MAR Long 04/01/2008 MAR Long 05/01/2008 GBR Long 05/01/2008 MAR Long 05/01/2008 SMO Long 05/01/2008 RSP Long Search Length = Long 2 marks Candidate name Centre number Candidate number Date SCode Duration Minutes Seconds Length 04/01/2008 VCR Long 05/01/2008 RSP Long Search Length = Long and SCode = VCR OR RSP 2 marks UCLES 2008

101 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2009 question paper for the guidance of teachers 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 (Practical Test B), maximum raw mark 100 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, which would have considered the acceptability of alternative answers. 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 May/June 2009 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

102 Page 2 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Top right Last edited by & name & No s style h5 <HTML> <HEAD> Images Correct cells 5 marks <TITLE>Supa Scuba</TITLE> <link rel="stylesheet" type ="text/css" href="j9style1.css"> </HEAD> Correct stylesheet attached <BODY> <a name="top"></a> Anchor Top <h5>last edited by Candidate name, centre number, candidate number</h5> <TABLE cellspacing="2" cellpadding="2" width="100%" border="2"> <TR align="center" valign="center"> <TD><img src ="J9LOGO.jpg"></TD> <TD colspan = "2"> <h1>supa Scuba</h1></TD> </TR> <TR align="center" valign="center"> <TD colspan = "3"> <h3>with over 70% of the world covered in water, you may be missing opportunities to see some of the world's most fascinating sights. See vibrant creatures like fish, shrimps, and an array of underwater flora like spectacular corals. Look to us for adventures in the deep, see a different perspective on the world.</h3></td> </TR> <TR align="center" valign="center"> <TD rowspan = "4"> <img src="j9sunset.jpg" width="183" height="320"></td> <TD><h4><a href="j9dive.htm" target="_scubadive">amazing fish</a></h4></td> <TD><a href="j9dive.htm" target="_scubadive"><img src="j9shoal.jpg"></a></td> </TR> <TR align="center" valign="center"> <TD><h4>Colours beyond comprehension</h4></td> <TD><img src="j9fish.jpg"></td> </TR> <TR align="center" valign="center"> <TD><h4>Dolphin experiences, on the boat and in the water</h4></td> <TD><img src="j9dolphi.jpg"></td> </TR> </TABLE> <p><a href="#top">click Here</a> to return to the top of the page.</p> </HTML> Table Cell padding 2 Cell spacing 2 Width 100% Border 2 J9SUNSET.JPG Width 183 Height 320 Target _scubadive to j9dive.htm Target _scubadive to j9dive.htm Hyperlink Click Here Returns to Top UCLES 2009

103 Page 3 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June h4 Black (000000) h1, h2, h3, h5 No green h1 48pt h1 { color: #0000AA; font-family: Arial, sans-serif; font-size: 48pt; text-align: center } h2 { color: #0000AA; font-family: Arial, sans-serif; font-size: 15pt; text-align: left } h3 { color: #0000FF; font-family: Arial, sans-serif; font-size: 12pt; text-align: center } h4 { color: #000000; font-family: Arial, sans-serif; font-size: 12pt; text-align: center } h5 { color: #000022; font-family: Arial, sans-serif; font-size: 10pt; text-align: left } li { color: #000080; font-family: "Times New Roman", serif; font-size: 12pt; text-align: left; font-style: italic; list-style-type: disc } p { color: #008080; font-family: "Times New Roman", serif; font-size: 12pt; text-align: left } body { background-color: #F0FFFF } p Colour h5 Left aligned Page New styles UCLES 2009

104 Page 4 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Top left Last edited by & name & No s Heading 100% correct Style h2 Text Correct cell Style h4 & from file Text Correct cell Style h5 & from file Text Correct cell 3 titles Style p & from file 3 marks 2 lists Style li & from file 2 marks Image J9clown.jpg in correct cell <HTML> <HEAD> <TITLE>Diving with us</title> <link rel="stylesheet" type ="text/css" href="j9style2.css"> </HEAD> <BODY> Correct stylesheet attached <h5>last edited by Candidate name, centre number, candidate number</h5> <h2>supa Scuba Diving Holidays</h2> Table Border = 2 <TABLE border = "2"> <TR align="center" valign="center"> <TD colspan = "2"><h4>As a company we pride ourselves on our customer satisfaction. We offer a full range of holiday experiences around the globe. These are designed to meet your every need. If you do not see exactly what you are looking for, contact us and ask for our bespoke holiday service.</h4></td> </TR> <TR align="center" valign="center"> <TD colspan = "2"><h5>We offer the widest range of package holidays to match your budget. Try one of the following ideas:</h5></td> </TR> <TR align="center" valign="center"> <TD><p>Experienced divers</p> UCLES 2009

105 Page 5 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June <ul> <li>go deep</li> <li>wreck week</li> <li>shark experience</li> <li>wall dives</li> <li>cave dives</li> </ul> <p>beginners</p> <ul> <li>meet the fish</li> <li>turtle week</li> <li>learn to dive</li> <li>snorkel with us</li> </ul> <p>family packages</p></td> <TD><img src = "J9CLOWN.JPG" width = "280"></TD> </TR> </TABLE> Unordered list Correct correct place Unordered list correct Correct place J9clown.jpg Width 280 Hyperlink Correct website <p><a href="j9scuba.htm" target="_self">homepage</a></p> <p>contact us</p> Master slide - CHECK CONSISTENCY </HTML> Background Pale blue Between 1/3 and 1/5 Blue stripe Vertical (edge of blue) Two horizontal 4 point lines Image Fish Correct place Resized, cropped to fit, >50% Slide numbering Bottom left & automated Name, cand no, Centre no Bottom centre, black, 12pt, bold, sans-serif Heading 100% correct Dark blue, 48pt, sans-serif Left align & position Master slide items Not overlapping any object UCLES 2009

106 Page 6 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Heading Dark blue, left aligned, 60pt Subheading Blue, centre aligned, 30pt Subheading Blue, centre aligned, 30pt Bullets Black, left aligned, 20pt Animation Bullets only 2 marks UCLES 2009

107 Page 7 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Chart Trip type labels visible % value visible Centre & not distorted No legend Presenter notes On all slides 100% Correct Right place Slide transitions Visible 2 marks UCLES 2009

108 Page 8 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Webpage Lookup used Correct lookup reference Lookup relative reference Correct range Range absolute reference Correct return column Webpage Code Total Hours Mins =VLOOKUP(B2,Sheet1!$A$2:$B$12,2) BH =SUMIF($B$11:$B$84,B2,$C$11:$C$84) =INT(C2/60) =C2-(D2*60) =VLOOKUP(B3,Sheet1!$A$2:$B$12,2) C =SUMIF($B$11:$B$84,B3,$C$11:$C$84) =INT(C3/60) =C3-(D3*60) =VLOOKUP(B4,Sheet1!$A$2:$B$12,2) D =SUMIF($B$11:$B$84,B4,$C$11:$C$84) =INT(C4/60) =C4-(D4*60) =VLOOKUP(B5,Sheet1!$A$2:$B$12,2) EH =SUMIF($B$11:$B$84,B5,$C$11:$C$84) =INT(C5/60) =C5-(D5*60) =VLOOKUP(B6,Sheet1!$A$2:$B$12,2) FP =SUMIF($B$11:$B$84,B6,$C$11:$C$84) =INT(C6/60) =C6-(D6*60) =VLOOKUP(B7,Sheet1!$A$2:$B$12,2) H =SUMIF($B$11:$B$84,B7,$C$11:$C$84) =INT(C7/60) =C7-(D7*60) =VLOOKUP(B8,Sheet1!$A$2:$B$12,2) HOL =SUMIF($B$11:$B$84,B8,$C$11:$C$84) =INT(C8/60) =C8-(D8*60) Date PageCode Minutes H BH EH C D D EH C FP FP HOL D BH 14 Header name, & numbers Hours Correct reference / 60 Integer calculated Replication All 4 formulae Formulae, data & labels Fully visible Print area & single page Selected data only Total Correct SUMIF function Correct range Range absolute reference Lookup relative reference Correct range Range absolute reference Mins Correct reference subtract Reference * 60 UCLES 2009

109 Candidate name Centre number Candidate number Page 9 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Date PageCode Minutes 08/01/2009 FP 34 09/01/2009 FP 25 09/01/2009 FP 24 10/01/2009 FP 24 08/01/2009 HOL 23 14/01/2009 FP 20 09/01/2009 HOL 19 08/01/2009 FP 18 08/01/2009 FP 18 09/01/2009 FP 17 08/01/2009 HOL 16 10/01/2009 FP 16 11/01/2009 FP 16 09/01/2009 FP 15 11/01/2009 FP 15 09/01/2009 FP 14 10/01/2009 FP 12 11/01/2009 HOL 12 08/01/2009 HOL 11 08/01/2009 HOL 11 10/01/2009 HOL 11 14/01/2009 HOL 11 10/01/2009 HOL 10 10/01/2009 FP 8 09/01/2009 HOL 7 11/01/2009 FP 7 10/01/2009 FP 6 08/01/2009 HOL 4 10/01/2009 HOL 3 Search PageCode = FP or HOL 2 marks Rows 1 9 hidden Sort Descending on minutes UCLES 2009

110 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2009 question paper for the guidance of teachers 0417 INFORMATION TECHNOLOGY 0417/03 Paper 3 (Practical Test B), maximum raw mark 100 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, which would have considered the acceptability of alternative answers. 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 2009 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

111 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2010 question paper for the guidance of teachers 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 (Practical Test B), maximum raw mark 80 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, which would have considered the acceptability of alternative answers. 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 May/June 2010 question papers for most IGCSE, GCE Advanced Level and Advanced Subsidiary Level syllabuses and some Ordinary Level syllabuses.

112 Page 2 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Candidate name, Centre number, candidate number <HTML> <HEAD> <TITLE>Relaxing Holiday Company - June 2010</TITLE> <link rel="stylesheet" type ="text/css" href="jxstyles1.css"> </HEAD> <BODY> <a name="start"></a> <TABLE width="100%" id="top"> <TR align="center" valign="center"> <TD colspan = "4"> <img src ="JXTITLE.jpg"></TD> </TR> <TR> <TD colspan = "4"> <h3>last edited by Candidate name, centre number, candidate number </TD> </TR> <TR> <TD> <h2>sun </TD> <TD> <h2>sea </TD> <TD> <h2>sand </TD> <TD> <h2><a href="#snowzone">snow</a> </TD> </TR> </TABLE> Correct stylesheet attached Must be relative referencing Anchor START Can be in first cell of table Upper case Not visible on page Table Width 100% Hyperlink Snow To anchor SNOWZONE Upper case and wrong checklist Table Width 90% <TABLE width = 90% align="center" id="middle"> <TR> <TD rowspan = "3"><img src ="JXHarbour.jpg"></TD> <TD> <h3>we offer holidays to suit your every need. We can often make dreams come true. </TD> </TR> <TR> <TD> <h3>let us arrange your holiday for you. We will collect you from your home and offer the best service of any holiday company in the world.</td> </TR> <TR> <TD> <h3>combine our service with superb value for money. Contact us with your requirements and we are sure that we will not disappoint you.</td> </TABLE> Table Width 100% <TABLE width="100%" id="bottom"> <TR> Target _sea <TD> <h2><img src ="JXimg2.jpg" width="160"> Case as shown to JXSEA.HTM </TD> Ignore case <TD> Accept base target placed in head of <h2><a href="jxsea.htm" target="_sea"><img src ="JXImg3.jpg"></a> page </TD> <TD> <h2><img src ="JXImg5.jpg" width="160"> </TD> <TD> UCLES 2010

113 Page 3 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June <h2><a href="mailto:rhc@cie.org.uk"><img src ="JXImg6.jpg"></a> </TD> </TR> <TR align="center" valign="center"> Target Phone image as link JXImg6 only <TD colspan = "4"> <img src ="JXFOOTER.jpg"></TD> Penalise for absolute image reference </TR> <TR> <a name="snowzone"></a> <TD colspan = "4"> Correct mailto: Ignore case <h1> Try RHC Snowzone</h1> <h3> Why not relax with a chilling winter holiday on the slopes. Anchor We SNOWZONE can cater for a range of 1 destinations, mark Case as shown both short haul and long haul and can offer some of the best 'off piste' skiing and boarding. Try out catered chalets for the ultimate luxury. Leave the slopes and return to the chalet No to extra find a text superb a la carte dinner prepared for you by one of the world finest chefs. You will not find these holidays in any brochure, each holiday is unique to your requirements. Contact us using the link above for further details.</h3> </TD> </TR> <TR> <TD colspan = "4"> <h2><a href="#start">click Here</a> to return to the top of the page.</h2> </TD> </TR> </TABLE> </BODY> </HTML> Hyperlink Click Here Click Here only Rest of text intact Returns to start Allow follow through on name UCLES 2010

114 Page 4 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Top left Last edited by & name & No s Any order for name and numbers Top table From JXTOP.htm Table must be fully visible C Middle table 3 rows and 2 columns Merged cells in column 1 Table centre aligned in window Award only if tables fully visible Correct text each cell Can check in markup if needed Style h3 JXHARBOUR.JPG left cell NEW SCREENSHOT UCLES 2010

115 Page 5 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June C Bottom table From JXBOTTOM.htm Table must be fully visible Sun image left Sea image 2nd Sand image 3rd Phone image right Sun resized to 160 & aspect Sand resized to 160 & aspect UCLES 2010

116 Page 6 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Master slide CHECK CONSISTENCY Background White, slide numbers bottom left Left 1/3 of slide Name, cand no, Centre no Top right black, 12pt, serif Right ½ of slide Image Sun bottom right Must not be source files flexible Right 1/3 of slide Master slide items Not overlapping any object Not touching and all present New slide Inserted as first slide Title 100% correct Including case, can be on single line Any alignment/no bullet points Below subtitle Subtitle 100% correct Including case, can be on single line Any alignment/no bullet points Smaller font than title File JXPRES.RTF Imported All slides present and intact Titles larger than bullets and consistent style (fonts/bullets) Bulleted lists consistent style Size may vary from slide to slide UCLES 2010

117 Page 7 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Slide 4 Answer 1 File not present/misnamed Not in current directory/folder Text answer n here has been replaced Must be all Answer 2 Body {} Background-color: #025fb4 e.g. body {background-image: url(j9sunset.jpg); background-color: #025fb4} Answer 3 No green element Accept hex with FF for middle 2 digits In hexadecimal/colour code/definition UCLES 2010

118 Page 8 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Slide 5 Answer 4 Space between text and cell wall Inside/in table/cell Interchange cell wall and border Answer 5 Space between Walls of 2 adjacent cells Interchange cell wall and border Printed 2 slides per page UCLES 2010

119 Page 9 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Destination Lookup used Lookup or Vlookup Correct lookup reference Do not allow range Lookup relative reference Correct range Including filename Range absolute reference Check range works Correct return column 1 mark Award if visible and Lookup used Check first row Trips COUNTIF function Correct range Check range works Range absolute reference Correct lookup Lookup relative reference Days Correct SUMIF function Correct range Check range works Range absolute reference Lookup relative reference Correct range Check range works Range absolute reference Other functions like SUMIFS may be used Replication All 3 formulae Formulae, data and labels Fully visible Orientation Landscape Print area Selected data only Footer name and numbers Candidate name Centre number candidate number UCLES 2010

120 Page 10 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Row 1, 10, 24 Centre aligned Only three rows shown Bold and italic Orientation Portrait UCLES 2010

121 Page 11 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June UCLES 2010

122 Page 12 Mark Scheme: Teachers version Syllabus Paper IGCSE May/June Search DCode = EGY and Discount = Y Rows 1 23 hidden Columns A, B, C Hidden UCLES 2010

123 Page 2 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Header candidate name, Centre no, candidate no Company lookup used correct lookup reference lookup relative reference external file/sheet for code correct range range absolute reference correct return column A B C 1 Code Rate 2 D N P Company Ccode Number 7 =VLOOKUP(B7,N9code.csv!$A$2:$B$16,2) A =COUNTIF($B$24:$B$116,B7) 8 =VLOOKUP(B8,N9code.csv!$A$2:$B$16,2) B =COUNTIF($B$24:$B$116,B8) 9 =VLOOKUP(B9,N9code.csv!$A$2:$B$16,2) C =COUNTIF($B$24:$B$116,B9) 10 =VLOOKUP(B10,N9code.csv!$A$2:$B$16,2) D =COUNTIF($B$24:$B$116,B10) 11 =VLOOKUP(B11,N9code.csv!$A$2:$B$16,2) E =COUNTIF($B$24:$B$116,B11) 12 =VLOOKUP(B12,N9code.csv!$A$2:$B$16,2) F =COUNTIF($B$24:$B$116,B12) 13 =VLOOKUP(B13,N9code.csv!$A$2:$B$16,2) G =COUNTIF($B$24:$B$116,B13) 14 =VLOOKUP(B14,N9code.csv!$A$2:$B$16,2) H =COUNTIF($B$24:$B$116,B14) 15 =VLOOKUP(B15,N9code.csv!$A$2:$B$16,2) R =COUNTIF($B$24:$B$116,B15) 16 =VLOOKUP(B16,N9code.csv!$A$2:$B$16,2) J =COUNTIF($B$24:$B$116,B16) 17 =VLOOKUP(B17,N9code.csv!$A$2:$B$16,2) K =COUNTIF($B$24:$B$116,B17) 18 =VLOOKUP(B18,N9code.csv!$A$2:$B$16,2) L =COUNTIF($B$24:$B$116,B18) 19 =VLOOKUP(B19,N9code.csv!$A$2:$B$16,2) M =COUNTIF($B$24:$B$116,B19) 20 =VLOOKUP(B20,N9code.csv!$A$2:$B$16,2) N =COUNTIF($B$24:$B$116,B20) 21 =VLOOKUP(B21,N9code.csv!$A$2:$B$16,2) P =COUNTIF($B$24:$B$116,B21) Rate data entry 100% COUNTIF correct function correct range range absolute reference correct reference reference relative Replication both formulae Orientation landscape and 1 page wide Row and Column headings visible Column width all items fully visible Print area selected data only UCLES 2009

124 Page 3 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Code Rate D 1.21 N 1.30 P 1.65 Company Ccode Number Sellotape A 6 Scotch B 0 Simplex C 5 Dudley D 4 Coltex E 3 Pritt F 9 Easirase G 0 Stiples H 9 Quest R 9 Cheaper J 6 Papermite K 10 TryIT L 9 Bryter M 7 Owen N 4 Quest P 5 Cells A2 A4 right aligned Cells B2 B4 2 decimal places Orientation portrait and fit to page Row and Column headings NOT visible Data and Labels fully visible Print area selected data only UCLES 2009

125 Page 4 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number F G H 23 Unit Retail Pack Size Retail 24 =IF(D24="D",E24*Discount,IF(D24="N",E24*Normal,IF(D24="P",E24*Premium,E24))) 1 =F24*G24 25 =IF(D25="D",E25*Discount,IF(D25="N",E25*Normal,IF(D25="P",E25*Premium,E25))) 10 =F25*G25 26 =IF(D26="D",E26*Discount,IF(D26="N",E26*Normal,IF(D26="P",E26*Premium,E26))) Units 1 =F26*G26 nested IF correct named cells 3 marks 27 =IF(D27="D",E27*Discount,IF(D27="N",E27*Normal,IF(D27="P",E27*Premium,E27))) 1 =F27*G27 correct function (3 parts) 3 marks 28 =IF(D28="D",E28*Discount,IF(D28="N",E28*Normal,IF(D28="P",E28*Premium,E28))) 1 =F28*G28 returns Unit Purchase if not DNP 29 =IF(D29="D",E29*Discount,IF(D29="N",E29*Normal,IF(D29="P",E29*Premium,E29))) 10 =F29*G29 30 =IF(D30="D",E30*Discount,IF(D30="N",E30*Normal,IF(D30="P",E30*Premium,E30))) 1 =F30*G30 31 =IF(D31="D",E31*Discount,IF(D31="N",E31*Normal,IF(D31="P",E31*Premium,E31))) 1 =F31*G31 32 =IF(D32="D",E32*Discount,IF(D32="N",E32*Normal,IF(D32="P",E32*Premium,E32))) 1 =F32*G32 33 =IF(D33="D",E33*Discount,IF(D33="N",E33*Normal,IF(D33="P",E33*Premium,E33))) 1 =F33*G33 34 =IF(D34="D",E34*Discount,IF(D34="N",E34*Normal,IF(D34="P",E34*Premium,E34))) 10 =F34*G34 35 =IF(D35="D",E35*Discount,IF(D35="N",E35*Normal,IF(D35="P",E35*Premium,E35))) 1 =F35*G35 36 =IF(D36="D",E36*Discount,IF(D36="N",E36*Normal,IF(D36="P",E36*Premium,E36))) 1 =F36*G36 37 =IF(D37="D",E37*Discount,IF(D37="N",E37*Normal,IF(D37="P",E37*Premium,E37))) Retail 1 =F37*G37 correct formula 38 =IF(D38="D",E38*Discount,IF(D38="N",E38*Normal,IF(D38="P",E38*Premium,E38))) 1 =F38*G38 39 =IF(D39="D",E39*Discount,IF(D39="N",E39*Normal,IF(D39="P",E39*Premium,E39))) 10 =F39*G39 40 =IF(D40="D",E40*Discount,IF(D40="N",E40*Normal,IF(D40="P",E40*Premium,E40))) 6 =F40*G40 41 =IF(D41="D",E41*Discount,IF(D41="N",E41*Normal,IF(D41="P",E41*Premium,E41))) 1 =F41*G41 42 =IF(D42="D",E42*Discount,IF(D42="N",E42*Normal,IF(D42="P",E42*Premium,E42))) 12 =F42*G42 43 =IF(D43="D",E43*Discount,IF(D43="N",E43*Normal,IF(D43="P",E43*Premium,E43))) 6 =F43*G43 44 =IF(D44="D",E44*Discount,IF(D44="N",E44*Normal,IF(D44="P",E44*Premium,E44))) 1 =F44*G44 45 =IF(D45="D",E45*Discount,IF(D45="N",E45*Normal,IF(D45="P",E45*Premium,E45))) 10 =F45*G45 46 =IF(D46="D",E46*Discount,IF(D46="N",E46*Normal,IF(D46="P",E46*Premium,E46))) Replication 10 =F46*G46 both formulae 47 =IF(D47="D",E47*Discount,IF(D47="N",E47*Normal,IF(D47="P",E47*Premium,E47))) Orientation 5 =F47*G47 landscape and fit to page 48 =IF(D48="D",E48*Discount,IF(D48="N",E48*Normal,IF(D48="P",E48*Premium,E48))) Row and 10 Column =F48*G48 headings visible 49 =IF(D49="D",E49*Discount,IF(D49="N",E49*Normal,IF(D49="P",E49*Premium,E49))) Column width 1 =F49*G49 items all fully visible 50 =IF(D50="D",E50*Discount,IF(D50="N",E50*Normal,IF(D50="P",E50*Premium,E50))) Print area 10 =F50*G50 selected data only 51 =IF(D51="D",E51*Discount,IF(D51="N",E51*Normal,IF(D51="P",E51*Premium,E51))) 10 =F51*G51 52 =IF(D52="D",E52*Discount,IF(D52="N",E52*Normal,IF(D52="P",E52*Premium,E52))) 1 =F52*G52 53 =IF(D53="D",E53*Discount,IF(D53="N",E53*Normal,IF(D53="P",E53*Premium,E53))) 1 =F53*G53 54 =IF(D54="D",E54*Discount,IF(D54="N",E54*Normal,IF(D54="P",E54*Premium,E54))) 1 =F54*G54 55 =IF(D55="D",E55*Discount,IF(D55="N",E55*Normal,IF(D55="P",E55*Premium,E55))) 1 =F55*G55 56 =IF(D56="D",E56*Discount,IF(D56="N",E56*Normal,IF(D56="P",E56*Premium,E56))) 1 =F56*G56 UCLES 2009

126 Page 5 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number 57 =IF(D57="D",E57*Discount,IF(D57="N",E57*Normal,IF(D57="P",E57*Premium,E57))) 10 =F57*G57 58 =IF(D58="D",E58*Discount,IF(D58="N",E58*Normal,IF(D58="P",E58*Premium,E58))) 5 =F58*G58 59 =IF(D59="D",E59*Discount,IF(D59="N",E59*Normal,IF(D59="P",E59*Premium,E59))) 6 =F59*G59 60 =IF(D60="D",E60*Discount,IF(D60="N",E60*Normal,IF(D60="P",E60*Premium,E60))) 10 =F60*G60 61 =IF(D61="D",E61*Discount,IF(D61="N",E61*Normal,IF(D61="P",E61*Premium,E61))) 10 =F61*G61 62 =IF(D62="D",E62*Discount,IF(D62="N",E62*Normal,IF(D62="P",E62*Premium,E62))) 10 =F62*G62 63 =IF(D63="D",E63*Discount,IF(D63="N",E63*Normal,IF(D63="P",E63*Premium,E63))) 6 =F63*G63 64 =IF(D64="D",E64*Discount,IF(D64="N",E64*Normal,IF(D64="P",E64*Premium,E64))) 6 =F64*G64 65 =IF(D65="D",E65*Discount,IF(D65="N",E65*Normal,IF(D65="P",E65*Premium,E65))) 10 =F65*G65 66 =IF(D66="D",E66*Discount,IF(D66="N",E66*Normal,IF(D66="P",E66*Premium,E66))) 10 =F66*G66 67 =IF(D67="D",E67*Discount,IF(D67="N",E67*Normal,IF(D67="P",E67*Premium,E67))) 1 =F67*G67 68 =IF(D68="D",E68*Discount,IF(D68="N",E68*Normal,IF(D68="P",E68*Premium,E68))) 1 =F68*G68 69 =IF(D69="D",E69*Discount,IF(D69="N",E69*Normal,IF(D69="P",E69*Premium,E69))) 1 =F69*G69 70 =IF(D70="D",E70*Discount,IF(D70="N",E70*Normal,IF(D70="P",E70*Premium,E70))) 1 =F70*G70 71 =IF(D71="D",E71*Discount,IF(D71="N",E71*Normal,IF(D71="P",E71*Premium,E71))) 10 =F71*G71 72 =IF(D72="D",E72*Discount,IF(D72="N",E72*Normal,IF(D72="P",E72*Premium,E72))) 6 =F72*G72 73 =IF(D73="D",E73*Discount,IF(D73="N",E73*Normal,IF(D73="P",E73*Premium,E73))) 1 =F73*G73 74 =IF(D74="D",E74*Discount,IF(D74="N",E74*Normal,IF(D74="P",E74*Premium,E74))) 5 =F74*G74 75 =IF(D75="D",E75*Discount,IF(D75="N",E75*Normal,IF(D75="P",E75*Premium,E75))) 1 =F75*G75 76 =IF(D76="D",E76*Discount,IF(D76="N",E76*Normal,IF(D76="P",E76*Premium,E76))) 1 =F76*G76 77 =IF(D77="D",E77*Discount,IF(D77="N",E77*Normal,IF(D77="P",E77*Premium,E77))) 1 =F77*G77 78 =IF(D78="D",E78*Discount,IF(D78="N",E78*Normal,IF(D78="P",E78*Premium,E78))) 12 =F78*G78 79 =IF(D79="D",E79*Discount,IF(D79="N",E79*Normal,IF(D79="P",E79*Premium,E79))) 10 =F79*G79 80 =IF(D80="D",E80*Discount,IF(D80="N",E80*Normal,IF(D80="P",E80*Premium,E80))) 24 =F80*G80 81 =IF(D81="D",E81*Discount,IF(D81="N",E81*Normal,IF(D81="P",E81*Premium,E81))) 10 =F81*G81 82 =IF(D82="D",E82*Discount,IF(D82="N",E82*Normal,IF(D82="P",E82*Premium,E82))) 10 =F82*G82 83 =IF(D83="D",E83*Discount,IF(D83="N",E83*Normal,IF(D83="P",E83*Premium,E83))) 1 =F83*G83 84 =IF(D84="D",E84*Discount,IF(D84="N",E84*Normal,IF(D84="P",E84*Premium,E84))) 1 =F84*G84 85 =IF(D85="D",E85*Discount,IF(D85="N",E85*Normal,IF(D85="P",E85*Premium,E85))) 1 =F85*G85 86 =IF(D86="D",E86*Discount,IF(D86="N",E86*Normal,IF(D86="P",E86*Premium,E86))) 1 =F86*G86 87 =IF(D87="D",E87*Discount,IF(D87="N",E87*Normal,IF(D87="P",E87*Premium,E87))) 1 =F87*G87 88 =IF(D88="D",E88*Discount,IF(D88="N",E88*Normal,IF(D88="P",E88*Premium,E88))) 10 =F88*G88 89 =IF(D89="D",E89*Discount,IF(D89="N",E89*Normal,IF(D89="P",E89*Premium,E89))) 1 =F89*G89 90 =IF(D90="D",E90*Discount,IF(D90="N",E90*Normal,IF(D90="P",E90*Premium,E90))) 1 =F90*G90 91 =IF(D91="D",E91*Discount,IF(D91="N",E91*Normal,IF(D91="P",E91*Premium,E91))) 10 =F91*G91 92 =IF(D92="D",E92*Discount,IF(D92="N",E92*Normal,IF(D92="P",E92*Premium,E92))) 1 =F92*G92 UCLES 2009

127 Page 6 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number 93 =IF(D93="D",E93*Discount,IF(D93="N",E93*Normal,IF(D93="P",E93*Premium,E93))) 1 =F93*G93 94 =IF(D94="D",E94*Discount,IF(D94="N",E94*Normal,IF(D94="P",E94*Premium,E94))) 1 =F94*G94 95 =IF(D95="D",E95*Discount,IF(D95="N",E95*Normal,IF(D95="P",E95*Premium,E95))) 1 =F95*G95 96 =IF(D96="D",E96*Discount,IF(D96="N",E96*Normal,IF(D96="P",E96*Premium,E96))) 1 =F96*G96 97 =IF(D97="D",E97*Discount,IF(D97="N",E97*Normal,IF(D97="P",E97*Premium,E97))) 1 =F97*G97 98 =IF(D98="D",E98*Discount,IF(D98="N",E98*Normal,IF(D98="P",E98*Premium,E98))) 1 =F98*G98 99 =IF(D99="D",E99*Discount,IF(D99="N",E99*Normal,IF(D99="P",E99*Premium,E99))) 6 =F99*G =IF(D100="D",E100*Discount,IF(D100="N",E100*Normal,IF(D100="P",E100*Premium,E100))) 1 =F100*G =IF(D101="D",E101*Discount,IF(D101="N",E101*Normal,IF(D101="P",E101*Premium,E101))) 24 =F101*G =IF(D102="D",E102*Discount,IF(D102="N",E102*Normal,IF(D102="P",E102*Premium,E102))) 1 =F102*G =IF(D103="D",E103*Discount,IF(D103="N",E103*Normal,IF(D103="P",E103*Premium,E103))) 1 =F103*G =IF(D104="D",E104*Discount,IF(D104="N",E104*Normal,IF(D104="P",E104*Premium,E104))) 10 =F104*G =IF(D105="D",E105*Discount,IF(D105="N",E105*Normal,IF(D105="P",E105*Premium,E105))) 40 =F105*G =IF(D106="D",E106*Discount,IF(D106="N",E106*Normal,IF(D106="P",E106*Premium,E106))) 10 =F106*G =IF(D107="D",E107*Discount,IF(D107="N",E107*Normal,IF(D107="P",E107*Premium,E107))) 10 =F107*G =IF(D108="D",E108*Discount,IF(D108="N",E108*Normal,IF(D108="P",E108*Premium,E108))) 1 =F108*G =IF(D109="D",E109*Discount,IF(D109="N",E109*Normal,IF(D109="P",E109*Premium,E109))) 10 =F109*G =IF(D110="D",E110*Discount,IF(D110="N",E110*Normal,IF(D110="P",E110*Premium,E110))) 1 =F110*G =IF(D111="D",E111*Discount,IF(D111="N",E111*Normal,IF(D111="P",E111*Premium,E111))) 10 =F111*G =IF(D112="D",E112*Discount,IF(D112="N",E112*Normal,IF(D112="P",E112*Premium,E112))) 100 =F112*G =IF(D113="D",E113*Discount,IF(D113="N",E113*Normal,IF(D113="P",E113*Premium,E113))) 12 =F113*G =IF(D114="D",E114*Discount,IF(D114="N",E114*Normal,IF(D114="P",E114*Premium,E114))) 10 =F114*G =IF(D115="D",E115*Discount,IF(D115="N",E115*Normal,IF(D115="P",E115*Premium,E115))) 5 =F115*G =IF(D116="D",E116*Discount,IF(D116="N",E116*Normal,IF(D116="P",E116*Premium,E116))) 10 =F116*G116 UCLES 2009

128 Page 7 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Ref Supplier Description Code Unit Purchase Unit Retail Pack Size Retail L Elite 70 Lever Arch File A4 Black D J PVC 2 Ring Binder A4 Black Row 23 centre aligned M Lever Arch File Spine Labels Red Pkd 10 D bold H Ring Binder Yellow Pkd 1 N italic 8772 L Clear Pockets A4 Size Pkd E Bostik Blu-Tack Handy Size M Lever Arch Files Blue A4 P R Folder PVC 38mm Black R Folder PVC 50mm White D L Glass Clear Plastic Pockets Pkd 100 N J Laminated Ring Binder Purple Pack SIze 7.20 integer F Pritt Glue Stick Large 40gms N L 3 Flap Elastic Folder Bordeaux P F Glue Sticks Small 10 gms N F Pritt Mini Adhesive Roller Permanent J Laminated Ring Binder Grey C Poly Packaging Tape 50mmx66m Pkd 1 D P Square Cut Folder 270gsm Foolscap Blue N A Sellotape Original Tape 25mm x 66m C Poly Clear Tape 48mm x 66m F Pritt Childsplay Magic Craft Glue P D Poly Clear Tape 25mm x 33m P J Laminated Ring Binder Green fields 7.20 Euro K 5 Part Organiser Files Blue decimal places B Deluxe Tape Dispenser Black N L Blue Strip Top Open Pkd 25 D N Foolscap Lever Arch File Blue N H PVC 2 Ring Binder A5 Green Data and Labels 10 fully visible K Ring Binder Red D Print area 1 rows to 54 only F Pocket Correction Pen Orientation 1 landscape F Pritt Mini Adhesive Roller Restickable N UCLES 2009

129 Page 8 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Candidate name Centre number Candidate number Ref Supplier Description Code Unit Purchase Unit Retail Pack Size Retail R Folder PVC 38mm Red R Folder PVC 50mm Red D K Eurofolio Ring Binders A4 Red Search Unit Purchase > 0.51 and < 0.58 and Description contains Red UCLES 2009

130 Page 9 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Top left Last edited by & NAME & No s style p Merged Adhesives Files Images correct cells 5 marks Sponsored links replaced Style p Valign top <HTML> <HEAD> <TITLE>New Offers</TITLE> <link rel="stylesheet" type ="text/css" href="n9styles.css"> Correct stylesheet attached </HEAD> <BODY> <a name="top"></a> Anchor TOP above table in body section <p>last edited by Candidate name, centre number, candidate number</p> Table cell padding 4 <TABLE cellspacing="4" cellpadding="4" width="100%" border="0"> <TR> <TD colspan = "4" width="75%"> <h1>hothouse Design</h1></TD> <TD colspan = "1" rowspan="5"><img src="n9pen.jpg" width="100" height="300"></td> </TR> <TR> <TD colspan="4"> <h2>stationery Supplies</h2><BR> Place list here replaced Style li cell spacing 4 width 100% border 0 N9PEN.JPG width 100 height 300 <h3>this week we have special offers adhesive products, files, folders and writing materials. Our star offers can be found on the following range of products:</h3></td> UCLES 2009

131 Page 10 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November </TR> <TR> <TD colspan="2" width="44%"><h3>adhesives</h3></td> <TD colspan="2" width="44%"><h3>files</h3></td> </TR> <TR> <TD><a href="n9tape.htm" target="_adhesivetape"><img SRC="N9TAPE.JPG"></a></TD> <TD><IMG SRC="N9GLUE.JPG"></TD> <TD><IMG SRC="N9FILE.JPG"></TD> <TD><IMG SRC="N9FOLDER.JPG"></TD> </TR> <TR> <TD colspan="4"> <p>click on the image above to take you to this weeks star offers. These offer the best value for money that can be found anywhere on the internet, local shop or wholesaler.</p> </TR> </TABLE> <TABLE cellspacing="4" cellpadding="4" width="100%" border="2"> <TR> <TD width="33%" valign="top"><p>select from the following sponsored links to take border you 2 to our partner companies:</p> </TD> <TD width="33%"> <ul> <li>rootrainer Trees</li> <li>rock ICT</li> <li>kuroki Koi</li> <li>electry</li> <li>international Tea and Coffee Traders</li> </ul> </TD> <TD valign="top"> <p>click Here to us.</p> <p><a href="#top">click Here</a> to return to the top of the page.</p> </TD> </BODY> </TABLE> </HTML> Adhesives Files 2 columns, 44% 2 columns, 44% Target _adhesivetape To n9tape.htm Table cell padding 4 cell spacing 4 width 100% Hyperlink Click Here Returns to Top UCLES 2009

132 Page 11 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Black, 24pt, sans-serif correct Black, 12pt, sans-serif Black, 24pt, centre align, serif Red, 48pt, right aligned, serif Automatic page numbering Clip art pen Master slide no overlap UCLES 2009

133 Page 12 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November UCLES 2009

134 Page 13 Mark Scheme: Teachers version Syllabus Paper IGCSE October/November Red, 48pt, right aligned, serif Correct image, fills most of the slide Reflected/flipped Animation, bullets only Appear one at a time UCLES 2009

0418 INFORMATION TECHNOLOGY

0418 INFORMATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2007 question paper 0418 INFORMATION TECHNOLOGY 0418/03 Paper 3

More information

0418 INFORMATION TECHNOLOGY

0418 INFORMATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2007 question paper 0418 INFORMATION TECHNOLOGY 0418/03

More information

0418 INFORMATION TECHNOLOGY

0418 INFORMATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2008 question paper 0418 INFORMATION TECHNOLOGY 0418/03

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com MARK SCHEME for the May/June 2009 question paper for the guidance of teachers

More information

INTERNATIONAL GCSE MARKING SCHEME MAXIMUM MARK: 100 SYLLABUS/COMPONENT: 0418/03. Information Technology SPECIMEN PAPER

INTERNATIONAL GCSE MARKING SCHEME MAXIMUM MARK: 100 SYLLABUS/COMPONENT: 0418/03. Information Technology SPECIMEN PAPER 2007 INTERNATIONAL GCSE MARKING SCHEME MAXIMUM MARK: 100 SYLLABUS/COMPONENT: 0418/03 Information Technology SPECIMEN PAPER If the name, centre number or candidate number is not printed on every page then

More information

0418 INFORMATION TECHNOLOGY

0418 INFORMATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2007 question paper 0418 INFORMATION TECHNOLOGY 0418/02

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY 0418/03 Paper 3 Practical Test October/November 2008 2 hours

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the October/November 2010 question paper for the guidance of teachers 0417 INFORMATION

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Practical Test October/November

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 (Practical Test B), maximum raw mark 80

0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 (Practical Test B), maximum raw mark 80 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2010 question paper for the guidance of teachers 0417 INFORMATION

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2013 series 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 (Practical

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2011 question paper for the guidance of teachers 0417 INFORMATION

More information

0418/03 Paper 3: Practical Test Specimen Paper 2007

0418/03 Paper 3: Practical Test Specimen Paper 2007 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY 0418/03 Paper 3: Practical Test Specimen Paper 2007 2 hours and 30 minutes

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* INFORMATION TECHNOLOGY 0418/03 Paper 3 Practical Test May/June 2008 Additional Materials:

More information

CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY

CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY 0418/04 Paper 4: Practical Test October/November 2003 Additional Materials: Candidate

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published Cambridge International Examinations Cambridge International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 047/3 Paper 3 Practical Test B MARK SCHEME Maximum Mark:

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2013 series 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 (Practical

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published

Cambridge International Examinations Cambridge International General Certificate of Secondary Education. Published Cambridge International Examinations Cambridge International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 Practical Test B May/June 2016 MARK SCHEME

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2014 series 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 (Practical

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *9004164602* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Practical Test October/November

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2014 series 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 (Practical

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *5230304889* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Practical Test May/June

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *4779043849* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 Practical

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *7853404921* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 Data Analysis and Website Authoring

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *9967816660* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 Practical

More information

INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03. Paper 3 Data Analysis and Website Authoring For examination from 2020

INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03. Paper 3 Data Analysis and Website Authoring For examination from 2020 Cambridge IGCSE INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Data Analysis and Website Authoring For examination from 2020 SPECIMEN PAPER 2 hours 30 minutes *0123456789* You will need: Candidate

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *7086168487* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Practical Test October/November

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com MARK SCHEME for the May/June 2012 question paper for the guidance of teachers

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *8366735912* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/22 Paper 2 Practical Test May/June

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS Cambridge International General Certificate of Secondary Education MARK SCHEME for the March 206 series 047 INFORMATION AND COMMUNICATION TECHNOLOGY 047/3 Paper 3 (Practical

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *9248013325* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 Data Analysis and Website Authoring

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *4219601057* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 Practical Test May/June

More information

Rootrainer Trees, ideal for bonsai

Rootrainer Trees, ideal for bonsai 1 h1 { 2 font-family: Arial, Helvetica, sans-serif; 3 font-size: 36pt; 4 font-weight: bold; 5 color: #000066; 6 text-align: center; 7 } 8 h2 { 9 font-family: "Times New Roman", Times, serif; 10 font-size:

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education www.xtremepapers.com Cambridge International Examinations Cambridge International General Certificate of Secondary Education *5896918551* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 Practical

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *0325139280* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Document Production, Data Manipulation

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *3464632475* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Document Production, Data Manipulation

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *2361514415* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Practical

More information

MARK SCHEME for the June 2005 question paper 0580/0581 MATHEMATICS

MARK SCHEME for the June 2005 question paper 0580/0581 MATHEMATICS UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the June 005 question paper 0580/058 MATHEMATICS 0580/0, 058/0 Paper (Extended),

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* INFORMATION TECHNOLOGY 0418/02 Paper 2 Practical Test May/June 2008 Additional Materials:

More information

9713 APPLIED INFORMATION AND COMMUNICATION 9713/02 Paper 2 (Practical Test A), maximum raw mark 120

9713 APPLIED INFORMATION AND COMMUNICATION 9713/02 Paper 2 (Practical Test A), maximum raw mark 120 UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and GCE Advanced Level MARK SCHEME for the May/June 2009 question paper for the guidance of teachers 9713 APPLIED INFORMATION

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *1280859186* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Practical Test May/June

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *5745321465* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/32 Paper 3 Practical

More information

SUBSIDIARY ICT PAPER II

SUBSIDIARY ICT PAPER II NATIONAL CURRICULUM DEVELOPMENT CENTRE SPECIMEN QUESTION PAPER FOR SUBSIDIARY ICT PAPER II (Practical) Duration: 3 hours INSTRUCTIONS TO CANDIDATES: Attempt ALL questions in this paper The maximum time

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Practical Test October/November

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *1943050649* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Practical Test May/June

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *0359288572* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 Data Analysis and Website Authoring

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *0848946524* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Document Production, Data Manipulation

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *3029270002* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Data Analysis and Website Authoring

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education www.xtremepapers.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *5038468512* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 Practical

More information

Functional skills ICT Level 1 assessment

Functional skills ICT Level 1 assessment Functional skills ICT Level 1 assessment Candidate s paper Restaurant www.cityandguilds.com January 2009 Version 1.1 (February 2010) 1 hour 45 minutes Candidate s name: City & Guilds enrolment number:

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *4609944438* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Document Production, Data Manipulation

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education *4155332899* Cambridge International Examinations Cambridge International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Practical Test May/June 2014

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *8097252812* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Document Production, Data Manipulation

More information

Cambridge Assessment International Education Cambridge International Advanced Subsidiary and Advanced Level. Published

Cambridge Assessment International Education Cambridge International Advanced Subsidiary and Advanced Level. Published Cambridge Assessment International Education Cambridge International Advanced Subsidiary and Advanced Level INFORMATION TECHNOLOGY 9626/02 Paper 2 Practical MARK SCHEME Maximum Mark: 110 Published This

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *2893350058* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Document Production, Data Manipulation

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Practical Test May/June

More information

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level. Published

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level. Published Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level INFORMATION TECHNOLOGY 9626/02 Paper 2 Practical MARK SCHEME Maximum Mark: 110 Published This mark scheme

More information

GCSE Business and Communication Systems. Mark Scheme for June Unit A267: ICT skills for business communication systems

GCSE Business and Communication Systems. Mark Scheme for June Unit A267: ICT skills for business communication systems GCSE Business and Communication Systems Unit A267: ICT skills for business communication systems General Certificate of Secondary Education Mark Scheme for June 2017 Oxford Cambridge and RSA Examinations

More information

MARK SCHEME for the May/June 2012 question paper for the guidance of teachers 9713 APPLIED ICT

MARK SCHEME for the May/June 2012 question paper for the guidance of teachers 9713 APPLIED ICT UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and GCE Advanced Level MARK SCHEME for the May/June 202 question paper for the guidance of teachers 973 APPLIED ICT 973/04

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *6021279218* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Practical Test October/November

More information

Cambridge Assessment International Education Cambridge International Advanced Subsidiary and Advanced Level. Published

Cambridge Assessment International Education Cambridge International Advanced Subsidiary and Advanced Level. Published Cambridge Assessment International Education Cambridge International Advanced Subsidiary and Advanced Level INFORMATION TECHNOLOGY 9626/04 Paper 4 Advanced Practical MARK SCHEME Maximum : 0 Published This

More information

0417 INFORMATION AND COMMUNICATION TECHNOLOGY

0417 INFORMATION AND COMMUNICATION TECHNOLOGY CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2013 series 0417 INFORMATION AND COMMUNICATION TECHNOLOGY 0417/22 Paper 2 (Practical

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *9146421103* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Document Production, Data Manipulation

More information

COMP1000 Mid-Session Test 2017s1

COMP1000 Mid-Session Test 2017s1 COMP1000 Mid-Session Test 2017s1 Total Marks: 45 Duration: 55 minutes + 10 min reading time This examination has three parts: Part 1: 15 Multiple Choice Questions (15 marks /45) Part 2: Practical Excel

More information

SECTION C GRADE 12 EXAMINATION GUIDELINES

SECTION C GRADE 12 EXAMINATION GUIDELINES SACAI SECTION C GRADE 12 EXAMINATION GUIDELINES COMPUTER APPLICATIONS TECHNOLOGY 2016 Examination guidelines for Computer Application Technology INTRODUCTION The Curriculum and Assessment Policy Statement

More information

IT Skills. May Examination Paper. Time: 2 hours

IT Skills. May Examination Paper. Time: 2 hours IT Skills May 206 Examination Paper Answer ALL questions. All answers should be produced on your PC and printed as directed in the paper. Time: 2 hours The maximum mark for this paper is 00. Any reference

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *5134089268* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Practical Test February/March

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *4425774919* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/03 Paper 3 Practical Test October/November

More information

MARKING GUIDELINE -1- NC1710(E)(O29)V OFFICE DATA PROCESSING MARKING GUIDELINE NATIONAL CERTIFICATE (VOCATIONAL) NOVEMBER 2009

MARKING GUIDELINE -1- NC1710(E)(O29)V OFFICE DATA PROCESSING MARKING GUIDELINE NATIONAL CERTIFICATE (VOCATIONAL) NOVEMBER 2009 MARKING GUIDELINE -1- NC1710(E)(O29)V MARKING GUIDELINE NATIONAL CERTIFICATE (VOCATIONAL) NOVEMBER 2009 NQF LEVEL 4 This memorandum consists of 17 pages. MARKING GUIDELINE -2- NC1710(E)(O29)V National

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *0000000000* INFORMATION TECHNOLOGY 0418/02 Paper 2 Practical Test October/November 2008 Additional

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *6043272089* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Practical Test October/November

More information

b. Enter the data in the following table. Begin to enter data in cell A1 and leave row 3 blank. The Total row label should appear in cell A10.

b. Enter the data in the following table. Begin to enter data in cell A1 and leave row 3 blank. The Total row label should appear in cell A10. Apply Your Knowledge Complete the following exercises in order, as directed by your teacher. As you work through these projects, you will create four quarterly worksheets, a summary worksheet for annual

More information

IT Skills. September Marking Scheme

IT Skills. September Marking Scheme IT Skills September 205 Marking Scheme This marking scheme has been prepared as a guide only to markers. This is not a set of model answers, or the exclusive answers to the questions, and there will frequently

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

Spreadsheet Processing Techniques the candidate s work, otherwise the Advanced

Spreadsheet Processing Techniques the candidate s work, otherwise the Advanced This paper must be returned with Spreadsheet Processing Techniques the candidate s work, otherwise the Advanced 8970-25-025 (IT-SPT 25) 51181 entry will be void and no result will be issued. Candidate

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *4650180015* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/22 Paper 2 Practical Test May/June 2015

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *1280859186* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/02 Paper 2 Practical Test May/June

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *7199891253* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/31 Paper 3 Practical Test May/June

More information

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level. Published

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level. Published Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level INFORMATION TECHNOLOGY 9626/04 Paper 4 Advanced Practical May/June 207 MARK SCHEME Maximum : 0 Published

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *5520239024* INFORMATION AND COMMUNICATION TECHNOLOGY 0417/21 Paper 2 Practical Test May/June 2015

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Mark Scheme Sample Assessment Material (SAM2)

Mark Scheme Sample Assessment Material (SAM2) Scheme Sample Assessment Material (SAM) IGCSE IGCSE ICT () Edexcel Limited. Registered in England and Wales No. 4496750 Registered Office: One90 High Holborn, London WCV 7BH General ing Guidance All candidates

More information

HTML and CSS COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS HTML and CSS COURSE SYLLABUS Overview: HTML and CSS go hand in hand for developing flexible, attractively and user friendly websites. HTML (Hyper Text Markup Language) is used to show content on the page

More information

The content assessed by the examination papers and the type of questions are unchanged.

The content assessed by the examination papers and the type of questions are unchanged. Location Entry Codes As part of CIE s continual commitment to maintaining best practice in assessment, CIE has begun to use different variants of some question papers for our most popular assessments with

More information

Contents. Spreadsheet Software ITQ Level 1

Contents. Spreadsheet Software ITQ Level 1 Contents SKILL SET 1 FUNDAMENTALS... 11 1 - SPREADSHEET PRINCIPLES... 12 2 - STARTING EXCEL... 13 3 - THE LAYOUT OF THE EXCEL SCREEN... 14 4 - THE RIBBON... 16 5 - THE WORKSHEET WINDOW... 18 6 - CLOSING

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

www.onlineexamhelp.com www.onlineexamhelp.com UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced Subsidiary Level and GCE Advanced Level MARK SCHEME for the May/June 2010 question paper for

More information

Level 2 Designing and creating documents using desktop publishing software (7266/ ) e-quals Assignment guide for Candidates Assignment C

Level 2 Designing and creating documents using desktop publishing software (7266/ ) e-quals Assignment guide for Candidates Assignment C Level 2 Designing and creating documents using desktop publishing software (7266/7267-028) e-quals Assignment guide for Candidates Assignment C www.cityandguilds.com/e-quals07 February 2009 Version 1.0

More information

Website Development with HTML5, CSS and Bootstrap

Website Development with HTML5, CSS and Bootstrap Contact Us 978.250.4983 Website Development with HTML5, CSS and Bootstrap Duration: 28 hours Prerequisites: Basic personal computer skills and basic Internet knowledge. Course Description: This hands on

More information

Meijer.com Style Guide

Meijer.com Style Guide TABLE OF CONTENTS Meijer.com Style Guide John Green Information Architect November 14, 2011 1. LAYOUT... 2 1.1 PAGE LAYOUT... 2 1.1.1 Header... 2 1.1.2 Body / Content Area... 3 1.1.2.1 Top-Level Category

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information

MARK SCHEME for the November 2005 question paper 9691 COMPUTING

MARK SCHEME for the November 2005 question paper 9691 COMPUTING UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advanced/Advanced Subsidiary Level MARK SCHEME for the November 2005 question paper 9691 COMPUTING 9691/03 Paper 3 (Written) Maximum raw mark 90 This

More information

e-quals Unit Syllabus Level 2 Combining applications to create presentations March 2007 Version 1.

e-quals Unit Syllabus Level 2 Combining applications to create presentations March 2007 Version 1. e-quals Unit Syllabus Level 2 Combining applications to create presentations 7266-032 www.cityandguilds.com/e-quals07 March 2007 Version 1.0 About City & Guilds City & Guilds is the UK s leading provider

More information

0607 CAMBRIDGE INTERNATIONAL MATHEMATICS

0607 CAMBRIDGE INTERNATIONAL MATHEMATICS UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 011 question paper for the guidance of teachers 007 CAMBRIDGE INTERNATIONAL

More information

Hyper Text Markup Language HTML: A Tutorial

Hyper Text Markup Language HTML: A Tutorial Hyper Text Markup Language HTML: A Tutorial Ahmed Othman Eltahawey December 21, 2016 The World Wide Web (WWW) is an information space where documents and other web resources are located. Web is identified

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information