www.dynamicpapers.
com
Cambridge IGCSE™
COMPUTER SCIENCE 0478/12
Paper 1 Theory May/June 2022
MARK SCHEME
Maximum Mark: 75
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.
This document consists of 13 printed pages.
© UCLES 2022 [Turn over
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Generic Marking Principles
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.
GENERIC MARKING PRINCIPLE 1:
Marks must be awarded in line with:
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.
GENERIC MARKING PRINCIPLE 2:
Marks awarded are always whole marks (not half marks, or other fractions).
GENERIC MARKING PRINCIPLE 3:
Marks must be awarded positively:
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.
GENERIC MARKING PRINCIPLE 4:
Rules must be applied consistently, e.g. in situations where candidates have not followed instructions or in the application of generic level
descriptors.
© UCLES 2022 Page 2 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
GENERIC MARKING PRINCIPLE 5:
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).
GENERIC MARKING PRINCIPLE 6:
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.
Please note the following further points:
The words in bold in the mark scheme are important text that needs to be present, or some notion of it needs to be present. It does not have to
be the exact word, but something close to the meaning.
If a word is underlined, this exact word must be present.
A single forward slash means this is an alternative word. A double forward slash means that this is an alternative mark point.
Ellipsis (…) on the end of one-mark point and the start of the next means that the candidate cannot get the second mark point without being
awarded the first one. If a mark point has an ellipsis at the beginning, but there is no ellipsis on the mark point before it, then this is just a follow-on
sentence and can be awarded without the previous mark point.
© UCLES 2022 Page 3 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
1(a) One mark for each correct line 3
Denary 8-bit binary
00100001
41 10100110
00101001
174
10000110
86 10101110
01010110
1(b) One mark for correct working, one mark for correct answer 2
Working e.g.
256 64 16 4 2 1
Answer:
343
© UCLES 2022 Page 4 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
2(a) Two marks each correct conversion (one mark for the first four bits, one mark for the second four bits) 6
0 0 1 0 1 1 1 1
2F
0 0 0 1 0 1 0 1
15
1 1 0 1 0 1 1 0
D6
2(b) Any two from: 2
IP address
Error messages/codes
Assembly language // low-level language
URL // web address
Memory dumps
Locations in memory
2(c) One mark for a description, one mark for a correct example 4
Structure
Layout of the web page
e.g. Where text is placed
Presentation
Formatting of the web page
e.g. the colour of the font
© UCLES 2022 Page 5 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
2(d) Two from: 2
The formatting of the page can be changed/edited without needing to alter the structure
… so, they can make regular updates without needing to check the structure
The formatting document can be used again for a different website …
If further content and web pages are added to the website, the necessary formatting can be easily applied …
… so, this can save time when developing/updating a website
Allows use of CSS to standardise formatting
… so, CSS only needs to be created once (to be applied to each webpage)
© UCLES 2022 Page 6 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
3(a) One mark for the correct term or definition 5
Term Definition
browser Software/application that allows users to view web
pages / render HTML
Internet Service this is the company that provides a user with a
provider // ISP connection to the Internet
HTTP // HTTPS this is a protocol that is used to send data for web
pages across the Internet
Uniform Resource a text-based version of a web address
Locator (URL)
cookie a text file (stored by web browser) that contains data
about a user’s browsing habits/details/preferences
3(b) Hardware or software based 1
3(c) Four from: 4
(The parent can) set criteria for the websites she is allowed to visit
… such as a whitelist/blacklist of websites
The firewall will examine the data/traffic incoming and outgoing from her computer
If data is sent from a website that is not allowed, it will be blocked
© UCLES 2022 Page 7 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
4(a) Any three from: 3
It uses English-like statements
It needs to be converted to machine code (to be processed by a computer)
… using a translator
It is portable
One line of code can perform multiple commands
4(b)(i) Two from: 2
The user is not allowed to access the source code …
… so, they cannot tailor the software to their needs
… so, they cannot fix any bugs in it
The software is still covered by copyright
The user must get the owner’s permission to do anything beyond using it
4(b)(ii) Two from: 2
The user can access the source code …
… so, they can tailor the software to their needs
… so, they can fix any bugs in it
… so, the source code could be studied for educational purposes
The user can redistribute the software/program …
… but this must be done under the same terms as the original software
© UCLES 2022 Page 8 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
5(a) One mark for each correct logic gate with correct input(s) 5
5(b) Four marks for 8 correct outputs 4
Three marks for 6/7 correct outputs
Two marks for 4/5 correct outputs
One mark for 2/3 correct outputs
A B C Working space X
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1
© UCLES 2022 Page 9 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
6(a) One mark for identifying the attack, two marks for the description 6
Phishing
Email is sent to user to encourage them to click link
… that takes user to fake website
Pharming
Email is sent to user to encourage them to click link/download attachment
… that triggers download of malicious code that will redirect user to fake website
Virus/malware
Email is sent to user to encourage them to click link/download attachment
… that triggers download of virus/malware
Denial of service // DoS
A very large number of emails are sent to a server/network at the same time
… crashing the server/network
6(b) Any two from: 2
Encryption
Password
Two-step / Two-factor authentication/verification
Biometric device
Anti-malware // Anti-virus
Proxy-server
© UCLES 2022 Page 10 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
6(c) One mark for identifying an issue, one mark for suggesting a suitable prevention 6
Power surge/loss (damages hardware)
Use a UPS
Water can be spilled on the device
Don’t have water near the device
Keep device in a waterproof box when not is use
Fire can destroy device
Use electrics safety
Keep device in a fireproof box when not is use
Data is accidentally deleted
Add verification method for data deletion
Set access levels for data to limit who can delete the data
Incorrect use of storage device
Making sure device is ejected before removing
Physical damage to hardware // hardware failure
Correct care and maintenance of hardware
Software failure
Making sure it is always up to date // enable automatic updates
© UCLES 2022 Page 11 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
7(a) Three from: 3
CD
DVD
Blu-ray
7(b) One mark for each correct row 6
Type of storage
Statement Magnetic Optical Solid
() () state
()
this storage has no moving parts
this storage uses a laser to read and write data
this storage uses a read/write head
this storage burns pits onto a reflective surface
this storage uses NAND and NOR technology
this storage stores data in tracks and sectors ()
© UCLES 2022 Page 12 of 13
0478/12 Cambridge IGCSE – Mark Scheme www.dynamicpapers.com
May/June 2022
PUBLISHED
Question Answer Marks
8(a) Any four from: 4
Trial version of software
… for a limited time / number of uses
… with limited features
… free of charge
If full version is required need to pay fee / sign up // When trial over user is asked to pay / sign up
Protected by copyright
Type of software licence
8(b) Any three from: 3
e.g.
Copyright
Plagiarism
Production/distribution of malware
Intellectual property theft
Privacy of data
Age appropriation
Offensive materials
Environmental impact of distribution media e.g. CDs
Accessibility of software
Security of software
Following guidelines of professional bodies e.g. ACM/IEEE/BCS
© UCLES 2022 Page 13 of 13