Reading Algorithms
Lesson Instructions
Watch and follow the YouTube video, the lesson contains three parts:
Key Information and content - all you need to do here is watch and listen. We recommend you take some notes for this one!
Learning activity - You are to complete the activity, identifying the outputs for different algorithms.
Consolidation - these are past exam question and are for deliberate practice to check your understanding.
Task - Reading Algorithms Activity
Task - Exam Questions - Deliberate Practice
Mark Scheme
Question 1
Dress A: 14
Dress B: 10
Dress C: 12
Question 2
Net = 5 which is less than Noise
Goals = 0
1 mark for the subtraction and result of the comparison
1 mark for the correct result
Net = 15 which is greater than Noise
Runs Loop one {Goals = Goals + 1, Net = Net - Noise}...
...Goals = 1
1 mark for the subtraction and result of the comparison
1 mark for clearly indicating that the loop is executed once
1 mark for correct result