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

A type of data validation that verifies if a value falls on the lower or upper boundary of an acceptable range.
Condition
A boolean expression that determines whether a certain code block will be executed or skipped.
Typeerror
An error that occurs when an operation or function is applied to an object of inappropriate type.
Syntax Check
A type of data validation that examines the structure and format of data to ensure it adheres to predefined rules.
Recursion
A function that calls itself during execution.
Data Validation
Ensuring that data is accurate, complete, and fits the required format or rules.
Checksum Validation
Verifying the integrity of data by checking its calculated checksum.
Assertion
A statement in the code that checks if a given condition is true and throws an error if it is false, helping identify logical errors.
Usability Testing
A type of testing that assesses and validates how user-friendly and intuitive a software application or system is for end-users.
Value
A fundamental unit of data that can be manipulated and stored in a computer program.
Boundary Check