Y7

5h: Trace variables within a sequence

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
inputthe data going into a program
outputthe end result of a program which is sent out to the user or a different device
processcalculations that are performed on data to turn it into useful information
sequencemore than one instruction which will be executed in a specific order when a program runs
traceworking out exactly what each instruction in a sequence of instructions will do by going through each one in order and seeing what would happen at each stage
variablea named location in memory which stores a value. The name stays the same but the value might change when a program runs.
Keyword games:
Resources: