KS3 Computing

CS06: make appropriate use of data structures [for example, lists, tables or arrays]

Keywords:
Computer Science
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
booleana data type which describes either True or False
data structurea special type of variable which can store more than one value (e.g. a list)
data typewhat sort of value is stored in a variable (e.g text, number or boolean)
identifierthe name of a variable
integera data type which describes a whole number (e.g. 1, 2 or 3 but not 1.34)
lista data structure which can store multiple values in a specific order
naming conventionthe set of rules a programmer should follow when choosing variable names
stringa data type which describes text e.g. "Hello" or "123!"
valuethe data stored inside a variable
variablea named location in memory which can store a value
Keyword games:
Resources: