Skip to content
MathsGenie logo
Open app

Course home

  1. GCSE
  2. Computer Science Edexcel
  3. Question bank

Computational thinking

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
Question 26

Sorting and searching are fundamental computational processes.

Complete the table by writing the name of a search algorithm and a sort algorithm that match the given characteristics.

Algorithm typeCharacteristicAlgorithm name
SearchDoes not require the dataset to be ordered
SortRepeatedly splits the dataset into individual sublists, then combines them back in order
[2]

Computational thinking Questions

  1. GCSE
  2. /Computer Science
  3. /Computational thinking