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 during the execution of a program, leading to abnormal termination or unexpected behavior.
Indentationerror
An error that occurs when there are issues with the indentation of the code.
Keyerror
An error that occurs when trying to access a key that does not exist in a dictionary.
Indexerror
An error that occurs when trying to access an index that is out of range for a sequence.
Arithmetic Error
An error that occurs during arithmetic operations, such as division by zero or overflow/underflow.
Typeerror
An error that occurs when an operation or function is applied to an object of inappropriate type.
Logic Error
An error in the logic or algorithm of a program that causes incorrect results or unexpected behavior.
Syntax Error
An error in the syntax of a programming language that prevents the code from being parsed and executed.
Null Pointer Exception
An error that occurs when a program tries to access a null object or null reference.
Type Error
An error that occurs when an operation is performed on an object of an inappropriate type.
Runtime Error