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

7516/1 June 2019 AQA A Level Computer Science Other

Loading document...

AQA-75161-IN-JUN19.PDF

7516/1June 2019 AQA Computer Science 7517 Other

This is an official AQA A Level Computer Science (7517) document from the June 2019 session, published by AQA. All files are free to download as PDF — no account or payment required.

Also referenced as: 7516/1 · 75161 · AQA-75161-IN-JUN19 · AQA 7516 June 2019

After reviewing this document, explore the other papers from this session listed below. Pairing question papers with their mark schemes is the most effective way to prepare for your exam.

Use this resource alongside the question papers and mark schemes from the same session for comprehensive revision of AQA A Level Computer Science (7517).

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 2019

Browse all June 2019 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