CBSE Class 12 Computer Science
Question 1 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Computer Science (083) — Question 1
Back to all questionsFalse
Reason — The Python interpreter handles syntax errors during code execution, but it does not handle logical errors. Logical errors, also known as semantic errors, occur when the code is syntactically correct but does not produce the expected output due to incorrect logic or algorithm. These types of errors are caught during the testing and debugging phase, not during code execution by the interpreter.