Computer Science 3
Computer Science 3
the site's owner wants to add the photo UKstamps.jpg in place of the comment
[2]
Find out more about UK stamps as a link to the UK Stamp Collectors Guild website which has the URL:
http://ukstampcollectorsguild.co.uk
[2]
2 Laser Tag is a game where teams of players move round an arena shooting each other with infrared guns.
Players wear sensors that keep track of how many times they have been hit by the laser. This is known as being
‘tagged’.
[4]
Part of the site is shown below. The words ‘Book tickets’ link to the page ‘bookings.html’.
Upcoming productions:
1. Macbeth
2. Blood Brothers
3. An Inspector Calls
Book tickets
[3]
Features
The new OCR Smart Watch:
1. Uses the CB2 RISC processor for long battery life
2. Stores up to 20hrs of music
3. Tracks fitness
Download The Factsheet
(i) Write the HTML to produce the extract from the webpage above. You can assume it will be placed within the
<body> tags of a pre-existing page. You do not need to specify the font.
[5]
(ii) Explain what happens when a search engine indexes the page. You do not need to discuss ranking.
(iii) Explain why using a RISC processor rather than a CISC processor is likely to result in increased battery life.
[3]
Describe the purpose of HTML and CSS within the code of the website.
HTML
CSS
[4]
6 The Big Brains exam board has produced a website that allows students to access revision videos.
All pages in the site contain the following tag in the head section.
Describe one advantage of storing the CSS in an external file rather than it being embedded within HTML files.
[3]
(1 per –)
b 2 <a href="http://ukstampcollecto
rsguild.co.uk">Find out More
about UK stamps</a>
(1 per –)
Total 4
Total 4
Exemplar 1
Total 3
4 i - Tags to make “Features” a heading 5 (AO3.2) For making Features a heading only
(accept h1, h2, h3 etc.) accept strong/b if accompanied by code
- Correct use of ol to increase font size.
- Correct use of li tags
- Use of <a tag Around the text <h1>Features</h1>
“Download the Factsheet” The new OCR Smart Watch:
- correct use of href=”factsheet.pdf” <ol>
(1 Mark per -, max 5) <li>Uses the CB2 RISC processor
for long battery life</li>
<li>Stores up to 20hrs of
music</li>
<li>Tracks fitness</li>
</ol>
<a
href="factsheet.pdf">Download
The Factsheet</a>
Examiner’s Comments
Total 11
5 HTML defines the structure of a web 4 AO1.1 Do not accept layout/format for HTML as
page this is too vague and can be used to
HTML defines the content of a web describe CSS
page
Using tags (enclosed in <>)
Total 4
Total 3