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 table used to track the values of variables, expressions, and statements as a program is executed.
Checksum
A value calculated from data for error detection in order to verify the accuracy of the data.
Validation
The process of ensuring that data is accurate, consistent, and complies with predefined rules.
Syntax Check
A type of data validation that examines the structure and format of data to ensure it adheres to predefined rules.
Test Plans
A detailed document that outlines the approach, objectives, and scope of testing for a particular software product.
Black Box Testing
A testing technique that focuses on the functionality and behavior of a software system without examining its internal code structure.
Unit Testing
The practice of testing individual software components, such as functions or methods, to ensure their correctness.
Verification Process
A series of steps performed to confirm the correctness and validity of data.
Pattern Check
Verification of whether a given input matches a specified pattern.
Test Coverage
The degree to which a software application or system has been tested, usually measured in terms of code coverage or functionality coverage.
Trace Tables