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 trying to access an index that is out of range for a sequence.
Pattern Check
Verification of whether a given input matches a specified pattern.
Memory Dump
A snapshot of a program's memory state at a particular point in time, allowing for inspection of variables and data structures.
Indentationerror
An error that occurs when there are issues with the indentation of the code.
Code Review
The process of manually examining source code to identify bugs, improve code quality, and share knowledge among team members.
Underflow Error
An error that occurs when a mathematical operation produces a result that is too small to be represented within the available memory or data type.
Verification Process
A series of steps performed to confirm the correctness and validity of data.
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.
Runtime Error
An error that occurs during the execution of a program, leading to abnormal termination or unexpected behavior.
Indexerror