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 blueprint or template for creating objects in an object-oriented database, defining their common properties and behaviors.
Polymorphism
The ability of objects in an object-oriented database to take on multiple forms and exhibit different behaviors based on the context.
Aggregation
A special type of association in an object-oriented database where one object represents a collection of other related objects.
Object Oriented Database
A database that supports the modeling and creation of objects, including their properties, relationships, and methods.
Inheritance
A mechanism in object-oriented databases that allows classes to inherit properties and behaviors from other classes, forming a hierarchy.
Object
A fundamental unit in an object-oriented database, representing a specific instance of a class with its own properties and behaviors.
Encapsulation
The bundling of data and methods within a class in an object-oriented database, hiding the internal implementation details.
Association
A relationship between objects in an object-oriented database, typically represented by a reference or link between them.
Query Language
A language used to interact with an object-oriented database, allowing users to retrieve and manipulate data stored in objects.
Class