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

An error that occurs when a mathematical operation produces a result that is too large to be represented within the available memory or data type.
White Box Testing
A testing technique that examines the internal code structure of a software system to identify any defects or vulnerabilities.
Expression
A combination of values, variables, and operators that can be evaluated to produce a result.
Condition
A boolean expression that determines whether a certain code block will be executed or skipped.
Type Check
A validation process to ensure that a value belongs to a specific data type.
Code Review
The process of manually examining source code to identify bugs, improve code quality, and share knowledge among team members.
Boundary Check
A type of data validation that verifies if a value falls on the lower or upper boundary of an acceptable range.
Dry Run Testing
A test where the program is run with sample data to verify the correctness of its logic.
Stepping
The process of executing a program one line or instruction at a time, allowing for detailed inspection and analysis of its behavior.
Syntax Error
An error in the syntax of a programming language that prevents the code from being parsed and executed.
Overflow Error