MARK SCHEME for the October 2007 question paper 5197A

advertisement
w
w
ap
eP
m
e
tr
.X
w
UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS
om
.c
s
er
Cambridge International Diploma Standard Level
MARK SCHEME for the October 2007 question paper
CAMBRIDGE INTERNATIONAL DIPLOMA IN ICT
5197A
Website Authoring, Maximum 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.
Page 2
Mark Scheme
Cambridge International Diploma – October 2007
New web page called
COLHOME.HTM
Does not need to be
labeled
Heading – Style H1
From stylesheet, Black, serif font, largest
text size, bold, centre aligned
Syllabus
5197A
Table created with 6 rows and 2
columns
Top row cells merged
Style H1
Hyperlink created
SWAA7HOM.JPG in this
cell
Any vertical or horizontal
alignment is acceptable
All image must be visible
Style H2
From stylesheet, Bright
Blue, sans-serif font, bold,
middle text size, left aligned
Style H3
From stylesheet, Dark Blue, sansserif font, smallest text size, left
Menu contains SWAA7MEN.TXT – Style H2
Candidatename text replaced with
Candidate Name
Candidate Number
Centre Number
Printout of Stylesheet should be included:
h1
h2
h3
{ color: #000000; font-family: Times New Roman; font-size: 45pt; text-align:
Center; font-weight: bold }
{ color: #0000FF; font-family: Arial; font-size: 18pt; text-align: Left; font-style: italic;
font-weight: bold }
{ color: #0000A0; font-family: Arial; font-size: 14pt; text-align: Justify }
© UCLES 2007
Page 3
Mark Scheme
Cambridge International Diploma – October 2007
Syllabus
5197A
HTML code is likely to vary greatly from this example – only check for required elements.
<html>
<head>
<title>THE NEW COLLEGE</title>
<link rel="stylesheet" type="text/css"
href="newcoll.css">
</head>
External stylesheet attached to web
page
<h1>THE NEW COLLEGE</h1><
<div align="centre">
<h2><a href="swaa7add.htm" target="ADMIT">Admissions</a><br>
</h2>
<h2>Careers guidance<br>
Course information<br>
Counselling<br>
Reference from hyperlink ‘Admissions’ to
Fees and finance</h2>
open swaa7add.htm in new window called
<h2>Opening hours<br>
ADMIT
</h2>
<h2>Mon - Thurs 9 am - 8 pm<br>
Fri 10 am - 4 pm<br>
Check for table border set to 6 point
</h2>
<h2>Departments of learning</h2>
<h2>Engineering <br>
Business and management<br>
Hospitality and travel<br>
Art and design<br>
Science and maths <br>
Care and beauty<br>
 <br>
</h2>
SWAA7HOM.JPG
<h2>Edited by </h2>
Any vertical or horizontal alignment is
<h2>Candidate name<br>
Centre/Candidate number</h2></td>
acceptable
<table border="6" width="76%" align="right">
<tr>
<td width="80%" colspan="2">
<p align="center"><img border="0" src="images/swaa7hom.jpg" width="316"
height="150"></td>
</tr>
<h2>Admissions</h2>
<h3>Our staff possess a wealth of information on courses which are run within the
college.</h3>
<h2>Careers guidance</h2>
<h3>Staff are happy to give advice and guidance on a ‘drop-in’ basis as
well as by appointment for those needing a ‘one-to-one’ guidance
session.</h3>
<h2>Course information</h2>
<h3>We provide courses during the day, in the evenings, at the weekend and
many are delivered at local centres.
Whatever your age, commitments or experience we should be able to find a
course to suit you.</h3>
<h2>Counselling</h2>
<h3>We as a College feel it is
important to provide a supportive environment for all our students. As a
student you are entitled to use the Counselling Service within Client
Services. This is a CONFIDENTIAL service with qualified Counsellors.</h3>
<h2>Fees and finance</h2>
<h3>If you are between 16 and 19 (i.e.
you are 16, 17 or 18 on August 31) and you wish to study a full-time course
then you will not pay any tuition fees or core examination fees (but
additional examination fees may have to be paid for).</h3>
</table>
</body>
</html>
© UCLES 2007
Page 4
Mark Scheme
Cambridge International Diploma – October 2007
Syllabus
5197A
SWAA7ADD.JPG in this cell
Any vertical alignment is
acceptable
Horizontal alignment centred
All image must be visible
External stylesheet attached
to this web page
Check Candidate name text has
been replaced by Candidate Name
Candidate/Centre Number
Check this graphic has
replaced the text
© UCLES 2007
Page 5
Mark Scheme
Cambridge International Diploma – October 2007
Syllabus
5197A
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css"
href="newcoll.css">
</head>
External style sheet
applied to page
<body>
<h1>Admissions</h1>
<div align="left">
<table height="276" width="877" border="1">
<tbody>
<tr>
<td width="861" height="51" colspan="2">
<p align="center">
<img border="0" src="images/SWAA7ADD.JPG" width="615" height="290"></p>
</td>
</tr>
<tr>
SWAA7ADD.JPG
<td width="497" height="352">
Any vertical or horizontal
<h2>Our Admissions services offer a wide
range of facilities for staff and students.</h2>
alignment is centred
<h2>We have a range of facilities for
All image must be visible
students including a students lounge.</h2>
<h2>Assistance is  always available
from financial support to personal
counselling.</h2>
<h2>Attendance is on a drop-in basis for
most services.  Check the notice
boards.</h2>
</td>
<td width="364" height="352">
<h2>Facilities available:</h2>
<h3>Admissions</h3>
<h3>Careers guidance</h3>
<h3>Course information</h3>
<h3>Counselling</h3>
<h3>Fees and finance </h3>
<h3>Edited by </h3>
<h3>Candidate Name</h3>
<h3>Candidate/Centre Number</h3>
</td>
</tr>
</tbody>
</table>
</div>
<p><a href="COLHOME.htm"><img border="0"
src="images/swaa7ico.gif" width="35" height="35"></a></p>
</body>
</html>
Check for SWAA7ICO.GIF not .JPG
Width 35
Check hyperlink from graphic to
COLHOME.HTM
© UCLES 2007
Download