Vocab Bloom Hub

semantic error

/sɪˈmæntɪk ˈerər/

Übersetzung: Ein Fehlertyp in der Programmierung oder Logik, bei dem die Syntax korrekt ist, aber die Bedeutung oder die beabsichtigte Operation falsch ist, was zu falschen Ergebnissen oder Verhalten führt.

1 Eintrag

phrase

C1formalcommonIT/sɪˈmæntɪk ˈerər/

A type of error in programming or logic where the syntax is correct but the meaning or intended operation is wrong, leading to incorrect results or behavior.

  • 🇩🇪Ein Fehlertyp in der Programmierung oder Logik, bei dem die Syntax korrekt ist, aber die Bedeutung oder die beabsichtigte Operation falsch ist, was zu falschen Ergebnissen oder Verhalten führt.
  1. Logic or meaning mistake in code B2 formal

    An error in a computer program that occurs when the code is syntactically correct but does not do what the programmer intended, due to a flaw in the logic or meaning.

    • The program compiled without errors but produced wrong results because of a semantic error.
    • A semantic error can be harder to find than a syntax error.
    • He spent hours debugging a semantic error in the loop condition.

    🇩🇪Logischer oder semantischer Fehler im Code