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 combining software modules or components and testing them as a group to verify their interactions and functionality.
Boolean Expression
An expression that can either be true or false.
Alpha Testing
A type of software testing performed to identify and eliminate all possible issues before releasing the software to the end-users.
Walkthrough Testing
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.
Test Case
A specific set of inputs, conditions, and expected results used to determine whether a software system is functioning correctly.
Boundary Testing
A testing technique that focuses on testing the boundaries or limits of input values to uncover defects or errors.
Recursion
A function that calls itself during execution.
Breakpoint
A line of code that marks a specific point in the program where execution will pause for debugging purposes.
Condition
A boolean expression that determines whether a certain code block will be executed or skipped.
Test Coverage
The degree to which a software application or system has been tested, usually measured in terms of code coverage or functionality coverage.
Integration Testing