Skip to content
MathsGenie logo
Open app

Course home

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

Computational thinking

EasyMediumHard
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
Question 24

An automated laboratory system uses a bubble sort to arrange a series of fluid viscosity measurements, in mPa⋅s\text{mPa}\cdot\text{s}mPa⋅s, in ascending order:

[1.45, 0.82, 2.11, 0.35, 1.90, 1.12, 0.95] [1.45,\, 0.82,\, 2.11,\, 0.35,\, 1.90,\, 1.12,\, 0.95] [1.45,0.82,2.11,0.35,1.90,1.12,0.95]

State the condition that determines when the bubble sort algorithm has completed and can terminate.

[1]

Computational thinking Questions

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