Multiple choice

Which of these is not a type of error that can occur within modules?

  1. Single error

  2. Arithmetic error

  3. Control logic error

  4. Comparison error

Reveal answer Fill a bubble to check yourself
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.