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 hierarchical data structure where each record has at most two children.
Value
The actual data or information stored within a field of a record in a records data structure.
Index
A data structure that improves the speed of data retrieval within a records data structure.
Linked List
A data structure that connects individual records in a linear order.
Records Data Structure
A data structure that allows you to store and organize multiple pieces of related information in a single unit.
Key
A unique identifier or label associated with a record in a records data structure.
Attribute
Another term for a field within a record in a records data structure.
Record
A solitary entity encompassed in a data structure that encompasses numerous fields or attributes.
Array
A fixed-size data structure that stores records data in contiguous memory locations.
Field
A specific piece of information within a record in a records data structure.
Binary Tree