Quiz 2.3: Producing Robust Programs
Which type of testing takes place when all components are completed?
A system stores UK telephone numbers (e.g. 07321 123456). Which data type should be used?
Which type of test data is outside the limits of valid data
What is the primary purpose of the try - except block in Python?
What is authentication?
What is sanitisation?
Which type of input validation is commonly used to verify the length of a password or username?
A system stores a user's age (e.g. 14). Which data type should be used?
What is the purpose of range validation?
Which programming practice contributes to improved code maintainability?