Edexcel GCSE Computer Science

1.1.2: understand how to create an algorithm to solve a particular problem, making use of programming constructs (sequence, selection, iteration) and using appropriate conventions (flowchart, pseudo-code, written description, draft program code)

Keywords:
Problem Solving
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
Boolean expressionA question that has a True / False answer
ConventionsA way of describing an algorithm so that someone else can understand it (flowchart, pseudocode, written description or draft program code)
FlowchartA diagram showing how an algorithm flows between inputs, outputs, decisions and processes
IterationWhen an algorithm repeats one or more instructions multiple times.
Programming Constructsthe building blocks used in every programming language: sequence, selection and iteration
Pseudocodehuman readable code that describes how an algorithm works but can't be run by a computer
SelectionWhen an algorithm has to make a choice based on a boolean expression
SequenceWhen an algorithm does more than one instructions in a particular order
Written descriptionsentences that describe each step of how an algorithm works
Keyword games:
Resources: