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 component responsible for executing the instructions contained in loaded classes.
Security Manager
A feature that enforces access controls during code execution to protect the system from untrusted code.
JIT Compiler
A component that improves the performance of Java applications by compiling bytecode into native machine code at runtime.
Bytecode
A compiled version of Java source code designed to be executed by the Java Virtual Machine.
Platform Independence
The ability of a program to run on different operating systems without modification.
Stack
A data structure used by the Java Virtual Machine to manage method calls and local variables.
Garbage Collection
An automatic memory management process that reclaims memory occupied by objects that are no longer in use.
Classloader
A subsystem that is responsible for loading class files into the Java Virtual Machine.
Execution Engine