Y7

5i: Make a sequence that includes a variable

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
assignset or change the value of a variable
decrementdecrease the value of a variable by one
identifierthe name of a variable
incrementincrease the value of a variable by one
sequencemore than one instruction that will be executed in a specific order when a program runs
valuethe data that is stored in a variable
variablea named location in memory that can store a value. The value might change when a program runs but the name stays the same.
Keyword games:
Resources: