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 testing technique that focuses on the functionality and behavior of a software system without examining its internal code structure.
Uniqueness Check
A process of verifying that an item is unique within a certain context.
Initial Value
The value of a variable at the beginning of a program or a specific section of code.
Stub Testing
A testing technique where specific code segments or modules are replaced with placeholder code to simulate the behavior of dependent components.
Syntax Check
A type of data validation that examines the structure and format of data to ensure it adheres to predefined rules.
System Testing
The process of testing an integrated software system to evaluate its compliance with the specified system requirements.
Zerodivisionerror
An error that occurs when trying to divide a number by zero.
Debugging
The process of finding and fixing errors or bugs in a program.
Test Execution
The process of running the test cases and test scenarios using the specified test data and recording the results.
Stepping
The process of executing a program one line or instruction at a time, allowing for detailed inspection and analysis of its behavior.
Black Box Testing