Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Develop code

EasyMediumHard
123456789101112131415161718192021222324252627
Question 25

Each parking permit at a college has a unique identifier. The identifier must be made up of exactly three digits, followed by a forward slash, and then a single letter.

123/A, 045/x, and 981/Z are examples of valid permit identifiers.

Complete the table to show two additional validation tests and a piece of invalid data that would fail each test.

Validation testInvalid data
Is forward slash included?123A
[4]

Develop code Questions

  1. IGCSE
  2. /Computer Science
  3. /Develop code