Y7

6b: Detect and correct errors in a program (debugging)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
algorithmstep by step instructions which describes how to solve a problem (which may or may not be able to run on a computer)
buga problem with code which makes the program not work as it should
debugfinding and fixing errors in code to make the program work properly
programan algorithm that is entered into a computer so that it can be executed
tracestepping through each line of code to see what happens
variablea named location in memory which stores a value. The value can change when the program runs but the name stays the same.
Keyword games:
Resources: