AQA GCSE Computer Science (8525)Specification point 3.2.11

AQA 8525 3.2.11: Robust and secure programming

The free BugBot lessons that teach this point, a robot to try it on, and the past-paper questions that test it.

Lessons that teach it

  1. F1.4 Errors: syntax, runtime and logic Programming basics
    Reading an error message, and the three kinds of error by their exam names.
  2. F6.1 Defensive design and validation Robust programs
    Anticipating misuse; presence, type, range, length, format and look-up checks.
  3. F6.2 Authentication Robust programs
    Usernames and passwords, limiting attempts, and stronger ways to prove who someone is.
  4. F6.3 Testing and test data Robust programs
    Iterative and final testing; normal, boundary, invalid and erroneous data; test plans in code.
  5. F6.4 Debugging logic errors Robust programs
    Finding the mistake that gives no message: watching, printing, stepping and common bugs.

Try it on a robot

The task from F1.4 Errors: syntax, runtime and logic, running here. Change the program and press Run.

Past paper questions on this

Real exam questions that test this, each worked through with a program you can run.

The specification is AQA's own document; this page says which of our lessons teach point 3.2.11 and is not endorsed by the board.