Edexcel GCSE Computer Science

1.1.5: understand how to identify and correct errors in algorithms

Keywords:
Problem Solving
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
Logic erroran error that occurs when an algorithm does exactly what it's told to do, but it's been told to do the wrong thing (e.g. repeat too many times)
Runtime erroran error that occurs after the code has started running but when it attempts to do something impossible (e.g. opening a file that doesn't exist)
Syntax erroran error that prevents the code from running at all because the code doesn't meet the rules of the programming language (e.g. missing brackets)
Keyword games:
Resources: