CBSE Class 11 Computer Science Question 108 of 173

Data Handling — Question 37

Back to all questions
37
Question

Question 37

Correct any false statements:

(a) Compile-time errors are usually easier to detect and to correct than run-time errors.

(b) Logically errors can usually be detected by the compiler.

Answer

(a) The statement is correct.

(b) The statement is incorrect. The correct statement should be:

Logical errors cannot be detected by the compiler.

Answer