Year
Session
SessionPaperQuestion paperMark scheme
Links open public archives in a new tab. A dash means that matching file is not present in this catalog.
Exam tips for Computer Science
- 01Paper 1: 2's complement, floating point, Unicode — all tested annually.
- 02Paper 2: OOP — write pseudocode for classes, inheritance, and polymorphism.
- 03Paper 3: file handling, queues, stacks, linked lists — draw diagrams while solving.
- 04Paper 4 (Practical): test your code in a real IDE — Cambridge accepts VB and Python.
- 05Big-O: compare sorting algorithms — bubble O(n²), merge sort O(n log n), binary search O(log n).