Edexcel GCSE Computer Science 2020

1.2.2: understand the need for and be able to follow and write algorithms that use variables and constants and one- and two-dimensional data structures (strings, records, arrays)

Keywords:
Computational Thinking
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
algorithmstep by step instructions to solve a problem
constantnamed value which doesn't change while a program runs
data structurea variable which stores multiple values (e.g. string, record or array)
indexa number used to specify the position of data within an array or string
one-dimensional arraya type of data structure which stores multiple values of the same data type in order
recorda type of data structure which stores a sequence of items with different data types
stringa type of data structure which uses multiple characters to store text
two-dimensional arraya type of data structure which stores multiple values of the same data type in a table
variablenamed memory location used to store a value which can change while a program runs
Keyword games:
Resources: