Search results

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

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

Lilypad Personalised Alert Buzzer

In this lesson students will create a personalised musical buzzer by programming the LilyPad Arduino to play a sound using the Main board, Buzzer and Button, coding the note frequency in Arduino IDE. The lesson can be extended to include LED’s that light up or flash according to the note played to enable the buzzer to be ...

Online

AI quiz

This lesson provides an opportunity for students to draw on their ethical understanding when asked to respond to different scenarios. The scenarios feature information systems that incorporate an AI application. Students are given four options to select which one they believe to be the ‘right’ thing to do. Students develop ...

Online

Creating a food garden: planting

Planting a food garden is an exciting and fulfilling task. This learning activity is part of a sequence of 5 individual learning activities focused on creating a food garden. The order of these learning activities are: vision, site assessment, installing a no dig garden bed, planting and harvesting. OUTCOMES of this activity ...

Online

Augmented Reality Timelapse Artwork with Artivive

In this project, students build their own augmented reality (AR) artwork using free digital tools with Artivive. Students can augment an existing artwork or design their own. This new technology allows artists to create new dimensions of art by linking classical with digital art.

Online

Creating a wildlife habitat: planting

This learning activity is the fourth part of a sequence of 5 individual learning activities focused on creating a wildlife habitat. The order of these learning activities are: research, vision, design, planting and monitoring and care. OUTCOMES of this learning activity are for children to: understand the steps involved ...

Online

Mathletes in motion

In this lesson, students use mathematical modelling in measurement (comparing and evaluating sports results) to explain equivalence between fractions, decimals and percentages, and represent rational numbers on a number line.

Online

Graphs: formulas and variables

In this lesson, students use algebra and linear equations to model two real-world scenarios to find information to make the best choice. Students set the aim of saving for a mobile phone (or similar goal) and use linear equations to model the pay rates of two part-time jobs to help make the better decision. This lesson ...

Text

Bias in science

Students are often unaware of biases that operate in society and the ways in which these biases can limit the contributions of diverse Australians. In this lesson they have an opportunity to explore the ways women have been written out of science history, and to take action to highlight the importance of diversity in STEM. ...

Online

Mathematical modelling (Number): Year 7 – planning tool

This planning resource for Year 7 is for the topic of Mathematical modelling. Students use knowledge of the other topics in the Number strand, so that applying knowledge and skills can be modelled. This can be done in groups or as a whole class, as well as individually. Collaborative learning works well for practical problems.

Online

Practical numbers: Part 1

In this lesson, students explore standardised measuring systems. They encounter the challenge of a shopkeeper who must determine how to weigh different quantities of spices most efficiently. Working in a financial context, students model this scenario using fractions, percentages and ratios, and communicate their solution ...

Text

Focus on Japan: Cross Curriculum Connections in Secondary Schools

Ideas and resources that connect the learning of Japanese language with other learning areas.

Online

Coding for GUIs Lesson 1: Structure, style and function

This is the first in a series of lessons to incorporate Graphical User Interfaces (GUIs) into your General Purpose Programming. It follows on from the Visual To Text Coding lesson series.

Online

Visual to text coding: Lesson 11

This is the eleventh in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. It builds on the coding concept of functions. With the addition of parameters, functions allow the programmer to adapt their reusable code’s behaviour, tapping into the Computational ...

Online

Visual to text coding: Setting Up

This series of lessons is to help students to transition from visual coding to text-based coding with a general-purpose programming language. This section provides guidance on how to set-up the particular programming environment including Scratch, Python and JavaScript.

Online

Algorithms: Year 7 – planning tool

This planning resource for Year 7 is for the topic of Algorithms. Students are introduced to the use of algorithms for sorting and classifying. They can use flow charts to do this. Algorithmic thinking is a design process and flow charts are used to show a sequence of steps and/or instructions and require decision making ...

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.