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 test where the program is run with sample data to verify the correctness of its logic.
Regression Testing
The practice of retesting previously tested software to ensure that changes or fixes have not introduced new defects or regression bugs.
Beta Testing
A type of software testing performed by end-users before the final release of the software to ensure its reliability and usability.
Stub Testing
A testing technique where specific code segments or modules are replaced with placeholder code to simulate the behavior of dependent components.
White Box Testing
A testing technique that examines the internal code structure of a software system to identify any defects or vulnerabilities.
Black Box Testing
A testing technique that focuses on the functionality and behavior of a software system without examining its internal code structure.
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.
Integration Testing
The process of combining software modules or components and testing them as a group to verify their interactions and functionality.
Test Case
A specific set of inputs, conditions, and expected results used to determine whether a software system is functioning correctly.
Unit Testing
The practice of testing individual software components, such as functions or methods, to ensure their correctness.
Dry Run Testing