Python for GCSE

3.1: understand the difference between syntax, logic and runtime errors

Keywords:
Debugging and data types
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
logic errortype of error which might not make the program crash but the program output may be unexpected because the programmer wrote the wrong instructions in code
runtime errortype of error which makes the program crash whilst it's running because it tries to do something impossible
syntax errortype of error which prevents code from running at all because the rules of the programming language have been broken
Keyword games:
Resources: