An algorithm uses the standard AQA pseudocode for string handling operations:
The following pseudocode is executed:
course ← 'AQA_A_Level_Computer_Science_2026'
idx1 ← POSITION(course, 'C')
idx2 ← POSITION(course, 'S')
result ← SUBSTRING(idx1, idx2 - idx1, course)
final_str ← result + 'Exam'
Select the option that shows the value returned by LEN(final_str)\text{LEN}(\text{final\_str})LEN(final_str).
999
121212
131313
141414
89 exam-style questions on AQA GCSE Computer Science String handling operations in a programming language. Each one has a worked solution and a mark scheme showing where the marks go.