Search results

Online

Shapes and objects: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Shapes and objects. Students begin to explore geometric properties and proof. They identify the properties of quadrilaterals based on transformation, angles, parallel sides, side lengths, diagonals and symmetry.

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.

Online

Game design

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

Online

Coding a sentimental chatbot in Python

Incorporating 11 tutorial videos and two informative lecture videos, this learning sequence explores natural language processing, a significant application of artificial intelligence. Teachers and students are led through the coding in Python of a chatbot, a conversational program capable of responding in varied ways to ...

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 12

This is the final in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. See next steps for suggested courses and learning sequences after this lesson. It builds on the coding concept of functions (by introducing the concept of return values. Functions are ...

Online

AR Solar System with Metaverse

In this lesson, students explore our Solar System in Augmented Reality (AR). Students start by exploring a set of AR flashcards that present the Sun and Planets in our Solar System and then go on to use the Metaverse App to create their own AR solar system experience based on research.

Online

Creating my own spreadsheet to convert binary to decimal

A spreadsheet can be used to do calculations quickly using formulas. How can we make a spreadsheet that converts a binary number to a decimal number? This lesson provides some guidance and Excel files for student and teacher use.

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

Visual to text coding: Lesson 6

This is the sixth 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 builds on the previous introduction to arrays (also called lists) and brings in the length property.

Online

Visual to text coding: Lesson 7

This is the seventh 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 iteration (also called loops).

Online

Anti-bullying AI

Sometimes we write and post things on social media in a hurry. Such posts can hurt people and even make them feel bullied. Wouldn't it be great if an Artificial Intelligence application could check our posts as we write them, and warn us if they were potentially hurtful?

Online

Home automation with AI

Home automation is all the rage. You talk to your mobile phone to control the lights, the fan, the air conditioner, or your pool pump. But how does it work? In this lesson, we explore the AI that could power a home automation system.

Online

Algorithms: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Algorithms. Students begin to design, create and test algorithms that involve a sequence of steps that identify congruency or similarity of shapes. They describe how algorithms work through classifying and distinguishing between similar and congruent triangles.

Online

Rates and ratios: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Rates and ratios. Students recognise and use rates to solve problems including, constant rates, rate of pay, cost per kilogram, recipes, simple interest and average rates. Students will also be required to make comparisons between two related quantities of different ...

Online

Circles and cylinders: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Circles and cylinders. Students recall and revise circumference, radius and diameter from Year 7. They understand the relationships between these measures and can use relevant formulae to solve problems.

Online

Area and perimeter: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Area and perimeter. Students build on their knowledge of the area and perimeter of rectangles, parallelograms and triangles to rhombi, kites and trapezia. They identify and use the formulae for these to solve problems.

Online

All operations: Year 8 – planning tool

This planning resource for Year 8 is for the topic of All operations. Students use all four operations to solve problems with integers and rational numbers. They can use a range of written strategies and mental computation to demonstrate their understanding.

Online

Factors, multiples, primes: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Factors and multiples. Students extend the exponent laws of numerical calculations involving positive integers and zero exponents, and solve a broad range of practical problems, using mental methods, written algorithms, and digital tools.

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.