Computational thinking and programming skills – Python
Verified Question Paper with Marking Scheme Combined.
June 2024
Materials
• There are no additional materials required for this paper. For Examiner’s Use
• You must not use a calculator.
Question Mark
Instructions 1
• Use black ink or black ball-point pen. Use pencil only for drawing.
2–3
• Answer all questions.
• You must answer the questions in the spaces provided. 4–5
• If you need extra space for your answer(s), use the lined pages at the end of this 6–7
book. Write the question number against your answer(s).
8–9
• Do all rough work in this book. Cross through any work you do not want to be
marked. 10–11
• Questions that require a coded solution must be answered in Python. 12
• You should assume that all indexing in code starts at 0 unless stated otherwise.
13–14
15
Information
The total number of marks available for this paper is 90. TOTAL
Advice
For the multiple-choice questions, completely fill in the lozenge alongside the appropriate answer.
CORRECT METHOD WRONG METHODS
If you want to change your answer you must cross out your original answer as shown.
If you wish to return to an answer previously crossed out, ring the answer you now wish to select as
shown.
, 2
Do not write
outside the
Answer all questions. box
0 1 Figure 1 shows an algorithm, represented using pseudo-code.
The algorithm assigns different values to two variables, then asks the user to input a
letter.
Figure 1
film "Godzilla vs. Kong"
year 2021
OUTPUT "Please guess a letter"
letter USERINPUT
0 1 . 1 Which pseudo-code statement assigns the length of the string filmto a variable called value?
Shade one lozenge.
[1 mark]
A film LEN(value)
B film film + value
C value film
D value LEN(film)
0 1 . 2 The POSITIONsubroutine returns the position of the first occurrence of a character in a
string.
For example:
• POSITION("Godzilla vs. Kong", "o")would return 1
• POSITION("Godzilla vs. Kong", "z")would return 3 letterand filmare
variables used in the algorithm in Figure 1.
Complete the pseudo-code statement to find the position of the first occurrence of the
contents of letterin filmand store this position in the variable location
You must use the POSITIONsubroutine in your answer.
[1 mark]
location
IB/G/Jun24/8525/1B
, 3
Do not write
outside the
0 1 . 3 Which of the following would be the most suitable data type for the variable year? box
Shade one lozenge.
[1 mark]
A Boolean
B character
C integer
D real
0 1 . 4 Describe what is meant by an assignment statement in a program.
[1 mark]
Question 1 continues on the next page
IB/G/Jun24/8525/1B
, 4
Do not write
Turn over ► outside the
IB/G/Jun24/8525/1B