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 that occurs when a program tries to access a null object or null reference.
Overflow Error
An error that occurs when a mathematical operation produces a result that is too large to be represented within the available memory or data type.
File Not Found
An error that occurs when a program tries to access a file that does not exist or cannot be found.
Index Out Of Bounds
An error that occurs when attempting to access an element outside the bounds of an array or collection.
Filenotfounderror
An error that occurs when a file that is being accessed is not found.
Indentationerror
An error that occurs when there are issues with the indentation of the code.
Indexerror
An error that occurs when trying to access an index that is out of range for a sequence.
Valueerror
An error that occurs when a function receives an argument of the correct type but with an inappropriate value.
Keyerror
An error that occurs when trying to access a key that does not exist in a dictionary.
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.
Null Pointer Exception