GCSE OCR Computer Science Paper 1 2017 MS
GCSE OCR Computer Science Paper 1 2017 MS
Computing
It is also responsible for developing new specifications to meet national requirements and the
needs of students and teachers. OCR is a not-for-profit organisation; any surplus made is
invested back into the establishment to help towards the development of qualifications and
support, which keep pace with the changing needs of today’s society.
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 marks were awarded by examiners. It does not
indicate the details of the discussions which took place at an examiners’ meeting before marking
commenced.
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 should be read in conjunction with the published question papers and the report
on the examination.
OCR will not enter into any discussion or correspondence in connection with this mark scheme.
© OCR 2017
A451 Mark Scheme June 2017
Annotations
Annotation Meaning
Blank Page – this annotation must be used on all blank pages within an answer booklet (structured or
unstructured) and on each page of an additional object where there is no candidate response.
Omission mark
Benefit of doubt
Cross
Expansion of a point
Follow through
Repeat
Slash
Tick
Too vague
Zero (big)
3
A451 Mark Scheme June 2017
MARK SCHEME
1 b ii 1 mark for input device, 1 for sensible use of device 2 Allow any reasonable input device, do not accept software
e.g. e.g. voice recognition. Do not accept “sensor” without
Microphone… detailing what type of sensor.
…to let the user say their destination/voice recognition
Accept “braille keyboard” but do not accept “braille” on its
Touch screen… own. Accept buttons.
…let the user press options/enter data
Second mark is awarded for a sensible use of the device –
Keyboard / braille keyboard… for example, what is inputted (eg the destination) or how it is
…to let the user enter their destination inputted (eg inputted using your voice).
Puff/suck switch…
…to allow the users to select options
1 c i 1 mark for why, 1 for application 2 Second bullet point must be related to the sat nav, not just
Long term/permanent/non-volatile/persistent storage generic “programs” or “data”.
Store maps//user preferences//journey history//operating
system//sat nav software
4
A451 Mark Scheme June 2017
1 c ii 1 mark for identifying the reason why solid state was chosen, 2 Do not accept portability / reliability.
1 for explanation
e.g. Do not accept “faster” without clarification of what is faster.
Is durable/robust//no moving parts
Less likely to be damaged//by example (eg dropped)
1 d i 1 mark per bullet to max 1 1 Must include fetch / decode / execute as verb for first three
Fetch data/instructions bullet points. Must include reference to either data or
Decode data/instructions instructions.
Execute instructions
Performs fetch-(decode)-execute cycle Allow reference to tasks carried out by the Control Unit.
Performs calculations/arithmetic/logical operations
1 d ii 1 mark per bullet to max 2 2 Second point dependent on first bullet point being awarded.
Computers are made of logic gates/transistors/switches…
…which can only be two states / on or off / 1 or 0 /high or
low
5
A451 Mark Scheme June 2017
2 a i 1 mark 1 Accept any valid item that could be in a HTML file e.g. a link
e.g. to a CSS file
Tags
Hyperlinks Accept other languages/scripting that could embedded into a
Location/dimensions/name of images/videos/sound HTML document, eg CSS/Javascript/etc.
Structure / e.g. table
Layout instructions Do not accept: image, video etc. The HTML file holds a link
Formatting e.g font/colour/style to the files, not the actual image or video itself.
Metadata
Mark first answer only.
2 a ii 1 mark per bullet to max 2 2
All webpages are made using HTML
All browsers read/understand HTML
Allows for compatibility
Allows devices to understand the same code/display the
webpage correctly
Hexadecimal
6F 3A 9C
6
A451 Mark Scheme June 2017
2 c 1 mark per bullet to max 2 2
Compression makes the file size smaller//takes up less
space (on Shannon’s computer)
File(s) upload more quickly / lower bandwidth required
File(s) take up less storage space on the web server
File(s) can be downloaded/streamed more quickly by the
end user//website will load more quickly
2 d 1 mark per bullet, to max 3 3 Do not accept “each URL has an associated IP address” on
URL/domain name is sent to the DNS its own.
DNS has a list/database/table of URLs and matching IP
addresses.
DNS looks up/translates/resolves/searches/finds the IP
address
DNS sends back IP address (to web browser)
If not found, refers to higher/other DNS/returns error
DNS updates from other DNS
Browser uses IP address to retrieve webpage / connect
to web server.
7
A451 Mark Scheme June 2017
Total = Total + NumberArray(Count) Accept any correct symbol or structured English meaning
division for mean calculation.
Mean = Total/Quantity
or Accept mean calculations that refer to 11 numbers:
e.g.
Mean = Total/Count
Total/11
or Total/(Count+1)
Mean = Total/10 Total/(Quantity+1)
3 b 1 mark per bullet, max 2 for definition, 1 for example 3 0 marks for "stays the same" / “does not change”. Must have
Definition: the idea that it cannot / is impossible to change.
A location in memory
A value/data that cannot be changed (whilst the Correct answer only (“Quantity”) for the example. Do not
program is running) accept other surrounding code (eg “Const Quantity = 10” is
Example: incorrect). Do not accept incorrect spellings. Ignore
Quantity capitalisation.
3 d i 1 mark per bullet, to max 2 2 Do not accept only an example (eg “for loop”).
A construct
Code is executed/run repeatedly//is looped
Until a condition is met/while a condition is true/a set
number of times
3 d ii While/do while 2 Do not accept “do loop”.
Repeat/ Repeat until/do until/ Until
8
A451 Mark Scheme June 2017
4 a 1 mark per bullet to max 2 2 Accept rows / columns as alternative to records / fields for
The data is stored permanently / is unchanging / second bullet point.
remains when the DBMS or application is closed / non-
volatile / on secondary storage
The data has a structure / stored in tables / fields /
records
4 b i 1 mark for data type, 1 for justification 2 Accept Alphanumeric/Varchar/Char as alternatives for Data
Data type: Text/String type.
Reason: leading 0s/will not be treated as a number Do not award reason if data type is incorrect.
4 b iii 1 mark for Field name, 1 for reason 2 Do not award reason if field is incorrect.
Field: RequestID
Reason: it will be unique/each request will have a unique Do not penalise incorrect spelling or capitalisation.
number/it will not be repeated/other fields can be repeated
4 c i Max 1 mark per validation rule. 2 Accept any reasonable validation rule for a field
Both rules must be different, e.g. cannot both be presence Accept name of a rule, or example
9
A451 Mark Scheme June 2017
Date
e.g.
Range check//must be within certain dates
Presence check//must be entered
Format/character check//must be DD/MM/YYYY
Type check//must be a valid date
Length check//must be 8/10 characters
Lookup/existence check//must be a valid date (eg from
calendar)
4 c ii 3 marks for each feature, 1 for identifying, 1 for description, 1 6 The feature identified must be a feature of a DBMS and not
for example use a database.
e.g
Query Allow any sensible example that relates to this database.
Use to select specific information // find records that
match a criteria // search for records // extract data If feature is incorrect, do not award marks for description or
e.g. Find all requests made on a specific date example.
10
A451 Mark Scheme June 2017
11
A451 Mark Scheme June 2017
6 a Max 2 per explanation, 1 for example 6 Accept any other reasonable benefit for using a network in
e.g. this scenario, except for monitoring.
Share files between computers/employees // by
example Mark question as a whole.
Centralised data storage // by example
Allows for collaborative working // by example 3rd mark is awarded for example linked to the scenario, so
More efficient working practices // by example max 2 per benefit if no example given.
e.g. OCR Accounts use a shared drive to share work
12
A451 Mark Scheme June 2017
6 b i Modem/Router 1
13
A451 Mark Scheme June 2017
6 b ii max 2 marks per hardware device 4 Accept any hardware device that can be used to create/set
e.g. up/produce a network.
NIC…
…to connect Ethernet cable to computer Device must be different than answer given in 6bi
Bridge…
…connect networks together
Switch…
…to connect multiple devices together / directs traffic
to its destination.
Hub…
…to connect multiple devices together.
Server…
…to store the data/manage the network/store backups
Cables…
…to connect devices together
Modem…
…to connect computers via telephone lines // to covert
digital data to analogue / to convert analogue data to
digital.
14
A451 Mark Scheme June 2017
15
A451 Mark Scheme June 2017
17
OCR (Oxford Cambridge and RSA Examinations)
1 Hills Road
Cambridge
CB1 2EU
www.ocr.org.uk
© OCR 2017