9618_w21_ms_12
9618_w21_ms_12
These general marking principles must be applied by all examiners when marking candidate answers.
They should be applied alongside the specific content of the mark scheme or generic level descriptors
for a question. Each question paper and mark scheme will also comply with these marking principles.
• the specific content of the mark scheme or the generic level descriptors for the question
• the specific skills defined in the mark scheme or in the generic level descriptors for the question
• the standard of response required by a candidate as exemplified by the standardisation scripts.
Marks awarded are always whole marks (not half marks, or other fractions).
• marks are awarded for correct/valid answers, as defined in the mark scheme. However, credit
is given for valid answers which go beyond the scope of the syllabus and mark scheme,
referring to your Team Leader as appropriate
• marks are awarded when candidates clearly demonstrate what they know and can do
• marks are not deducted for errors
• marks are not deducted for omissions
• answers should only be judged on the quality of spelling, punctuation and grammar when these
features are specifically assessed by the question as indicated by the mark scheme. The
meaning, however, should be unambiguous.
Rules must be applied consistently, e.g. in situations where candidates have not followed
instructions or in the application of generic level descriptors.
Marks should be awarded using the full range of marks defined in the mark scheme for the question
(however; the use of the full mark range may be limited according to the quality of the candidate
responses seen).
Marks awarded are based solely on the requirements as defined in the mark scheme. Marks should
not be awarded with grade thresholds or grade descriptors in mind.
Firewall
Presence check
Password
NOR
A B Output
0 0 1
0 1 0
1 0 0
1 1 0
NAND
A B Output
0 0 1
0 1 1
1 0 1
1 1 0
OR
4(a) 205 1
4(b) – 51 1
4(c) CD 1
0011 1101
+0010 1101
0110 1010
111 1 1
0011 1101
+1101 0011 (two’s complement)
0001 0000
1111 111
5(a) 1 mark for each description,1 mark for each valid example 4
5(b)(i) 1 mark for each bullet point to max 2 for each difference 4
• Bitmap files are usually bigger than vector graphics files because of the
need to store data about each pixel
• Vector graphics have smaller file size because they contain just the
instructions to create the shapes
PLANT CUSTOMER
PURCHASE_ITEM PURCHASE
SELECT SUM(Quantity)
FROM PURCHASE_ITEM
WHERE PurchaseID = "3011A";
Buffer full
1
Printer is out of paper
Power failure
1
Stack overflow
7(c) 1 mark for identifying program 1 mark for description, max 2 per program 4
e.g.
• Defragmentation
• Less time is taken to access files because each one is contiguous so
there is less head movement
• Virus checker
• makes more RAM available for programs to run
• ... because it removes software that might be taking up memory /
replicating
• Disk/system clean up
• releases storage by removing unwanted / temporary files
8(a)(i) 1 mark for each bullet point to max 2 for each register 4
MAR
• Stores the next address to be fetched
• ... held in the Program Counter (PC)
• The data at this address is then fetched
MDR
• Stores the data from the address pointed to by the MAR
• The data in it is copied to the Current Instruction Register (CIR)
• Indirect addressing
• the address to be used is at the given address
• Relative addressing
• the address to be used is an offset number of locations away, relative to
the address of the current instruction
• Indexed addressing
• form the address from the given address plus the contents of the index
register