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 series of steps performed to confirm the correctness and validity of data.
Uniqueness Check
A process of verifying that an item is unique within a certain context.
Locking
A mechanism used to control concurrent access to data, preventing conflicts and ensuring data consistency.
Commit
The final step of a database transaction where all changes made within the transaction are permanently saved.
Foreign Key
A field in one table that refers to the primary key in another table.
Domain Integrity
The integrity constraints that enforce valid data entry for a given column, ensuring that values meet specified criteria.
Concurrency Control
Techniques and mechanisms used to manage the simultaneous execution of transactions without interference or inconsistency.
In-Memory Database
A database system that primarily relies on the main memory (RAM) of a computer for data storage, instead of traditional disk storage.
2Nd Normal Form
A database normalization process that ensures that non-key attributes are fully dependent on the primary key.
Flat File Database
A type of database that stores data in a plain-text file without a complex structure.
Verification Process