2026 2028 Syllabus
2026 2028 Syllabus
2026 2028 Syllabus
Cambridge IGCSE™
Computer Science 0478
Use this syllabus for exams in 2026, 2027 and 2028.
Exams are available in the June and November series.
Exams are also available in the March series in India.
Version 1
For the purposes of screen readers, any mention in this document of Cambridge IGCSE
refers to Cambridge International General Certificate of Secondary Education.
Why choose Cambridge International?
Cambridge International prepares school students for life, helping them develop an informed curiosity and a
lasting passion for learning. We are part of the University of Cambridge.
Our Cambridge Pathway gives students a clear path for educational success from age 5 to 19. Schools can
shape the curriculum around how they want students to learn – with a wide range of subjects and flexible ways
to offer them. It helps students discover new abilities and a wider world, and gives them the skills they need for
life, so they can achieve at school, university and work.
Our programmes and qualifications set the global standard for international education. They are created by
subject experts, are rooted in academic rigour and reflect the latest educational research. They provide a
strong platform for learners to progress from one stage to the next, and are well supported by teaching and
learning resources. Learn more about our research at www.cambridgeassessment.org.uk/our-research/
We believe education works best when curriculum, teaching, learning and assessment are closely aligned.
Our programmes develop deep knowledge, conceptual understanding and higher-order thinking skills, to
prepare students for their future. Together with schools, we develop Cambridge learners who are confident,
responsible, reflective, innovative and engaged – equipped for success in the modern world.
Every year, nearly a million Cambridge students from 10 000 schools in 160 countries prepare for their future
with the Cambridge Pathway.
School feedback: ‘We think the Cambridge curriculum is superb preparation for university.’
Feedback from: Christoph Guttentag, Dean of Undergraduate Admissions, Duke University, USA
Quality management
Cambridge International is committed to providing exceptional quality. In line with this commitment, our
quality management system for the provision of international education programmes and qualifications
for students aged 5 to 19 is independently certified as meeting the internationally recognised standard,
ISO 9001:2015. Learn more at www.cambridgeinternational.org/about-us/our-standards/
Key benefits
Cambridge IGCSE is the world’s most popular international
qualification for 14 to 16 year olds, although it can be taken by
students of other ages. It is tried, tested and trusted.
confident, interested in learning about computer science and using technical language to communicate their
knowledge and understanding
reflective, learning from their experiences when creating programs and using technology; understanding how
technology impacts society
innovative, solving unfamiliar problems and designing computer programs creatively and independently
engaged, keen to develop computer science skills and further their understanding of developments in the use
of technology.
Cambridge IGCSEs are accepted and valued by leading universities and employers around the world as
evidence of academic achievement. Cambridge students can be confident that their qualifications will be
understood and valued throughout their education and career, in their home country and internationally.
Many universities require a combination of Cambridge International AS & A Levels and Cambridge IGCSEs or
equivalent to meet their entry requirements.
UK ENIC, the national agency in the UK for the recognition and comparison of international qualifications and
skills, has carried out an independent benchmarking study of Cambridge IGCSE and found it to be comparable
to the standard of the GCSE in the UK. This means students can be confident that their Cambridge IGCSE
qualifications are accepted as equivalent to UK GCSEs by leading universities worldwide.
School feedback: ‘Cambridge IGCSE is one of the most sought-after and recognised
qualifications in the world. It is very popular in Egypt because it provides the perfect
preparation for success at advanced level programmes.’
Feedback from: Managing Director of British School of Egypt BSE
Supporting teachers
We believe education is most effective when curriculum, teaching and learning, and assessment are closely
aligned. We provide a wide range of resources, detailed guidance, innovative training and targeted professional
development so that you can give your students the best possible preparation for Cambridge IGCSE. To find
out which resources are available for each syllabus go to our School Support Hub.
The School Support Hub is our secure online site for Cambridge teachers where you can find the resources
you need to deliver our programmes. You can also keep up to date with your subject and the global Cambridge
community through our online discussion forums.
Sign up for email notifications about changes to syllabuses, including new and revised products and services,
at www.cambridgeinternational.org/syllabusupdates
Syllabuses and specimen materials represent the final authority on the content and structure of all of our
assessments.
Professional development
Find the next step on your professional development journey.
• Introductory Professional Development – An introduction to Cambridge programmes and qualifications.
• Extension Professional Development – Develop your understanding of Cambridge programmes and
qualifications to build confidence in your delivery.
• Enrichment Professional Development – Transform your approach to teaching with our Enrichment
workshops.
• Cambridge Professional Development Qualifications (PDQs) – Practice-based programmes that transform
professional learning for practising teachers. Available at Certificate and Diploma level.
2 Syllabus overview
Aims
The aims describe the purposes of a course based on this syllabus.
Content overview
Candidates study the following topics:
Computer systems
1 Data representation
2 Data transmission
3 Hardware
4 Software
5 The internet and its uses
6 Automated and emerging technologies
Assessment overview
All candidates take two components. Candidates will be eligible for grades A* to G.
Assessment objectives
The assessment objectives (AOs) are:
AO1
Demonstrate knowledge and understanding of the principles and concepts of computer science.
AO2
Apply knowledge and understanding of the principles and concepts of computer science to a given context,
including the analysis and design of computational or programming problems.
AO3
Provide solutions to problems by:
• evaluating computer systems
• making reasoned judgements
• presenting conclusions.
AO1 40
AO2 40
AO3 20
Total 100
Paper 1 Paper 2
AO1 60 20
AO2 20 60
AO3 20 20
3 Subject content
This syllabus gives you the flexibility to design a course that will interest, challenge and engage your learners.
Where appropriate you are responsible for selecting resources and examples to support your learners’
study. These should be appropriate for the learners’ age, cultural background and learning context as well as
complying with your school policies and local legal requirements.
Computer Science is a practical subject and a range of practical exercises must be integral to the teaching
of this qualification. It is important that learners develop their computational thinking skills by doing practical
problem-solving and programming using appropriate resources. It is also expected that learners have the
opportunity in class to write their own programs, as well as executing (running), testing and debugging them.
Any equipment and facilities should be adequate for learners to be able to satisfy the requirements of the
syllabus. The hardware facilities needed will depend on the number of learners but must be sufficient for all
learners to have enough time to practise their programming skills. Learners also need to have access to a
system with direct-access file capability on backing store and hardcopy facilities.
Computer systems
1 Data representation
1.1 Number systems
2 Data transmission
2.1 Types and methods of data transmission
2.3 Encryption
3 Hardware
3.1 Computer architecture
4 Software
4.1 Types of software and interrupts
6.2 Robotics
Students are advised to program solutions to a variety of different problems on a computer, using one of
these high-level programming languages: Python, VB.NET or Java.
8 Programming
8.1 Programming concepts
8.2 Arrays
9 Databases
Candidates should be able to: Notes and guidance
1 Define a single-table database from given data • Including:
storage requirements – fields
– records
– validation
2 Suggest suitable basic data types • Including:
– text/alphanumeric
– character
– Boolean
– integer
– real
– date/time
3 Understand the purpose of a primary key
and identify a suitable primary key for a given
database table
4 Read, understand and complete structured • Limited to:
query language (SQL) scripts to query data – SELECT
stored in a single database table
– FROM
– WHERE
– ORDER BY DESCENDING
– ORDER BY ASCENDING
– SUM
– COUNT
– AND
– OR
• Identifying the output given by an SQL
statement that will query the given contents of a
database table
10 Boolean logic
Candidates should be able to: Notes and guidance
1 Identify and use the standard symbols for logic • See section 4 for logic gate symbols
gates
2 Define and understand the functions of logic • Including:
gates – NOT
– AND
– OR
– NAND
– NOR
– XOR (EOR)
– the binary output produced from all the
possible binary inputs
• NOT is a single input gate
• All other gates are limited to two inputs
3 (a) Use logic gates to create given logic circuits • Circuits must be drawn for the statement given,
from a: without simplification
(i) problem statement • Logic circuits will be limited to a maximum of
(ii) logic expression three inputs and one output
(iii) truth table
(b) Complete a truth table from a: • An example truth table with three inputs, for
(i) problem statement completion:
(ii) logic expression A B C Output
(iii) logic circuit 0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
This question paper consists of short-answer and structured questions set on Topics 1–6 of the subject
content.
All questions are compulsory, and candidates answer on the question paper.
This paper assesses all assessment objectives, AO1, AO2 and AO3, and assesses the full grade range, A* to G.
This question paper consists of short-answer and structured questions set on Topics 7–10 of the subject
content.
All questions are compulsory, and candidates answer on the question paper.
Knowledge of programming language syntax is not examined; in all cases the logic is more important than the
syntax.
This paper assesses all assessment objectives, AO1, AO2 and AO3, and assesses the full grade range, A* to G.
Scenario question
The final question in Paper 2 is a 15-mark unseen scenario question.
Candidates will be required to write an algorithm using pseudocode or program code for the context provided.
Teachers are advised to familiarise themselves with the updated Paper 2 specimen paper and mark scheme for
first assessment 2023, which provide an example of the scenario question, how it will be marked, and include
an indicative 15-mark response.
Mathematical requirements
Calculators are not permitted in IGCSE Computer Science examinations.
Flowchart symbols
Flow line An arrow represents control passing
between the connected shapes.
NOT
AND
OR
NAND
NOR
XOR (EOR)
Pseudocode
The following information sets out how pseudocode will appear within the examinations of this syllabus. The
numbers and letters that appear at the end of a sub-heading provide a cross reference to the relevant section
of the subject content.
General style
Font style and size
Pseudocode is presented in Courier New. The size of the font will be consistent throughout.
Indentation
Lines are indented by four spaces to indicate that they are contained within a statement in a previous line.
Where it is not possible to fit a statement on one line, any continuation lines are indented by two spaces from
the margin. In cases where line numbering is used, this indentation may be omitted. Every effort will be made to
make sure that code statements are not longer than a line of code, unless this is necessary.
Note that the THEN and ELSE clauses of an IF statement are indented by only two spaces. Cases in CASE
statements are also indented by only two spaces.
Case
Keywords are in upper case, e.g. IF, REPEAT, PROCEDURE.
Identifiers are in mixed case with upper case letters indicating the beginning of new words, e.g.
NumberOfPlayers.
Meta-variables – (symbols in the pseudocode that should be substituted by other symbols) are enclosed in
angled brackets < >.
Example – meta-variables
REPEAT
<Statements>
UNTIL <Condition>
Comments
Comments are preceded by two forward slashes: //. The comment continues until the end of the line. For
multi‑line comments, each line is preceded by //.
Normally the comment is on a separate line before, and at the same level of indentation as, the code it refers
to. Occasionally, however, a short comment that refers to a single line may be at the end of the line to which it
refers.
Example – comments
Literals
Literals of the above data types are written as follows:
• Integer written as normal in the denary system, e.g. 5, –3
• Real always written with at least one digit on either side of the decimal point, zeros being
added if necessary, e.g. 4.7, 0.3, –4.0, 0.0
• Char a single character delimited by single quotes, e.g. ꞌxꞌ, ꞌcꞌ, ꞌ@ꞌ
• String delimited by double quotes. A string may contain no characters (i.e. the empty string),
e.g. “This is a string”, “”
• Boolean TRUE, FALSE
Identifiers
Identifiers (the names given to variables, constants, procedures and functions) are in mixed case using Pascal
case, e.g. FirstName. They can only contain letters (A–Z, a–z) and digits (0–9). They must start with a capital
letter and not a digit. Accented letters and other characters, including the underscore, should not be used.
As in programming, it is good practice to use identifier names that describe the variable, procedure or function
to which they refer. Single letters may be used where these are conventional (such as i and j when dealing
with array indices, or X and Y when dealing with coordinates) as these are made clear by the convention.
Identifiers should be considered case insensitive, for example, Countdown and CountDown should not be
used as separate variables.
Constants (8.1.1)
It is good practice to use constants if this makes the pseudocode more readable, and easier to update if the
value of the constant changes.
Constants are declared by stating the identifier and the literal value in the following format:
CONSTANT <identifier> ← <value>
Only literals can be used as the value of a constant. A variable, another constant or an expression must never
be used.
Assignments
The assignment operator is ←
The identifier must refer to a variable (this can be an individual element in a data structure, such as an array or
an abstract data type). The value may be any expression that evaluates to a value of the same data type as the
variable.
Example – assignments
Counter ← 0
Counter ← Counter + 1
TotalToPay ← NumberOfHours * HourlyRate
Arrays
Declaring arrays (8.2.1)
Arrays are fixed-length structures of elements of identical data type, accessible by consecutive index numbers.
It is good practice to explicitly state what the lower bound of the array (i.e. the index of the first element) is
because this defaults to either 0 or 1 in different systems. Generally, a lower bound of 1 will be used.
1D and 2D arrays are declared as follows (where l, l1, l2 are lower bounds and u, u1, u2 are upper bounds):
StudentNames[1] ← "Ali"
NoughtsAndCrosses[2,3] ← ꞌXꞌ
StudentNames[n+1] ← StudentNames[n]
FOR Index ← 1 TO 30
StudentNames[Index] ← ""
NEXT Index
Common operations
Input and output (8.1.3)
Values are input using the INPUT command as follows:
INPUT <identifier>
The identifier should be a variable (that may be an individual element of a data structure, such as an array).
Several values, separated by commas, can be output using the same command.
INPUT Answer
OUTPUT Score
OUTPUT "You have ", Lives, " lives left"
+ addition
– subtraction
* multiplication
/ division
^ raised to the power of
The integer division operators MOD and DIV can also be used.
DIV(<identifier1>, <identifier2>)
Returns the quotient of identifier1 divided by identifier2 with the fractional part discarded.
MOD(<identifier1>, <identifier2>)
Returns the remainder of identifier1 divided by identifier2
DIV(10, 3) returns 3
MOD(10, 3) returns 1
Multiplication and division have higher precedence over addition and subtraction (this is the normal
mathematical convention). However, it is good practice to make the order of operations in complex expressions
explicit by using parentheses.
= equal to
< less than
<= less than or equal to
> greater than
>= greater than or equal to
<> not equal to
In complex expressions, it is advisable to use parentheses to make the order of operations explicit.
In complex expressions, it is advisable to use parentheses to make the order of operations explicit.
LCASE(<identifier>)
Returns the string/character with all characters in lower case. The identifier should be of data type string or
char.
UCASE(<identifier>)
Returns the string/character with all characters in upper case. The identifier should be of data type string or
char.
RANDOM()
Returns a random number between 0 and 1 inclusive.
Selection
IF statements (8.1.4 (b) and 8.1.5)
IF statements may or may not have an ELSE clause.
IF statements without an ELSE clause are written as follows:
IF <condition>
THEN
<statements>
ENDIF
Note that the THEN and ELSE clauses are only indented by two spaces. (They are, in a sense, a continuation of
the IF statement rather than separate statements.)
When IF statements are nested, the nesting should continue the indentation of two spaces.
It is best practice to keep the branches to single statements as this makes the pseudocode more readable.
Similarly, single values should be used for each case. If the cases are more complex, the use of an IF
statement, rather than a CASE statement, should be considered.
Each case clause is indented by two spaces. They can be considered as continuations of the CASE statement
rather than new statements.
Note that the case clauses are tested in sequence. When a case that applies is found, its statement is
executed, and the CASE statement is complete. Control is passed to the statement after the ENDCASE. Any
remaining cases are not tested.
If present, an OTHERWISE clause must be the last case. Its statement will be executed if none of the preceding
cases apply.
INPUT Move
CASE OF Move
ꞌWꞌ : Position ← Position – 10
ꞌEꞌ : Position ← Position + 10
ꞌAꞌ : Position ← Position – 1
ꞌDꞌ : Position ← Position + 1
OTHERWISE OUTPUT "Beep"
ENDCASE
Iteration
Count-controlled (FOR) loops (8.1.4 (c))
Count-controlled loops are written as follows:
FOR <identifier> ← <value1> TO <value2>
<statements>
NEXT <identifier>
The identifier must be a variable of data type INTEGER, and the values should be expressions that evaluate to
integers.
The variable is assigned each of the integer values from value1 to value2, inclusive, running the statements
inside the FOR loop after each assignment. If value1 = value2, the statements will be executed once, and if
value1 > value2, the statements will not be executed.
The increment must be an expression that evaluates to an integer. In this case the identifier will be
assigned the values from value1 in successive increments of increment until it reaches value2. If it goes
past value2, the loop terminates. The increment can be negative.
Total ← 0
FOR Row ← 1 TO MaxRow
RowTotal ← 0
FOR Column ← 1 TO 10
RowTotal ← RowTotal + Amount[Row, Column]
NEXT Column
OUTPUT "Total for Row ", Row, " is ", RowTotal
Total ← Total + RowTotal
NEXT Row
OUTPUT "The grand total is ", Total
The condition must be an expression that evaluates to a Boolean. The statements in the loop will be executed
at least once. The condition is tested after the statements are executed, and if it evaluates to TRUE, the loop
terminates, otherwise the statements are executed again.
REPEAT
OUTPUT "Please enter the password"
INPUT Password
UNTIL Password = "Secret"
The condition must be an expression that evaluates to a Boolean. The condition is tested before the
statements, and the statements will only be executed if the condition evaluates to TRUE. After the statements
have been executed, the condition is tested again. The loop terminates when the condition evaluates to FALSE.
The statements will not be executed if, on the first test, the condition evaluates to FALSE.
WHIL
E Number > 9 DO
Number ← Number – 9
ENDWHILE
The <identifier> is the identifier used to call the procedure. Where used, param1, param2, etc. are
identifiers for the parameters of the procedure. These will be used as variables in the statements of the
procedure.
CALL <identifier>(Value1,Value2...)
When parameters are used, Value1, Value2... must be of the correct data type as in the definition of the
procedure.
When the procedure is called, control is passed to the procedure. If there are any parameters, these are
substituted by their values, and the statements in the procedure are executed. Control is then returned to the
line that follows the procedure call.
PROCEDURE DefaultLine
CALL LINE(60)
ENDPROCEDURE
IF MySize = Default
THEN
CALL DefaultLine
ELSE
CALL Line(MySize)
ENDIF
The keyword RETURN is used as one of the statements within the body of the function to specify the value to
be returned. Normally, this will be the last statement in the function definition.
Because a function returns a value that is used when the function is called, function calls are not complete
program statements. The keyword CALL should not be used when calling a function. Functions should only
be called as part of an expression. When the RETURN statement is executed, the value returned replaces the
function call in the expression and the expression is then evaluated.
File handling
Handling files (8.3.2)
It is good practice to explicitly open a file, stating the mode of operation, before reading from or writing to it.
This is written as follows:
OPENFILE <File identifier> FOR <File mode>
The file identifier will be the name of the file with data type string. The following file modes are used:
• READ for data to be read from the file
• WRITE for data to be written to the file. A new file will be created and any existing data in the file will be
lost.
Data is read from the file (after the file has been opened in READ mode) using the READFILE command as
follows:
READFILE <File Identifier>, <Variable>
When the command is executed, the data item is read and assigned to the variable.
Data is written into the file after the file has been opened using the WRITEFILE command as follows:
WRITEFILE <File identifier>, <Variable>
When the command is executed, the data is written into the file. Files should be closed when they are no longer
needed using the CLOSEFILE command as follows:
CLOSEFILE <File identifier>
This example uses the operations together, to copy a line of text from FileA.txt to FileB.txt
DECLARE LineOfText : STRING
OPENFILE "FileA.txt" FOR READ
OPENFILE "FileB.txt" FOR WRITE
READFILE "FileA.txt", LineOfText
WRITEFILE "FileB.txt", LineOfText
CLOSEFILE "FileA.txt"
CLOSEFILE "FileB.txt"
Command words
Command words and their meanings help candidates know what is expected from them in the exams. The
table below includes command words used in the assessment for this syllabus. The use of the command word
will relate to the subject context.
Describe state the points of a topic / give characteristics and main features
Explain set out purposes or reasons / make the relationships between things clear / say why
and/or how and support with relevant evidence
Identify name/select/recognise
Suggest apply knowledge and understanding to situations where there are a range of valid
responses in order to make proposals / put forward considerations
This section is an overview of other information you need to know about this syllabus. It will help to share the
administrative information with your exams officer so they know when you will need their support. Find more
information about our administrative processes at www.cambridgeinternational.org/eoguide
You can view the timetable for your administrative zone at www.cambridgeinternational.org/timetables
You can enter candidates in the June and November exam series. If your school is in India, you can also enter
your candidates in the March exam series.
Check you are using the syllabus for the year the candidate is taking the exam.
Private candidates can enter for this syllabus. For more information, please refer to the Cambridge Guide to
Making Entries.
Cambridge IGCSE, Cambridge IGCSE (9–1) and Cambridge O Level syllabuses are at the same level.
Making entries
Exams officers are responsible for submitting entries to Cambridge International. We encourage them to work
closely with you to make sure they enter the right number of candidates for the right combination of syllabus
components. Entry option codes and instructions for submitting entries are in the Cambridge Guide to Making
Entries. Your exams officer has access to this guide.
Exam administration
To keep our exams secure, we produce question papers for different areas of the world, known as
administrative zones. We allocate all Cambridge schools to an administrative zone determined by their location.
Each zone has a specific timetable.
Some of our syllabuses offer candidates different assessment options. An entry option code is used to identify
the components the candidate will take relevant to the administrative zone and the available assessment
options.
Retakes
Candidates can retake the whole qualification as many times as they want to. Information on retake entries is at
www.cambridgeinternational.org/retakes
Language
This syllabus and the related assessment materials are available in English only.
Access arrangements
Access arrangements (including modified papers) are the principal way in which Cambridge International
complies with our duty, as guided by the UK Equality Act (2010), to make ‘reasonable adjustments’ for
candidates with special educational needs (SEN), disability, illness or injury. Where a candidate would otherwise
be at a substantial disadvantage in comparison to a candidate with no SEN, disability, illness or injury, we
may be able to agree pre-examination access arrangements. These arrangements help a candidate by
minimising accessibility barriers and maximising their opportunity to demonstrate their knowledge, skills and
understanding in an assessment.
Important:
Requested access arrangements should be based on evidence of the candidate’s barrier to assessment
and should also reflect their normal way of working at school. This is explained in the Cambridge Handbook
www.cambridgeinternational.org/eoguide
• For Cambridge International to approve an access arrangement, we will need to agree that it constitutes
a reasonable adjustment, involves reasonable cost and timeframe and does not affect the security and
integrity of the assessment.
• Availability of access arrangements should be checked by centres at the start of the course. Details of our
standard access arrangements and modified question papers are available in the Cambridge Handbook
www.cambridgeinternational.org/eoguide
• Please contact us at the start of the course to find out if we are able to approve an arrangement that is not
included in the list of standard access arrangements.
• Candidates who cannot access parts of the assessment may be able to receive an award based on the
parts they have completed.
A* is the highest and G is the lowest. ‘Ungraded’ means that the candidate’s performance did not meet the
standard required for grade G. ‘Ungraded’ is reported on the statement of results but not on the certificate.
In specific circumstances your candidates may see one of the following letters on their statement of results:
• Q (PENDING)
• X (NO RESULT).
These letters do not appear on the certificate.
On the statement of results and certificates, Cambridge IGCSE is shown as INTERNATIONAL GENERAL
CERTIFICATE OF SECONDARY EDUCATION (IGCSE).
You must read the whole syllabus before planning your teaching programme. We review our
syllabuses regularly to make sure they continue to meet the needs of our schools. In updating this syllabus, we
have made it easier for teachers and students to understand, keeping the familiar features that teachers and
schools value.
Changes to syllabus • The wording for learning outcome 1.1.6 on page 12 has been updated.
content Candidates should be able to use the two’s complement number
system to represent positive and negative 8-bit binary integers
• Learning outcome 1.3.2 on page 13 has been updated. Calculations
must use the measurement of 1024 and not 1000
• A minor change has been made to learning outcome 2.1.1 (b) on page
14 for clarity
• The abbreviation of the fetch–decode–execute (FDE) cycle has been
added to learning outcome 3.1.2 (b) on page 16
• Learning outcome 3.3.3 on page 18 has been updated to include
further examples of magnetic, optical and solid-state (flash memory)
storage
• Learning outcome 7.5 (b) on page 26 has been updated to include the
purpose of each verification check and writing algorithms to implement
each verification check
• Learning outcome 9.4 on page 30 has been updated to include the
following functions:
– ORDER BY DESCENDING
– ORDER BY ASCENDING
– AND
– OR
• Some minor formatting changes have been made to the Post-condition
(REPEAT) loops (8.1.4 (c)) section on page 45
• The Procedures and functions section on page 46 has been updated to
clarify that procedures and functions are defined at the start of the code
• The File Handling section on page 48 has been updated to add
formatting information to the coding in the example
• Some minor formatting changes have been made throughout the
learning outcomes to improve clarity.
Significant changes to the syllabus are indicated by black vertical lines either side of the text.
Any textbooks endorsed to support the syllabus for examination from 2023 are still suitable for
use with this syllabus.
You should take account of the changes described above when using these textbooks.
We are committed to making our documents accessible in accordance with the WCAG 2.1 Standard. We are always looking to improve
the accessibility of our documents. If you find any problems or you think we are not meeting accessibility requirements, contact us at
info@cambridgeinternational.org with the subject heading: Digital accessibility. If you need this document in a different format, contact
us and supply your name, email address and requirements and we will respond within 15 working days.
Cambridge Assessment International Education, The Triangle Building, Shaftesbury Road, Cambridge, CB2 8EA, United Kingdom
t : +44 (0)1223 553554 email : info@cambridgeinternational.org www.cambridgeinternational.org