Refining Algorithms

Lesson Instructions

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

Refining Algorithms Full Lesson Video.mp4

Task - Refining Algorithms Activity

Refining Algorithms Activity

Task - Exam Questions - Deliberate Practice

Exam Questions - Web

Mark Scheme

Question 1

e.g.




Mark in pairs

Question 2

e.g.

total = 0

for x = 0 to 5

    total = total + scores[x]

next x

print(total)