Edexcel GCSE Computer Science 2020

6.4.3: understand the need for and be able to write programs that implement validation (length check, presence check, range check, pattern check)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
input datathe values that are sent into a program (e.g. from the user or a file)
length checktype of validation that checks the number of characters in input data
pattern checktype of validation that checks that input data matches a specific sequence of letters, symbols or digits
presence checktype of validation that checks to see if input data is empty or not
range checktype of validation that checks that input data is between minimum and maximum values
validationchecking data (often user input) to see if it is suitable to be processed by a program
Keyword games:
Resources: