GCSE COMPUTER SCIENCE
COMPUTER SCIENCE
6/1/2023
Paper 1 Computational thinking and programming skills – c
,AQA
GCSE
COMPUTER SCIENCE
Paper 1 Computational thinking and programming skills – c
Materials
There are no additional materials required for this paper.
You must not use a calculator.
Instructions
Use black ink or black ball-point pen. Use pencil only for drawing.
Answer all questions.
You must answer the questions in the spaces provided.
If you need extra space for your answer(s), use the lined pages at
the end of this book. Write the question number against your
answer(s).
Do all rough work in this book. Cross through any work you do
not want to be marked.
Questions that require a coded solution must be answered in C#.
You should assume that all indexing in code starts at 0 unless stated otherwise.
Information
The total number of marks available for this paper is 90.
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.
8525/1A
2
, 2
Do not write
outside the
Answer all box
questions.
0 1 Figure 1 shows an algorithm, represented using pseudo-code, which
assigns a different value to four variables.
Figure 1
country 'United States of America'
state 'California'
city 'San Francisco'
landmark 'Alcatraz Island'
0 1 .1 Define the term algorithm.
[2 marks]
0 1 .2 The variable x is assigned a value using the statement:
x LEN(state)
Using Figure 1, what is the value
of x? Shade one lozenge.
[1 mark]
A 1
B 5
C 10
D 12
*02
IB/G/
* Jun23/8525/1A
, 3
Do not write
outside the
0 1 .3 What is the result of concatenating the contents of the variables box
city and
landmark in Figure
1? Shade one [1
mark]
lozenge.
A San Francisco Alcatraz Island
B San Francisco,Alcatraz Island
C San Francisco, Alcatraz Island
D San FranciscoAlcatraz Island
. The subroutine SUBSTRING extracts characters from a given
0 1 4
string.
For example, SUBSTRING(3, 5, 'Computing') would return
put
The variable y is assigned a value using the statement:
y SUBSTRING(4, 7, landmark)
Using Figure 1, what is the value
of y? Shade one lozenge. [1 mark]
A Alca
B Atra
C land
D traz
Question 1 continues on the next page
*03
IB/G/
* Jun23/8525/1A
COMPUTER SCIENCE
6/1/2023
Paper 1 Computational thinking and programming skills – c
,AQA
GCSE
COMPUTER SCIENCE
Paper 1 Computational thinking and programming skills – c
Materials
There are no additional materials required for this paper.
You must not use a calculator.
Instructions
Use black ink or black ball-point pen. Use pencil only for drawing.
Answer all questions.
You must answer the questions in the spaces provided.
If you need extra space for your answer(s), use the lined pages at
the end of this book. Write the question number against your
answer(s).
Do all rough work in this book. Cross through any work you do
not want to be marked.
Questions that require a coded solution must be answered in C#.
You should assume that all indexing in code starts at 0 unless stated otherwise.
Information
The total number of marks available for this paper is 90.
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.
8525/1A
2
, 2
Do not write
outside the
Answer all box
questions.
0 1 Figure 1 shows an algorithm, represented using pseudo-code, which
assigns a different value to four variables.
Figure 1
country 'United States of America'
state 'California'
city 'San Francisco'
landmark 'Alcatraz Island'
0 1 .1 Define the term algorithm.
[2 marks]
0 1 .2 The variable x is assigned a value using the statement:
x LEN(state)
Using Figure 1, what is the value
of x? Shade one lozenge.
[1 mark]
A 1
B 5
C 10
D 12
*02
IB/G/
* Jun23/8525/1A
, 3
Do not write
outside the
0 1 .3 What is the result of concatenating the contents of the variables box
city and
landmark in Figure
1? Shade one [1
mark]
lozenge.
A San Francisco Alcatraz Island
B San Francisco,Alcatraz Island
C San Francisco, Alcatraz Island
D San FranciscoAlcatraz Island
. The subroutine SUBSTRING extracts characters from a given
0 1 4
string.
For example, SUBSTRING(3, 5, 'Computing') would return
put
The variable y is assigned a value using the statement:
y SUBSTRING(4, 7, landmark)
Using Figure 1, what is the value
of y? Shade one lozenge. [1 mark]
A Alca
B Atra
C land
D traz
Question 1 continues on the next page
*03
IB/G/
* Jun23/8525/1A