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 process of organizing data in a database to reduce redundancy and improve data integrity.
Atomic Values
Indivisible data elements that cannot be further decomposed, ensuring data integrity and reliability.
1St Normal Form
A database normalization process that eliminates duplicate data and ensures data is stored in a tabular format with atomic values.
Data Redundancy
When the same data is stored in multiple locations, leading to inconsistency and inefficiency in database management.
2Nd Normal Form
A database normalization process that ensures that non-key attributes are fully dependent on the primary key.
Dependency
The relationship between attributes where one attribute's value is based on another attribute's value.
3Rd Normal Form
A database normalization process ensures all attributes are dependent only on the primary key and not on other non-key attributes.
Primary Key
A unique identifier for each record in a database table that helps ensure data integrity and facilitates data retrieval.
Normalization