• wonderlic tests
  • EXAM REVIEW
  • NCCCO Examination
  • Summary
  • Class notes
  • QUESTIONS & ANSWERS
  • NCLEX EXAM
  • Exam (elaborations)
  • Study guide
  • Latest nclex materials
  • HESI EXAMS
  • EXAMS AND CERTIFICATIONS
  • HESI ENTRANCE EXAM
  • ATI EXAM
  • NR AND NUR Exams
  • Gizmos
  • PORTAGE LEARNING
  • Ihuman Case Study
  • LETRS
  • NURS EXAM
  • NSG Exam
  • Testbanks
  • Vsim
  • Latest WGU
  • AQA PAPERS AND MARK SCHEME
  • DMV
  • WGU EXAM
  • exam bundles
  • Study Material
  • Study Notes
  • Test Prep

AQA GCSE (9–1) Computer Science J277/02 Computational thinking, algorithms and programming

AQA PAPERS AND MARK SCHEME Nov 6, 2025
Preview Mode - Purchase to view full document
Loading...

Loading study material viewer...

Page 0 of 0

Document Text

INSTRUCTIONS
• Use black ink.
• Write your answer to each question in the space provided. If you need extra space use
the lined pages at the end of this booklet. The question numbers must be clearly shown.
• Answer all the questions.
INFORMATION
• The total mark for this paper is 80.
• The marks for each question are shown in brackets [ ].
• This document has 20 pages.
ADVICE
• Read each question carefully before you start your answer.
• We advise you to spend approximately 50 minutes on Section A and approximately
40 minutes on Section B.
© OCR 2026 [601/8355/X]
DC (ST) 342920/6
2
© OCR 2026
SECTION A
We advise you to spend approximately 50 minutes on Section A.
1 Tick (✓) one box in each row to identify the programming construct where each keyword is used.
Keyword
Programming construct
Selection Iteration
if
for
while
[3]
2 An algorithm decides if a number is odd or even.
An odd number divided by 2 will give the remainder 1.
The flowchart statements have been written for the algorithm, but the flowchart is incomplete.
Complete the flowchart.
Start
INPUT num
if num MOD 2 == 0 OUTPUT "Odd"
OUTPUT "Even"
End
[4]
3
© OCR 2026 Turn over
3
(a) State what is meant by the term syntax error. Give one example of a syntax error in a program.
Definition ..........................................................................................................................................
 ..........................................................................................................................................................
Example ...........................................................................................................................................
 ..........................................................................................................................................................
 [2]
(b) A student writes an algorithm to input two numbers and add them together to create a total.
If the total is between 10 and 20 inclusive, "success" is output.
If the total is not between 10 and 20 inclusive, "warning" is output.
 01 num1 = input("Enter a number")
 02 num2 = input("Enter a number")
 03 total = num1 + num1
 04 if total >= 10 then
 05 print("success")
 06 else
 07 print("warning")
 08 endif
The algorithm does not work correctly.
Identify the line number of the two logic errors in the algorithm and refine the code to correct
each logic error.
Line number .....................................................................................................................................
Correction .........................................................................................................................................
 ..........................................................................................................................................................
Line number ......................................................................................................................................
Correction .........................................................................................................................................
 ..........................................................................................................................................................
[4]
4
© OCR 2026
(c)
(i) Show how a binary search will be used to find the number 10 in the following data set:

Download Study Material

Buy This Study Material

$16.00
Buy Now
  • Immediate download after payment
  • Available in the pdf format
  • 100% satisfaction guarantee

Study Material Information

Category: AQA PAPERS AND MARK SCHEME
Description:

AQA GCSE (9–1) Computer Science J277/02 Computational thinking, algorithms and programming

UNLOCK ACCESS $16.00