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.
Digital Technologies Convict Crime and Punishment
In a previous post, we discussed the integration of the Digital Technologies subject into Queensland schools. Just to refresh your memory on the subject, the Digital Technologies subject has a discrete curriculum, meaning that it is its own subject, complete with its own activities and learning outcomes. Part of the aims of the subject are to cover important concepts, such as algorithms and branching (also known as decision making).
Loving text editors especially Notepad
Transforming my son’s screen time one coding class at a time!
Managing my son’s screen time and online gaming has (so far) been my biggest everyday parenting challenge. I’ve set time limits. I’ve ensured he does other activities before screen is allowed. And I’ve ‘Mum-splained’ many times that the TV and iPad do not count as a ‘screen break’ from his computer. He also does a number of sports. I have every strategy going, and yet screen time still feels like an ongoing negotiation, requiring energy I don’t have. He is nearly ten and he is exceptionally persistent when it comes to computers.
Variables and how to use them in Scratch
Variables are so important because they allow us to hold a bit of information in a 'container' so that it an be edited and used multiple times in our code. Come check out how to use them in Scratch and find out more about the ins and outs of variables!
Programming Pepper, the friendly humanoid robot
This week at the Pepper Studio, in Brisbane, we held a 5 day Pepper workshop. In this workshop, the kids learned how to use Choregraphe software to create programs for Pepper with both drag and drop code and python.