Input/output

EasyMediumHard
123456789101112131415
Question 8
Easy

An automated drone registration portal requires users to input:

  • The maximum takeoff weight (MTOW) of the drone in kilograms (must be between 0.25 kg and 25 kg).
  • A unique operator ID, which must consist of exactly 3 letters followed by 5 numbers (e.g., FLY10293).
a.

Identify and describe a validation check that can be used on the maximum takeoff weight input to ensure the data is sensible.

[2]
b.

Identify and describe a validation check that can be used on the unique operator ID input to ensure the data is sensible.

[2]

Input/output Questions

  1. GCSE
  2. /Computer Science
  3. /Input/output