What are loop cards?

Loop cards are a great game that can be played individually or as a class. They are perfect for review key vocabulary or questions at the end of a topic or when revising for an exam.

Instructions

  1. Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
  2. Now start joining each question on the right hand side of the card to the matching answer on the next card.
  3. Carry on until all the cards loop together and you have competed the game!

Hint: Make sure that you set your paper to portrait to print 4 cards per sheet of A4 paper.

Edit Vocab

It is the point in the search interval that divides it into two equal halves.
Efficiency
The speed and effectiveness with which a task is completed, measured in terms of time and resources used.
Unordered
A list that is not sorted according to any specific criterion.
Worst Case
The scenario in which an algorithm takes the most amount of time to solve a given problem.
Average Case
The scenario in which an algorithm takes an average amount of time to solve a given problem.
Comparisons
The number of times two elements are compared during the sorting process.
Sorted Array
It is an array where the elements are arranged in increasing order.
Best-Case Scenario
The scenario in which an algorithm takes the shortest time to complete.
Big-O Notation
A mathematical notation used to describe the upper bound of the time complexity of an algorithm as the input size approaches infinity.
Big O Notation
A mathematical notation used to describe the time complexity of an algorithm.
Mid-Point