This study notes covers Memory Trick within Operators for GCSE Computer Science. Revise Operators in 3.2 Programming for GCSE Computer Science with 15 exam-style questions and 8 flashcards. This topic appears less often, but it can still be a useful differentiator on mixed-topic papers. It is section 5 of 7 in this topic. Use this study notes to connect the idea to the wider topic before moving on to questions and flashcards.
Memory Trick
DIV = Division without remainder (Integer result)
MOD = M for "Modulus" = M for "Made it into the remainder"
Practice questions for Operators
Which symbol is used as the equality comparison operator in OCR pseudocode?
Describe how each of the three Boolean operators AND, OR, and NOT work. Include when each returns TRUE.