Validation Rules Python (A Level Taster Session)
This was used as tater lesson for year 10 students thinking of taking A Level computer science.
The task introduces students to what validation and verification is and its importance.
It provides 2 programs in Python which require validation rules to be applied to the user inputs.
The first program is very simple and needs a length check.
The second task is a larger program that uses a menu system with sub menus. It makes use of procedures and a 2D array to store usernames and passwords. The task requires students to validate this data when a user is registering. There is a challenge task for this too for higher ability students.
Python files for students to complete and the teachers answer file included.









