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 fixed time unit allocated to each process in a Round Robin scheduling algorithm.
Preemption
The act of temporarily suspending a process's execution to allow another process to run.
Non-Preemptive
A type of scheduling where a task cannot be interrupted and must complete its execution before another task can be executed.
Scheduling
The process of determining the order in which tasks are executed by a computer system.
Preemptive
A type of scheduling where a task can be interrupted and moved out of the CPU before it has completed its execution.
Waiting Time
The total time a process spends waiting in the ready queue before being executed.
Backfilling
A scheduling technique where a job is allowed to run if resources become available before its designated start time.
Task
A unit of work or activity that needs to be executed by a computer system.
Starvation
A situation where a process is denied CPU time due to the presence of higher priority processes.
Round Robin Process Scheduling
A scheduling algorithm where each process is assigned a fixed time unit or quantum to execute before moving on to the next process in a circular manner.
Time Quantum