Computer Science Paper 1 HL Markscheme
Computer Science Paper 1 HL Markscheme
MARKSCHEME
November 2012
COMPUTER SCIENCE
Higher Level
Paper 1
13 pages
–2– N12/5/COMSC/HP1/ENG/TZ0/XX/M
After marking a sufficient number of scripts to become familiar with the markscheme and
candidates’ responses to all or the majority of questions, Assistant Examiners (AEs) will be
contacted by their Team Leader (TL). The purpose of this contact is to discuss the standard
of marking, the interpretation of the markscheme and any difficulties with particular questions.
It may be necessary to review your initial marking after contacting your TL. DO NOT BEGIN
THE FINAL MARKING OF YOUR SCRIPTS IN RED INK UNTIL YOU RECEIVE
NOTIFICATION THAT THE MARKSCHEME IS FINALIZED. You will be informed by
e-mail, fax or post of modifications to the markscheme and should receive these about one week
after the date of the examination. If you have not received them within 10 days you should
contact your TL and the IB Assessment Centre. Make an allowance for any difference in time
zone before calling. AEs WHO DO NOT COMPLY WITH THESE INSTRUCTIONS MAY
NOT BE INVITED TO MARK IN FUTURE SESSIONS.
You should contact the TL whose name appears on your “Allocation of Schools listing” sheet.
Note:
Please use a personal courier service when sending sample materials to TLs unless postal services can be
guaranteed. Record the costs on your examiner claim form.
–4– N12/5/COMSC/HP1/ENG/TZ0/XX/M
2. Follow the markscheme provided, do not use decimals or fractions and mark only in RED.
3. Where a mark is awarded, a tick () should be placed in the text at the precise point where it
becomes clear that the candidate deserves the mark.
4. Sometimes, careful consideration is required to decide whether or not to award a mark. Indeed,
another examiner may have arrived at the opposite decision. In these cases write a brief annotation
in the left-hand margin to explain your decision. You are encouraged to write comments where it
helps clarity, especially for moderation and re-marking.
6. Record subtotals (where applicable) in the right-hand margin against the part of the answer to which
they refer. Show a mark for each part question (a), (b), etc. Do not circle sub-totals. Circle the total
mark for the question in the right-hand margin opposite the last line of the answer.
7. Where an answer to a part question is worth no marks, put a zero in the right-hand margin.
8. Section A: Add together the total for the section and write it in the Examiner Column on the cover
sheet.
Section B: Record the mark awarded for each of the six questions answered in the Examiner
Column on the cover sheet.
Total: Add up the marks awarded and enter this in the box marked TOTAL in the Examiner
Column on the cover sheet.
9. After entering the marks on the cover sheet check your addition of all marks to ensure that you have
not made an arithmetical error. Check also that you have transferred the marks correctly to the
cover sheet. We have script checking and a note of all clerical errors may be given in feedback
to all examiners.
10. Every page and every question must have an indication that you have marked it. Do this by writing
your initials on each page where you have made no other mark.
11. A candidate can be penalized if he/she clearly contradicts him/herself within an answer. Once again
make a comment to this effect in the left-hand margin.
–5– N12/5/COMSC/HP1/ENG/TZ0/XX/M
General
A markscheme often has more specific points worthy of a mark than the total allows. This is intentional.
Do not award more than the maximum marks allowed for that part of a question.
When deciding upon alternative answers by candidates to those given in the markscheme, consider the
following points:
Each statement worth one point has a separate line and the end is signified by means of a
semi-colon (;).
An alternative answer or wording is indicated in the markscheme by a “/”; either wording can
be accepted.
If the candidate’s answer has the same meaning or can be clearly interpreted as being the
same as that in the markscheme then award the mark.
Mark positively. Give candidates credit for what they have achieved and for what they have
got correct, rather than penalizing them for what they have not achieved or what they have got
wrong.
Remember that many candidates are writing in a second language; be forgiving of minor
linguistic slips. In this subject effective communication is more important than grammatical
accuracy.
Occasionally, a part of a question may require a calculation whose answer is required for
subsequent parts. If an error is made in the first part then it should be penalized. However, if
the incorrect answer is used correctly in subsequent parts then follow through marks should
be awarded. Indicate this with “FT”.
–6– N12/5/COMSC/HP1/ENG/TZ0/XX/M
3. All data and programs are stored in digital form within the computer;
So all non-digital/analog values must be changed into digital form; [2 marks]
7. The time needed for the disk to rotate the read-write heads to move until the heads
are over the searched data; [1 mark]
8. (a) Award [1 mark] for normalization, [1 mark] for mantissa and [1 mark] for
exponent.
1110.011(2) = (normalization) = 0.1110011(2) × 10100(2);
Mantissa 01110011;
Exponent 0100; [3 marks]
(b) An error that occurs when attempting to store a number greater than the largest
number that can be represented; [1 mark]
9. A B C * + D +;
Award [1 mark] for another possible conversion A B C * D + + . [1 mark]
10. 6; [1 mark]
13. Award [1 mark] for all correct values on the main diagonal, [1 mark] for correct
values in upper triangle and [1 mark] for correct values in lower triangle.
1 0 0
1 2 0
1 1 1
[3 marks]
17. (a) Award [1 mark] for the use and [1 mark] for indicating why it is better for
each part.
(c) Award [1 mark] for the clearly explained task, [1 mark] for a vague answer, ×2.
Software should be fully tested with test data to make sure it is working
correctly;
Staff should be trained to be ready to use the computer system;
All data files should be converted/created into a format accessible by the new
software otherwise they could not be used by the system because of
incompatible formats;
etc. [4 marks]
18. (a) (i) Award [1 mark] for each data type, up to [3 marks max].
Student Code: String;
Score: int / accept any numeric data type;
Passed: boolean/String; [3 marks]
(b) Award [1 mark] for device, [1 mark] for data preparation requirements, ×2,
up to [4 marks max].
(b) (i) A data structure in which items are added to the tail (one end) and
removed from the head (another end); [1 mark]
20. (a) Logical representation is how we see the data and links between the data items;
Whilst physical representation is how the data is stored in computer memory
(number of bytes used to represent data/links, memory addresses, etc.); [2 marks]
(c) (i) Award marks for description of the tree / labelled diagram which
includes the following, up to [4 marks max].
Node containing 2 data fields;
And 2 link fields;
Root;
Data about the student with surname less than the surname in a
node/root;
Is placed in the left subtree;
Otherwise is placed in the right subtree; [4 marks]
[3 marks]