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

An algorithm designed to take advantage of parallel processing.
Fetch-Decode-Execute Cycle
The process by which the computer fetches an instruction from memory, decodes it, and then executes it.
Input
Data or information that is given to a system or process as an entry in order to generate an output.
Multi-Agent
A type of model that involves multiple autonomous entities or agents, each with their own goals and behavioral rules.
Sequential
A type of model in which tasks are performed one after the other in a linear order.
Execute
The last step in the instruction execution cycle, where the CPU carries out the instruction.
Data Bus
A bus in a computer architecture that is used to transmit data between the CPU and other hardware components.
Control Unit
The component of a CPU that manages the execution of instructions, coordinates the activities of the other components, and controls the flow of data within the CPU.
Abstraction
The process of simplifying complex systems or phenomena by focusing solely on the crucial details and disregarding irrelevant or unimportant aspects.
Von Neumann Architecture
A computer architecture where where programs and data are stored in the same memory and can be executed sequentially by the CPU
Parallel Algorithm