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 repetitive execution of a sequence of code until a specific condition is met.
Syntax Error
An error in the syntax of a programming language that prevents the code from being parsed and executed.
File Not Found
An error that occurs when a program tries to access a file that does not exist or cannot be found.
Type Error
An error that occurs when an operation is performed on an object of an inappropriate type.
Checksum
A value calculated from data for error detection in order to verify the accuracy of the data.
Barcode Scanner
A device that captures and reads barcodes to retrieve encoded information.
Entry Verification
The process of checking the accuracy and integrity of entered data.
Final Value
The value of a variable at the end of a program or a specific section of code.
Value
A fundamental unit of data that can be manipulated and stored in a computer program.
Test Coverage
The degree to which a software application or system has been tested, usually measured in terms of code coverage or functionality coverage.
Iteration