7516 · AQA AS Level
Computer Science 7516 Exam Tips
AQA AS Level Computer Science Paper 1 demands a unique blend of fast logical tracing and clean code modification under time pressure. Since you are given the Skeleton Program in advance, top-tier students study the code until they understand the data structure flow inside out. On…
Source: AQA
Papers
2
Total marks
150
Time limit
3h 15min
Grade scale
Additional note
Calculator policy
A scientific or graphical calculator that meets JCQ regulations may be used (some GCSE Mathematics and Science papers are non-calculator). Graphical calculators must be set to exam mode; you must clear any stored programs, notes or data before the exam, and the calculator must not be able to retrieve stored text or formulae.
2
Papers
6
Strategies
7
Mistakes
- AQA AS Level Computer Science Paper 1 demands a unique blend of fast logical tracing and clean code modification under time pressure. Since you are given the Skeleton Program in advance, top-tier students study the code until they understand the data structure flow inside out. One of the biggest traps in Section C is attempting to use high-level, language-specific built-in array methods (such as .pop(), .insert(), or .remove() in Python) to delete or insert instructions. The exam explicitly requires you to perform programmatic shifts within fixed-size simulated arrays. If you use a built-in shortcut, you risk losing both method and accuracy marks.
Tips are paraphrased for study purposes from exam structure data and marking patterns. Always verify against your official syllabus and mark scheme.