Quiz 2.3: Producing Robust Programs
Which type of input validation should be used to check a National Insurance number?
What is meant by code maintainability?
Which type of input validation is commonly used to verify the length of a password or username?
Which of the following is the primary purpose of input validation in computer programming?
Which type of error is caused by misspelling a variable name?
Which programming practice contributes to improved code maintainability?
A system processes postcodes. What type of validation should be used?
What is sanitisation?
When should comments not be added to code?
What is another name for final testing?