Search results

Text

Mossman State School – Project proposal

This PDF outlines Mossman State School's proposal to participate in the Digital Technologies in Focus project.

Text

Classroom ideas: Choose your own adventure: years 3-6

This PDF provides a sequence of activities that allow students to view and create planning templates and algorithms when making 'Choose Your Own Adventure' stories. Older students can use the visual programming language Scratch to build their stories.

Text

Australian Curriculum: Digital Technologies years 3-4 Digital Systems sample assessment task: Cooling the school

This document provides a scaffold to teach and assess students’ understanding of how digital systems can be used to monitor and collect information used for mapping and making judgements about the environment. Students record information using digital systems to investigate a school need, then design solutions to improve ...

Online

Bee Bot Balloon Pop

During this lesson, students will be required to consider the functions of the Bee-Bot and how a user can interact with this device. Students are asked to design a course challenge for another user which will result in the Bee-Bot, with a pin attached, reversing into a balloon to pop it. This lesson idea was created by ...

Online

Follow and create algorithms: Year 3 – planning tool

This planning resource for Year 3 is for the topic of Follow and create algorithms. Students create and follow algorithms involving a short sequence of steps to generate number patterns. They use digital tools such as spreadsheets and calculators to explore algorithms with larger sets of numbers. Students identify any patterns ...

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

Water Water everywhere!

In this lesson, students are presented with the challenging problem of measuring a volume of water using containers that are not the exact measurement size. Students will decompose a complex problem into discrete steps, design an algorithm for solving the problem, and evaluate solution efficiencies and optimization in a ...

Online

Fibonacci served three ways

In this lesson sequence students learn to code separate modules that perform discrete functions but collectively meet the needs of the solution. They select the most appropriate algorithm based on the type of problem.

Online

Behaving with real class – Using a visual language

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

Text

Voronoi Diagrams - Calculate

This unit of work explores coordinate geometry in the context of Voronoi diagrams. Students use linear coordinate geometry to construct Voronoi diagrams by finding the gradient of a line segment, then finding the midpoint, a perpendicular line and finally the perpendicular bisector.

Text

Computational thinking poster

This infographic provides an overview overview of the concepts related to computational thinking.

Text

Australian Curriculum: Digital Technologies: years 9-10

This PDF provides a line of sight from content descriptions to achievement standards in the Digital Technologies subject in the Australian Curriculum.

Text

Australian Curriculum: Digital Technologies key concepts mapping: years 3-4

This PDF uses colour coding to provide a line of sight between key concepts, content descriptions and achievement standards in the Digital Technologies subject in the Australian Curriculum.

Text

ACARA sample assessment task: years 3-4: Classifying living or non-living things

This resource provides strategies for assessing aspects of the Digital Technologies subject in the Australian Curriculum that relate to data using contexts from other learning areas and General Capabilities, including Science, Mathematics, Numeracy and Literacy. The resource includes an assessment planner and rubric, as ...

Online

Sphero and the chocolate factory

This activity allows students to use the visual programming software Lightning Lab to control Sphero to act out the role of a fictional character. This activity uses Charlie and the Chocolate Factory by Roald Dahl as an example. This lesson idea was created by Steven Payne.

Online

Ozobot Maze Challenge

Students are introduced to Ozoblockly and basic programming concepts. Using Ozoblockly, students program Ozobot to follow a path and travel through a maze that they have created. This lesson idea was created by Steven Payne.

Online

Computer Science Fundamentals

This curriculum provides a teacher guidebook for implementing lessons, with learning and teaching activities, content, printable worksheets and some assessment lessons.

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

Ciphering a sentence

A cipher is a message that has been written in such a way (encoded) that it is unreadable by others. In this lesson, students will use mapping to encode a sentence. Students will work with a partner to create an algorithm that describes the encryption process. They will also examine encoded and decoded messages to recognize ...

Online

Note the music

We can program a computer to play music. Conventionally this is done by hard coding, which is the process of coding all possible expected behaviours. Alternatively, we can train an artificial intelligence (AI) computer about what notes go well with others, so it can play a duet with a human musician. Students can make their ...