Search results

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

Visual to text coding: Lesson 5

This is the fifth 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 create and use arrays (also called lists).

Online

Hot Bots

For this project, students are introduced to the Arduino microcontroller and Arduino integrated development environment for programming a switch on an air conditioner. This lesson was designed by Cindy Thornton, Flinders Island District High School, Tasmania.

Online

Sphero maze

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 Claudia Szabo.

Online

Pencil code program: Chaos game

The ‘chaos game’ is a way to see how patterns can result from certain random events. Use this program to run the chaos game, randomly moving the turtle to create a pattern. Have students analyse or fill in or change parts of the pencil code program.

Video

Artificial Intelligence Explainers: Video 4: AI Explainers | Digital Technologies Hub

Use this video to discuss how Artificial Intelligence (AI) has the potential to be a transformative technology much like introduction of the car, 100 years ago. We also showcase some innovative Australian applications. This is the fourth video in a series. The first three in the series are Introduction to AI & machine ...

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.

Downloadable

DT Challenge - 7/8 Javascript - Space Invaders

In this coding challenge, students learn about programming in JavaScript, including data representation, decomposition, design, branching, iteration, functions, variables, animations, tracing and evaluation.

Downloadable

DT Challenge - 7/8 Python - Sport Micro:Bit

Use Python to program a micro:bit for sport! Get excited about coding even if you have no experience. You'll use the Python language to write your own programs, and make interactive games and tools to improve your health.

Downloadable

digIT Python workbook

This workbook provides an introduction to learning the main scripted language Python. It provides introductory information on learning Python using online resources such as Grok Learning and Trinket and how to get started in the world of competitive programming.

Downloadable

Gambling support and services

In this lesson, students practise and apply skills and strategies to seek help for themselves and others through discussing a range of gambling-related scenarios. Students apply empathy, focussing on solutions and identifying services available to support people experiencing gambling harm. The lesson is outlined in detail ...

Downloadable

DT Challenge - 7/8 Python - Chatbot

Write programs to solve problems with code and create word games! In this DT Challenge, you'll learn how to play Mad Libs, Questions, Taboo, and Word Chain, and even write your very own Pirate Chatbot! Can you fool your friends into thinking they're talking to a real person? Learn how to create a series of word games with ...

Text

Cartooning Political and Social Issues

In this lesson, students will examine the role of cartoons play in presenting viewpoints about political or social issues. Students gather and organize information about a current or past issue and analyze the different sides. They plan, design, and illustrate a political cartoon that presents a position on a political ...

Downloadable

Can you beat the system?

In this lesson, students calculate the average expected value of losses on a roulette wheel over time, and use these values to analyse the cost of gambling on these games. They also study the flaws inherent in betting systems to determine whether these systems are weighted in the favour of game operators making a profit. ...

Online

Possible outcomes: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Possible outcomes. Students are introduced to more complex probability concepts, terminology and visual representations. These concepts may be challenging for students to comprehend and will need multiple examples incorporating relevant teaching strategies.

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

Morse code network

This lesson sequence is a hands-on approach to the learning about digital systems for years 7–8.

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 ...

Video

Artificial Intelligence Explainers: Video 3: AI systems | Digital Technologies Hub

We use examples of home automation and recommender systems to go into more detail about how the AI in these systems work. We also look at filter bubbles and discuss why its important to be aware of potential issues of using these systems. This is the third video in a series. The first two in the series are Introduction ...

Online

Coding for GUIs Final project: A complete application with GUI

This is the final project 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.