Our site uses cookies. Some of the cookies we use are essential for parts of the site to operate and have already been set. You may delete and block all cookies from this site, but parts of the site will not work. To find out more about cookies on this website, see our Cookie Policy
Accept
© eRevision.uk and ZigZag Education 2025
This test is run by .
Note that your final mark will not be saved in the system.

Algorithms (2.1) Reorder

Target Level
4-5
Running Total
0
0%
Attempt
1 of 3

Drag and drop the boxes into the correct order.



  • Repeat the previous two steps until the value being searched for is found or the end of the list is reached
  • If the value being searched for has still not been found, then it is not in the list
  • Check the first element in the list
  • If the element is the same as the value being searched for, return the location of the element
  • Otherwise, if the element is not the same as the value being searched for, move on to check the next element if you have not reached the end of the list

This is your 1st attempt! The marking algorithm gives more marks for getting the right order first time.

Pass Mark
70%