Printable Loopcards | Edexcel IGCSE Computer Science | Edexcel IGCSE Computer Science

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

A set of instructions to solve a problem
What is the purpose of using binary to represent bitmap images?
Binary is used to represent bitmap images because it is the most efficient way to store and process digital data.
How does encryption protect data?
Encryption scrambles data, making it unreadable to anyone who does not have the key to decrypt it.
Why is appropriate naming convention important?
It helps to make code readable, understandable, and maintainable.
What is the binary representation of the denary number 74?
01001010
How do you declare a constant in Python?
Constants are usually declared with all capital letters and/or using the 'const' keyword.
What are the different types of operating systems?
The different types of operating systems are: Batch Operating System, Network Operating System, Real-Time Operating System, and Mobile Operating System.
What is the importance of IP addressing standards?
IP addressing standards help ensure efficient and organized communication among devices on a network.
When is data encryption necessary?
Data encryption is necessary when there is a risk of unauthorized access to sensitive information.
What is sequencing in programming?
Sequencing is the ordering of instructions or statements in a program.
What is an algorithm?