OCR GCSE Computer Science > Syntax and Logic Errors [2.3] > Flashcards
What is syntax?
Syntax is the spelling and grammar of a programming language.
What is a syntax error?
Syntax error is when there is a spelling/grammatical error in the program, or incorrectly named/spelled variables.
What is a logic error?
Logic errors occur when there is a fault in the logic or structure of the problem.