Python for GCSE

5.3: be able to determine what value a variable will hold at a given point in a program (tracing)

Keywords:
Iteration
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
tracestep through a program one line at a time
trace tablea table used to record how the value of each variable changes as a program runs through each line of code
valuea piece of data that can be stored in a variable
variablea memory location with a name that can store an individual value
Keyword games:
Resources: