9618 s22 Ms 12 PDF
9618 s22 Ms 12 PDF
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 2022 series for most
Cambridge IGCSE, Cambridge International A and AS Level and Cambridge Pre-U 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.
Term Definition
1(b)(i) 8 1
Increasing the colour depth means more bits per pixel and hence more
data stored // Decreasing the colour depth means fewer bits per pixel
and hence less data stored
The lane detection system is built into / integrated into the car
3(a) 1 mark for correct opcode and 1 mark for corresponding operand 2
e.g.
OR...
... #255
3(b) 1 mark for correct opcode and 1 mark for corresponding operand 2
XOR #255
e.g.
XOR...
... #255
3(c) 7E 1
3(d) 11110000 1
4(a) 1 mark per point, max 1 for data and max 1 for computer system 2
Data
Data needs protecting from someone amending / deleting or taking it
Computer System
Computer system need protecting to stop people for example, installing
malware or damaging the system
4(b) 1 mark for each correct threat, matching description and prevention 6
e.g.
ACTOR FILM_FACT
FILM_ACTOR
e.g.
SELECT COUNT(FilmID)
FROM FILM_FACT
WHERE ReleaseDate >= #01/01/2022# AND ReleaseDate <=
#31/01/2022#;
// WHERE ReleaseDate BETWEEN #01/01/2022# AND
#31/01/2022#;
// WHERE ReleaseDate = “January 2022”;
data dictionary
field names // primary keys
primary keys //field names
logical schema
query
interface
6(c) 1 mark per point, max 2 for writing, max 2 for testing 4
Writing e.g.
Enter code into an editor
Pretty printing to identify key terms
Context-sensitive prompts to help complete statements
Expand and collapse code blocks
Auto-complete to suggest what to type next
Auto-formatting to indent code blocks
Dynamic syntax checking
Testing e.g.
Single stepping to run the code line by line
Breakpoints to stop the code at set points to check values
Report window to see how variables change
A B C Working space X
0 0 0 0
0 0 1 0
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 0
Self-driving cars
Detects its position on the road and within the traffic
Follows a route // Collision avoidance // Self-parking etc.
Spoken Interfaces
Use natural language processing
... to take a sentence and work out its meaning
Game playing
Models characters in a computer game
... to allow computer characters to react according to the player's
movements
Device Description
Wireless
Hardware component that allows a device to connect to
Network
a wireless network // Provides a MAC address to the
Interface Card
device to identify it on the wireless network
(WNIC)