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 software testing where the tester goes through the entire software application, step by step, to ensure that there are no defects or issues.
Type Check
A validation process to ensure that a value belongs to a specific data type.
Testing
The process of evaluating a program or system by running it and comparing its expected and actual outputs.
Pattern Check
Verification of whether a given input matches a specified pattern.
Presence Check
A type of data validation that ensures a value is provided and not left blank or empty.
Test Suite
A collection of test cases and test scenarios that are designed to test specific functionalities or features of a software product or system.
Statement
A line of code that performs a specific action or sequence of actions in a program.
Tracing
The act of recording the execution flow of a program, including function calls and parameter values, for debugging and analysis.
System Testing
The process of testing an integrated software system to evaluate its compliance with the specified system requirements.
Stack Trace
A report that displays the sequence of function calls that led to the current point of execution in a program.
Walkthrough Testing