Search results

Online

Careers with Maths and Economics: STEM Teacher notes

The Careers with STEM Teacher Notes are for teachers, careers counsellors, parents, STEM-based institutions, or mentors that could use the guides to expose and inspire students towards STEM careers. Use the STEM + X activities grid to provide a variety of student activities across a wide range of ‘X’ categories, while developing ...

Interactive

MoneySmart: Teaching resources for VET

ASIC's Be MoneySmart is an online training resource for VET students and senior high school students. It helps students to develop money management skills which support their future careers in small business or as contractors. It consists of five online modules: Saving, budgeting and spending; Personal tax; Superannuation; ...

Online

Koorie Cross-Curricular Protocols for Victorian Government Schools

The Koorie Cross-Curricular Protocols for Victorian Government Schools are applicable to schools intending to develop activities that involve the use of Koorie cultural expressions, including stories, songs, instrumental music, dances, plays, ceremonies, rituals, performances, symbols, drawings, designs, paintings, poetry, ...

Online

MoneySmart: How teachers can use MoneySmart

This MoneySmart web page is designed to enable teachers to get the most out of ASIC's MoneySmart Teaching program and resources. It guides teachers on where to find information on being a MoneySmart teacher, professional development for teachers, primary and secondary teaching resources, and tips and tools to help with ...

Online

Getting started with sustainability in schools

This is a website to help teachers implement an Education for Sustainability (EfS) approach in their professional practice. The multi-layered site is organised into five main sections. The first (Steps) identifies four key EfS contexts and provides support for each, including 11 case studies and five teacher profiles that ...

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

Systems Thinking and AI applications

This lesson takes a systems thinking approach to understanding the place of artificial intelligence (AI) as a component within solutions to real world problems, such as predicting bushfire hotspots, spotting and monitoring animals in the wild, automated horticulture and agriculture, and early detection of medical issues.

Online

Creating a Biology AR poster using Unity

In this lesson, students explore how to design and implement a simple Augmented Reality (AR) world to project DNA model using Unity 3D and Vuforia SDK for Unity 3D.

Online

Pencil code program: Lady MacBeth Chat Bot

Use this program to create an interactive chat bot who answers questions as if she is Lady Macbeth. Have students analyze, fill in or change parts of, or use the program to create their own variation and rendition of a character. This program could be used to further your understanding of how you could use Pencil Code in ...

Online

Who wants to be a millionaire?

This lesson sequence uses the well-known wheat/rice and chessboard problem as students use spreadsheets to simulate iteration and to solve problems.

Online

Book analysis with AI techniques

This learning sequence explores text analysis through Natural Language Processing, a significant application of Artificial Intelligence. Teachers and students are led through a series of video tutorials to develop a Python program that can break down and analyse the content of a complete text and use smart sentiment analysis ...

Online

Seven seasons

In this lesson sequence students investigate the CSIRO indigenous seasons calendars and produce a searchable database that will capture data using two data sources.

Online

Everything you always wanted to know…

In this lesson sequence students design, build and evaluate their own database and perform queries and build reports based on that database. Students should have prior experience creating a flat file database.

Online

Seeing the wood for the trees

In this lesson sequence students summarise data using advanced filtering and grouping techniques, for example pivot tables in spreadsheets and aggregation functions in databases.

Online

Project Quantum: Online assessment system

Project Quantum helps computing teachers check their students’ understanding, and support their progress, by providing free access to an online multiple-choice assessment system and question bank. To use Project Quantum, you will need to create a free account.

Online

Spreadsheets come alive

In this lesson sequence use the ‘Odds and evens’ problem as a springboard. Students construct interactive spreadsheets designed to address particular needs. This lesson also demonstrates an approach to programming known as rapid application development (RAD).

Online

Behaving with real class - Using a text-based language

This lesson sequence offers an approaches to teaching object-oriented principles using text-based programming. It attempts to address the problem that many of programming languages are too complex and their environments confusing for many students.

Online

Breaking up can be good

This lesson sequence provides an introduction to the skill of decomposition by having students develop discrete modules which together serve a single need: a maths teacher asks for a program that can be used to demonstrate aspects of maths. This sequence can be used in conjunction with ‘Comparing and selecting appropriate ...

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