Not understanding library routines like DIV and ROUND
“Few candidates understood the purpose of DIV and ROUND. Candidates who understood the library routines were able to give a suitable example.”— 2210 Paper 2, May/June 2023
How to fix: Learn every pseudocode library routine in the syllabus insert: DIV (integer division, e.g. 7 DIV 2 = 3), MOD (remainder, e.g. 7 MOD 2 = 1), ROUND (rounds to specified decimal places), RANDOM, LENGTH, UCASE, LCASE, SUBSTRING. For each, memorise what it does, its syntax, and write a one-line example you can recall in the exam.