Quiz 2.3: Producing Robust Programs
What is the purpose of defensive design?
Which type of error is present in the Python code below?
Python code
What is authentication?
A system asks a user to enter a number between 1 and 100. Which of the following entries is erroneous?
What is meant by code maintainability?
Which type of input validation should be used to check a National Insurance number?
Which of the following is the primary purpose of input validation in computer programming?
In Python, what is the purpose of a Try - Except block?
Which type of input validation should be used to check that an email address contains an @ symbol?
What is another name for final testing?