Subject-specialist worked solutions — every mark explained. Topical & Yearly Solved, Revision Notes, Predicted Papers. Explore →

7517/1 June 2023 AQA A Level Computer Science Question Paper

Loading document...

AQA-75171-QP-JUN23.PDF

7517/1June 2023 AQA Computer Science 7517 Question Paper

This is the official AQA A Level Computer Science (7517) Question Paper 1 from the June 2023 examination session. This question paper was sat by AQA students worldwide in 2023 and is published by AQA. Use it for timed practice under exam conditions to build familiarity with the question format, mark allocation, and time pressure.

Also referenced as: 7517/1 · 75171 · AQA-75171-QP-JUN23 · AQA 7517 June 2023

To self-assess your performance, use this question paper alongside the corresponding mark scheme (AQA-75171-MS-JUN23). Attempt the entire paper under timed conditions before opening the mark scheme — this trains both your subject knowledge and exam technique. Mark each question and record whether marks were lost due to knowledge gaps, method errors, or careless mistakes.

The most effective way to use this Computer Science question paper is to simulate real exam conditions: set a timer for the full duration, work without notes, and write your answers on separate paper. After finishing, mark yourself using the official mark scheme — do not check answers during the paper. This builds exam stamina and reveals your genuine readiness. Repeat this process across 3–5 sessions to identify recurring weak topics in Computer Science (7517).

Same paper, other years

AQA Computer Science Question Paper 1 from other exam series — practise the same paper across the years, then mark each one against its mark scheme.

Examiner Insights — AQA Computer Science (7517)

Based on analysis of 3 official AQA documents (2022–2023).

1

Imprecise descriptions of circular queue operations — omitting the empty-queue check

many answers showing some understanding of the process of removing an item from a circular queue but lacking the precision required to get many marks7517/1 Paper 1, June 2022

How to fix: For circular queue deletion: state the pointer arithmetic explicitly (rear-pointer wraps using modulo), check for an empty queue (front == rear or a count variable == 0) BEFORE attempting deletion, increment the front pointer after removal, and make clear that items do not physically shift. Describe a linear queue only when specifically asked — switching models loses marks.

View full exam guide for Computer Science (7517) →

All AQA Computer Science (7517) Papers — June 2023

Browse all June 2023 papers →

More AQA Computer Science (7517) Past Papers

View all Computer Science (7517) sessions →
📘

Computer Science Exam Guide: How to Score Higher

Top mistakes, scoring patterns & answer frameworks from 3 official AQA documents