Skip to content
MathsGenie logo
Open app

Course home

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

Computational thinking

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
Question 23

A logistics analyst is using a bubble sort algorithm to arrange a batch of package weights, in kilograms, into ascending order. The initial unsorted list of weights is:

[14.2,5.8,12.1,19.5,3.4,8.9,11.0,7.3,15.6,2.1,9.4] [14.2, 5.8, 12.1, 19.5, 3.4, 8.9, 11.0, 7.3, 15.6, 2.1, 9.4] [14.2,5.8,12.1,19.5,3.4,8.9,11.0,7.3,15.6,2.1,9.4]

State the number of comparisons made during the first pass of the algorithm.

[1]

Computational thinking Questions

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