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 number that identifies the position of an item in an array.
String
A data type that represents a sequence of characters.
Body
The part of a subprogram that contains the actual code that performs the task specified in the header.
Reverse
A string with the order of its characters reversed.
Greater than or equal to (>=)
A relational operator used to compare two values to determine if one is greater than or equal to the other.
Boolean
A data type that can have one of two values: true or false.
User Input
The data entered into a program by the user during its execution.
Sanitization
The process of cleaning user inputs to prevent code injections and other malicious attacks.
User Input
Data provided by a user that is used by a program to make decisions or perform actions.
Command Sequences
A series of program statements or instructions that are executed one after the other. These can be used to carry out a set of operations or calculations.