Designing & Creating Algorithms

Lesson Instructions

Watch and follow the YouTube video,  the lesson contains three parts:

Designing and Creating Algorithms Full Lesson Vide.mp4

Task - IPOD

Designing Algorithms Activity

Task - Creating Algorithms

Answers

Creating Algorithms Walkthrough Videos

Task - Exam Questions - Deliberate Practice

Exam Questions - Web

Mark Scheme

INPUT Distance
INPUT Passengers
Extra = Distance - 1
CostofExtra = Extra * 2
Cost = 3 + CostofExtra

IF Passengers > 4 THEN
Surcharge = Cost / 2
Cost = Cost + Surcharge
END IF
OUTPUT Cost


Award marks for: