Exam Tips

Part of Operators · Section 6 of 7

Study NotesUnit: 3.2 ProgrammingGCSE

This study notes covers Exam Tips 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 6 of 7 in this topic. Use this study notes to connect the idea to the wider topic before moving on to questions and flashcards.

Exam Tips

  • DIV vs /: DIV gives integer, / gives real
  • MOD uses: Know how to check odd/even, extract digits
  • Common mistake: Using = instead of == for comparison

Practice questions for Operators

Which symbol is used as the equality comparison operator in OCR pseudocode?

  • A. =
  • B. ==
  • C. !=
  • D. :=
1 markfoundation

Describe how each of the three Boolean operators AND, OR, and NOT work. Include when each returns TRUE.

3 marksstandard

Quick recall flashcards

What does MOD do?
Returns the remainder after division
What does DIV do?
Integer division (discards remainder)

15 questions on Operators — practise free

Instant marking, adaptive difficulty and spaced-repetition flashcards — all aligned to your exam board.

Start revising free →