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 symbol (-) is utilized to deduct one value from another.
Iteration
Repetition refers to the process of executing a block of code or a set of instructions repeatedly.
Scope
The limit of accessibility and visibility of a variable
!=
Used to check if two values are not equal.
Switch Statement
A control structure that selects one of many code blocks to be executed.
Condition
A boolean expression that determines the execution path of a program.
Logical Operators
operators used in programming to manipulate Boolean values
Type Inference
Automatic variables in programming languages can ascertain their data type by analyzing their value.
Control Flow
The order of execution of a program's statements and instructions.
Loop
In programming, a control structure enables the recurring execution of a block of code until a specific condition is satisfied.
Subtraction Operator