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 (Theory): binary, hex, Boolean algebra and networking are the highest-frequency topics.
- 02Paper 2 (Problem Solving): write pseudocode in Cambridge style — use WHILE, FOR, IF/ENDIF.
- 03Trace tables: update EVERY variable on EVERY row — never skip.
- 04Boolean simplification: apply De Morgan's laws and draw logic gates from expressions.
- 05Networks: know bus, star, and mesh topologies with their advantages/disadvantages.