Question 1
Which of the following is a common technique used to identify and correct syntax errors in a program?
Question 2
Which of the following is most suitable for handling an unexpected file not found error in a Python program?
Question 3
Which of the following best describes the concept of 'defensive programming' in the context of error handling?
Question 4
Which of the following statements about testing is true?
Question 5
Which of the following is an example of an assertion that could be used in a test to check for a division by zero error?