Vocab Bloom Hub

semantic error

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

翻译: 指程序或逻辑中语法正确但含义或预期操作有误的错误,会导致结果或行为不正确;在计算机领域常指语义错误,在逻辑和语言中也指意义层面的错误。

1 个条目

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.

  • 🇨🇳指程序或逻辑中语法正确但含义或预期操作有误的错误,会导致结果或行为不正确;在计算机领域常指语义错误,在逻辑和语言中也指意义层面的错误。
  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.

    🇨🇳代码中的逻辑或语义错误