
Lists in coding
What are lists?
To give you the short answer, lists are places where you can store information, just like variables. However, there is one key difference between lists and variables; variables can only store one piece of information at a time, whereas lists can store multiple bits of information at a time.

Variables and Data Types
You may have seen the terms variables and data types being thrown around here and then, but what exactly do they mean? Why do you keep hearing about them? How are they relevant to Scratch? Let's find out!

Demo Day at St Catherine's
We finished Term 2 of Coding Kids at St Catherine's Primary School in Wishart. On the final day of the program students were asked to present their favourite Scratch project that they have made. This is known as Demo Day.

Booleans in Scratch
What are Booleans, and what are they used for? Let's find out!

Events in coding
What's an "event"? What does it mean in the context of programming, and what do we use them for? Let's find out!

Control flow
What do we mean by the term "control flow"? What are loops and decision-making statements, and what do we use them for? Let's find out!