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
Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
Now start joining each question on the right hand side of the card to the matching answer on the next card.
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.
A statement that is evaluated as either true or false
Integer
A data type that holds whole numbers (positive, negative, or zero) in Python.
Text file
A file that stores data in a format that can be read and edited using a text editor or word processor.
Program validation
The process of testing and verifying a program's functionality, reliability, usability, and security before it is released or deployed.
Binary Operator
An operator that operates on two operands
Global variables
Variables declared outside of any subprogram and can be accessed and modified from any part of the program.
Algorithm
A step-by-step procedure for solving a problem or achieving a goal in a computer program.
Object-oriented programming
A programming paradigm that uses objects to represent and interact with data and other objects, with an emphasis on encapsulation, inheritance and polymorphism.
Indentation
The use of spaces or tabs to visually indent code. Indentation makes the code more readable and helps others understand the structure of the code.
Syntax Error
A type of programming error that occurs when the code fails to follow the rules of the programming language, resulting in a compile-time error.