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:
- Compile Time Errors (Syntax errors and Semantic Errors)
- Runtime Errors
- Logical Errors
Logical Errors are the most dangerous as they are hardest to prevent, find and fix.