Edexcel GCSE Computer Science

2.1.6: be able to determine what value a variable will hold at a given point in a program (trace table)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
BooleanTrue or False
CharacterSingle letter, digit or punctuation mark (e.g. !)
Data typeInteger, boolean, real, character or string
Debugfind and fix an error in code
Integera whole number (e.g. 1)
RealDecimal number (also known as float) (e.g. 1.432)
Steprun just one line of code and see what happens
StringZero or more characters stored in order (e.g. "hello 123")
Trace tableshows the values stored in each variable after running each line of code in an algorithm or program
Valuethe data stored in a variable
Variabledata structure with a name. Used to store a value that can change when the program runs
Keyword games:
Resources: