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

An error that occurs when a file that is being accessed is not found.
Stepping
The process of executing a program one line or instruction at a time, allowing for detailed inspection and analysis of its behavior.
System Testing
The process of testing an integrated software system to evaluate its compliance with the specified system requirements.
Test Data
The data used to execute test cases and verify the behavior and correctness of a software application or system.
Uniqueness Check
A process of verifying that an item is unique within a certain context.
Variable Watch
A feature in debugging tools that allows programmers to monitor the value of specific variables as the program executes.
Code Review
The process of manually examining source code to identify bugs, improve code quality, and share knowledge among team members.
Stub Testing
A testing technique where specific code segments or modules are replaced with placeholder code to simulate the behavior of dependent components.
Memory Dump
A snapshot of a program's memory state at a particular point in time, allowing for inspection of variables and data structures.
Boundary Check
A type of data validation that verifies if a value falls on the lower or upper boundary of an acceptable range.
Filenotfounderror