Computer Science, asked by manishapanigrahy878, 6 months ago

The error occur due to the meaningless statement in the program.

Syntax Error
Semantic Error
Type Error
Logical Error​

Answers

Answered by navneetsinghal
2

Explanation:

Syntax errors are mistakes in the source code, such as spelling and punctuation errors, incorrect labels, and so on, which cause an error message to be generated by the compiler. These appear in a separate error window, with the error type and line number indicated so that it can be corrected in the edit window.

Semantic-error definitions

Writing invalid program logic that produces incorrect results when the instructions are executed. ... A semantic error is also called a "logic error;" however, some programmers believe a logic error produces erroneous data, whereas a semantic error yields nothing meaningful at all.

The TypeError object represents an error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type. A TypeError may be thrown when: an operand or argument passed to a function is incompatible with the type expected by that operator or function

In computer programming, a logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally. A logic error produces unintended or undesired output or other behaviour, although it may not immediately be recognized as such

Hope that it will help you

Similar questions