Multiple Choice
Which of the following is an example of an error in input data?
A) a program encounters an instruction to divide by zero
B) an array subscript in a program goes out of range
C) an algorithm that converts a temperature in Celsius to Fahrenheit displays the wrong results
D) a program expects a positive number but reads -23
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Syntax errors are corrected during the maintenance
Q18: User-detected errors are corrected during the _
Q19: A(n)_ is a step-by-step specification of a
Q20: A module reacts to an exception that
Q21: What is the benefit of procedural abstraction?
Q23: Abstraction separates the purpose of a module
Q24: A top-down design identifies actions by focusing
Q25: A statement about a particular condition at
Q26: With _,objects can determine appropriate operations at
Q27: The data flow among the modules of