Search results

Refine by learning area


Refine by topic

Related topic
Online

Creating a worm farm

Food and gardening scraps thrown into household bins becomes landfill. When food waste breaks down in landfill, it emits greenhouse gases including methane gas which traps heat in our atmosphere. Diverting this organic waste from landfill and into a worm farm or composting system is great for your garden and for our planet. ...

Online

Creating an Indigenous plant-use garden: resources from the bush

For thousands of years, First Nations peoples across Australia have been using plants for many different purposes. Plants are used for food, fibre, shelter, medicine, tools and utensils, hunting, music and ceremony. Everything they needed to survive comes from the land. Outcomes of this learning activity are for learners ...

Online

Data compression

Students will learn how the information in a pixel can be manipulated to change the image, and apply a bitmask filter to an image to remove some information and reduce the memory size of the file. Finally, students will modify the filter to find a balance between quality and small file size. Based on the original lessons ...

Online

Visual to text coding: Lesson 8

This is the eighth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It brings together skills from the previous lessons to design and develop a Higher Lower game, where the player tries to guess ...

Online

Visual to text coding: Lesson 2

This is the second in a series of lessons to transition from visual coding to text-based coding with a general-purpose programming language. This lesson may take two to three 45-minute periods. It introduces how to make decisions (branching) and identify data types.

Online

Habits of a Systems Thinker

This lesson introduces some of the skills and concepts involved with Systems Thinking. Students are introduced to a number of Habits of a System Thinker, positive and negative feedback loops and the concept of supra- and subsystems.

Online

Data bias in AI

Artificial intelligence can sometimes be biased to certain shapes or colours. When such AI systems are applied to situations that involve people, then this bias can manifest itself as bias against skin colour or gender. This lesson explores bias in AI, where it comes from and what can be done to prevent it.

Online

Visual to text coding: Index page

This lesson sequence provides a bridge between visual coding (eg. Scratch) and General Purpose Programming languages (eg. Python or JavaScript). This resource is most suitable if you have never done General Purpose Programming and/or you benefit from slow-paced, step-by-step video tutorials.

Online

Weather forecast from the stratosphere

This lesson sequence is designed to introduce students to data analysis using a spreadsheet such as MS Excel. The project is based on a real world problem and a real data set from a weather balloon launched in Australia earlier this year. The project consists of 5 lessons of variable length, each with a different focus. ...

Online

Sphero Invent a Game

This lesson will explore how to program the Sphero using functions and show the benefits of decomposing the behaviour of the Sphero into functions, instead of writing line by line repeated behaviours. This lesson idea was created by Celia Coffa.

Online

Game design

This sequence of lessons integrates game design using scratch and a Makey Makey programming board.

Online

Turtles: impact of climate change on Flatback turtle populations

The lesson follows an inquiry process in which students use a dataset to answer relevant questions about the turtle population. They consider how to analyse and display the data in order to effectively examine the impact of rising global temperatures on flatback turtle populations.

Online

Mathematical modelling (Number): Year 8 – planning tool

This planning resource for Year 8 is for the topic of Mathematical modelling. Students use their knowledge and show proficiency in solving problems with rational numbers. They will apply efficient strategies and use digital tools such as a calculator, where appropriate and verify solutions to various problems.

Online

Light up soft toy with LilyPad

This project will explore two ways of controlling the flow of current to a LED using a button and switch. No programming is initially expected in this project, however once students are comfortable with connecting or sewing their circuits and attaching lights, a follow-up project that involves using a pre built Arduino ...

Online

Position and location: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Position and location. Students work with 3D objects that can be located on the x, y, z planes, allowing students to extend their thinking away from flat objects on a 2D plane, to objects with volume that have a position in space with (x, y, z) coordinates. Students ...

Online

Humpback whales: what the data reveals

The lesson follows an inquiry process where students use the dataset to answer relevant questions about the whale population. They consider what other data they would need in order to effectively examine the impact on humpback whales of sonar activity and noise from development.

Online

Mathematical modelling (Measurement): Year 8 – planning tool

This planning resource for Year 8 is for the topic of Mathematical modelling. Students use mathematical modelling to solve problems involving ratios and rates in a financial context.

Online

Turtles: exploring data in turtle population dynamics

The number of eggs a female turtle lays in her lifetime influences the health of that species population. In this lesson we look at modelling data related to the number of eggs a female turtle lays in her lifetime, using real scientific data. Explore ways to model, interpret, represent and present data, creating an infographic ...

Online

Number sequence: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Number sequence. Students are introduced to real numbers and irrational numbers. Take time to explain the real number system so that students understand that irrational numbers are part of the real number group.

Online

Coding for GUIs Lesson 2: Controls for input

This is the second in a series of lessons to incorporate graphical user interfaces (GUIs) into your general-purpose programming. The series follows on from the Visual To Text Coding lesson series.