Quiz 2.3: Producing Robust Programs
Which type of test data is outside the limits of valid data
Which of the following is the primary purpose of input validation in computer programming?
Which type of input validation should be used to check a National Insurance number?
What type of input validation is used to ensure that a numerical input falls within a specific minimum and maximum value?
Which type of test data is of the wrong data type?
What is meant by code maintainability?
Which programming practice contributes to improved code maintainability?
What is an exception?
Which type of input validation should be used to check that an email address contains an @ symbol?
When user input fails a validation check, what should be included in the failure message?