10Medium
0/1

An automated quality-control system records the thickness of seven glass panels in millimetres as follows:

| 8.1 | 1.2 | 5.4 | 9.3 | 2.7 | 6.5 | 3.8 |

A bubble sort is used to sort this list of measurements into ascending order.

State the number of swaps that will be made during the first pass of the algorithm.

[1]
PreviousNext

Computational thinking Questions

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