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

Swapping certain characters or substrings in a string with new ones.
Reusable Code
Code that can be used again in multiple programs or modules without having to rewrite it.
Library
A collection of subprograms that can be reused in multiple programs.
Function
A reusable block of code that performs a specific task and returns a value.
Library Functions
Predefined functions provided by a programming language or library for common tasks.
Runtime
The period during which a software application is executing and running on a computer system.
Framework Library
A software library that provides generic functionality and tools to help developers build applications within a specific framework.
Syntax Errors
Mistakes in the syntax of a programming language that prevent the code from being executed or compiled correctly.
Auto-Completion
A feature of IDEs that suggests possible completions or code snippets as you type, increasing programming efficiency.
Utility Library
A library that provides common functionalities or utility functions that can be used across different software applications.
Replacing