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

An error in the logic or algorithm of a program that causes incorrect results or unexpected behavior.
Null Pointer Exception
An error that occurs when a program tries to access a null object or null reference.
Keyerror
An error that occurs when trying to access a key that does not exist in a dictionary.
Index Out Of Bounds
An error that occurs when attempting to access an element outside the bounds of an array or collection.
Runtime Error
An error that occurs during the execution of a program, leading to abnormal termination or unexpected behavior.
Indexerror
An error that occurs when trying to access an index that is out of range for a sequence.
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.
Arithmetic Error
An error that occurs during arithmetic operations, such as division by zero or overflow/underflow.
Filenotfounderror
An error that occurs when a file that is being accessed is not found.
Logic Error