Edexcel GCSE Computer Science 2020

1.2.6: understand how standard algorithms (bubble sort, merge sort, linear search, binary search) work

Keywords:
Computational Thinking
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
adjacent valuesvalues which are next to each other
binary searchalgorithm used to find a value in a sorted list which works by repeatedly dividing the list in two after checking the middle value
bubble sortsimple but slow sorting algorithm that works by swapping pairs of adjacent values in a list
linear searchalgorithm used to find a value in any list which works by checking each value in order until it finds a match
merge sortcomplex but fast sorting algorithm that works by splitting a list of values into individual values then recombining them in order
standard algorithmstep by step instructions to sort or search through data
Keyword games:
Resources: