Describe what is meant by a logic error (4 marks June 12)
Code can be compiled/executed…/follows the rules of 2
the language
… but does not perform the intended action/performs a
different action than intended
Suitable example / e.g. wrong mathematical operation
Describe what is meant by keyword? (2 marks, June 2011)
Words which are already used for a purpose within the language
A reserved word/ cannot be used as an identifier (for a variable, subroutine etc.)
Why is this keyword a violation to syntax error? (1 mark) June 2011
It breaks the rules of the language