Cambridge International AS & A Level: Computer Science 9608/31 May/June 2021
Cambridge International AS & A Level: Computer Science 9608/31 May/June 2021
Cambridge International AS & A Level: Computer Science 9608/31 May/June 2021
Published
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, which would have
considered the acceptability of alternative answers.
Mark schemes should be read in conjunction with the question paper and the Principal Examiner Report for
Teachers.
Cambridge International will not enter into discussions about these mark schemes.
Cambridge International is publishing the mark schemes for the May/June 2021 series for most Cambridge
IGCSE™, Cambridge International A and AS Level components and some Cambridge O Level components.
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.
1(a)(ii) 1 4
A mantissa: −0.5 // –
2
A exponent: 2
1(a)(iii) A: −2 2
B: 0.4375 // 7/16
1(b) Number: B 3
Justification: Using the mantissa
The first two bits are different // first bit 0 second bit 1
Layer Description
Handles access to services //
Application manages data exchange //
defines protocols used
Network Access /
Interface // Handles how data is physically sent
(Data) Link // Physical
2(b)(ii) One mark for protocol, one mark for description, one mark for use 3
For example:
Protocol: FTP// File Transfer Protocol
Purpose: To directly transfer data between two computers over a network
Use: upload and download files over the Internet
Protocol: BitTorrent
Purpose: protocol for peer-to-peer file sharing
Use: decentralised distribution of data
Protocol: Ethernet
Purpose: To send/receive data along a cable
Use: for local area networks
3 One mark for each point to Max 6. Max 4 for Bus, max 4 for Star 6
Bus
Max 2:
• Diagram showing bus topology
• Diagram with correct labels (e.g. Terminator, Workstation, Backbone)
Max 2:
• All nodes connected to a single cable …
• … with a terminator at each end
• Uses half duplex
Star
Max 2:
• Diagram showing star topology
• Diagram with correct labels (e.g. Server / Central Device, Workstation,
Individual Connection)
Max 2:
• All nodes connected to a central device …
• … each node has its own connection
• All data is transferred via the central device
• .. using a bi-directional connection
4(a)(i) One mark for 2 correct, two marks for 4 correct and no other terms 2
X = P.Q.R.S + P.Q.R.S + P.Q.R.S + P.Q.R.S
PQ
00 01 11 10
00 1 0 0 0
01 0 0 1 0
RS
11 0 0 1 0
10 1 0 0 0
PQ
00 01 11 10
00 1 0 0 0
01 0 0 1 0
RS
11 0 0 1 0
10 1 0 0 0
5(c)(i) 3
or
unsigned integer
• two letters and two digits / one unsigned integer and arrows in and out
seen
• allows for one or two letters at start
• zero, one or two digits // zero or one unsigned integer at end
Or
7(a)(i) Control 1
7(c) 300 1 1
1 0 0 0 0 0 0
LDD 300
AND &11 // AND B00010001
CMP &11 // CMP B00010001
JPE ERROR