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

The process of reducing the value of a variable by a fixed amount.
XOR
Only returns True if either operand is True, but not both.
Condition
A boolean expression that determines the execution path of a program.
>=
The '>=' Used to check if the left operand is greater than or equal to the right operand.
Nested If Statement
An if statement that is inside another if statement.
Not In
Used to check if a value does not exist in a sequence.
<=
Used to check if the left operand is less than or equal to the right operand.
Control Flow
The order of execution of a program's statements and instructions.
Multiplication Operator
The symbol (*) is employed to perform the operation of multiplying two values.
Break Statement
A statement used to exit a loop prematurely, without executing the remaining code.
Decrement