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 function that checks if a circular queue is full and unable to add more elements.
Priority Queue
A data structure that allows insertion and deletion of elements with different priorities.
Head
An alternate term for the front pointer of a circular queue.
Peek
The process of accessing the element with the highest priority in a priority queue without removing it.
Circular Queue
A FIFI data structure, with wraparound code forming a circular arrangement.
Rear Pointer
A pointer that indicates the rear (or last) element of a circular queue.
Isfull