Which of these is not a type of error that can occur within modules?
-
Single error
-
Arithmetic error
-
Control logic error
-
Comparison error
A
Correct answer
Explanation
Common module errors in programming include arithmetic errors (calculation mistakes), control logic errors (flawed conditionals or loops), and comparison errors (incorrect relational operations). 'Single error' is not a standard category of programming errors - it's not a recognized type of module error.