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 providing a variable with a specific value.
Is
Used to check if two variables refer to the same object in memory.
AND
Operator which only returns True if both operands are True.
Default Case
A case in a switch statement that is executed when none of the other cases match.
Global Variable
A variable that can be accessed and modified from any part of a program.
Variable
A named storage location in a computer's memory that can hold a value
While Loop
A definite iteration construct is employed as a means of repeating a block of code until a specified condition is no longer true.
Logical Operators
operators used in programming to manipulate Boolean values
Scope
The limit of accessibility and visibility of a variable
Break Statement
A statement used to exit a loop prematurely, without executing the remaining code.
Assignment