On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
общая лексика
семантическая ошибка
ошибка в программе, не нарушающая правил синтаксиса языка программирования, например недопустимый символ в команде
антоним
общая лексика
логическая [смысловая] ошибка
ошибка, заставляющая программу вести себя не так, как от неё требуется, но обычно не вызывающая появления сообщения об ошибке или прекращения выполнения программы
Смотрите также
In computer programming, a logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash). A logic error produces unintended or undesired output or other behaviour, although it may not immediately be recognized as such.
Logic errors occur in both compiled and interpreted languages. Unlike a program with a syntax error, a program with a logic error is a valid program in the language, though it does not behave as intended. Often the only clue to the existence of logic errors is the production of wrong solutions, though static analysis may sometimes spot them.