CBSE Class 11 Computer Science Question 107 of 173

Data Handling — Question 36

Back to all questions
36
Question

Question 36

What are main error types? Which types are most dangerous and why?

Answer

The types of errors are:

  1. Compile Time Errors (Syntax errors and Semantic Errors)
  2. Runtime Errors
  3. Logical Errors

Logical Errors are the most dangerous as they are hardest to prevent, find and fix.

Answer