Edexcel GCSE Computer Science 2020

6.3.1: be able to write programs that make appropriate use of primitive data types (integer, real, Boolean, char) and one and two-dimensional structured data types (string, array, record)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
arraydata structure which stores a fixed number of values of the same data type arranged in order
booleanTrue or False
charindividual letter, symbol or digit
integera whole number
listdata structure which can grow or shrink to store as many values as required, keeping them in order
primitive data typethe type of data for a variable or constant which holds an individual value
reala number with a decimal point
recorddata structure which stores multiple values of different data types arranged in order
stringdata structure which stores multiple characters arranged in order
structured data typethe type of data for a variable or constant which holds multiple values
Keyword games:
Resources: