Quiz 2.3: Producing Robust Programs
Which type of test data is at the extreme ends of a range of acceptable data?
Which of the following is the primary purpose of input validation in computer programming?
What is the main purpose of performing a presence check?
Which type of test data is outside the limits of valid data
What type of input validation is used to ensure that a numerical input falls within a specific minimum and maximum value?
Which type of input validation checks if the entered data is a valid date, email address, or phone number?
Which type of test data should be accepted by the program?
Which type of error is caused by misspelling a variable name?
Which type of input validation is commonly used to verify the length of a password or username?
A system stores UK telephone numbers (e.g. 07321 123456). Which data type should be used?