Quiz 2.3: Producing Robust Programs
What is the primary purpose of the try - except block in Python?
What is another name for final testing?
In Python, what is the purpose of a Try - Except block?
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?
What is the purpose of defensive design?
Which programming practice contributes to improved code maintainability?
What term describes the process of checking input data to ensure it falls within acceptable ranges or formats?
Which type of test data is of the wrong data type?
Which type of input validation should be used to check a National Insurance number?