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 final phase of software testing where a system is evaluated for its acceptance by the end users or stakeholders.
Tracing
The act of recording the execution flow of a program, including function calls and parameter values, for debugging and analysis.
Schema Validation
Ensuring that data follows a defined structure or schema.
Test Scenario
A sequence of test steps that represent a particular usage or workflow of a software application or system.
Indentationerror
An error that occurs when there are issues with the indentation of the code.
Boundary Testing
A testing technique that focuses on testing the boundaries or limits of input values to uncover defects or errors.
Logic Error
An error in the logic or algorithm of a program that causes incorrect results or unexpected behavior.
Presence Check
A type of data validation that ensures a value is provided and not left blank or empty.
Binary Search
A searching algorithm that divides a sorted array or list into halves, discarding the half that's known to not contain the target element.
Stepping
The process of executing a program one line or instruction at a time, allowing for detailed inspection and analysis of its behavior.
Acceptance Testing