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

A searching algorithm that divides a sorted array or list into halves, discarding the half that's known to not contain the target element.
Test Coverage
The degree to which a software application or system has been tested, usually measured in terms of code coverage or functionality coverage.
Type Error
An error that occurs when an operation is performed on an object of an inappropriate type.
Underflow Error
An error that occurs when a mathematical operation produces a result that is too small to be represented within the available memory or data type.
Syntax Error
An error in the syntax of a programming language that prevents the code from being parsed and executed.
Typeerror
An error that occurs when an operation or function is applied to an object of inappropriate type.
Syntax Check
A type of data validation that examines the structure and format of data to ensure it adheres to predefined rules.
Boundary Check
A type of data validation that verifies if a value falls on the lower or upper boundary of an acceptable range.
Zerodivisionerror
An error that occurs when trying to divide a number by zero.
Test Case
A specific set of inputs, conditions, and expected results used to determine whether a software system is functioning correctly.
Binary Search