Lesson Notes By Weeks and Term v4 - SHS 1

Higher Order Design Thinking

Download the Lessonotes Mobile Ghana app for faster lesson access on Android and iPhone.

Subject: Robotics

Class: SHS 1

Term: 2nd Term

Week: 9

Grade code: 1.3.1.LI.2

Strand code: 3

Sub-strand code: 1

Content standard code: 1.3.1.CS.1

Indicator code: 1.3.1.LI.2

Theme: Robot Construction & Programming

Subtheme: Higher Order Design Thinking

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

Welcome, future engineers and innovators! Before we can build a robot that solves a problem, we must first become expert thinkers and planners. Imagine trying to build a house without a plan or a blueprint – it would be a disaster! In robotics, our "blueprints" are tools that help us think clearly and give precise instructions. This lesson introduces three powerful planning tools: Algorithms, Pseudocode, and Flowcharts. Mastering these will allow us to design solutions for real Ghanaian problems, from automating farming tasks to creating smarter systems for our communities, before writing a single line of computer code.

Lesson notes

Introduction: Why Plan?

In robotics and programming, we are giving instructions to a machine that is very powerful but not very smart. It does *exactly* what you tell it to do. If your instructions are confusing, incomplete, or in the wrong order, the robot will fail. Higher Order Design Thinking is about creating a clear, logical, and complete plan before you start building or coding.

We will use a simple, relatable problem throughout this section: Designing an automatic streetlight system for a community that turns on when it gets dark and turns off when it's bright. Concept 1: The Algorithm

An algorithm is a finite, step-by-step, ordered set of instructions designed to solve a specific problem. Think of it as a recipe for cooking waakye or a list of instructions your mother gives you to go to the market.

Evaluation guide