Lesson details

Key learning points

  1. In this lesson, we will use Scratch to implement our designed algorithms as a program. We will run this program to test if it correctly uses selection to control the outcomes and will debug as necessary. Once we have completed our programs, we will consider the value of sharing it with others to collect feedback.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

3 Questions

Q1.
Which actions will take place if the user answers correctly?
Move 15 steps and change colour
Move 15 steps and change size by 10
Correct answer: Move 15 steps and turn 360 degrees
Move 25 steps and change colour
Q2.
Follow the algorithm. Which phrase will be included in the program for 'say' block 'A'?
6
Well done!
Correct answer: Wrong
Q3.
Which user answers would make the program display 'Wrong'?
Correct answer: 2 x 2
Correct answer: 22
Correct answer: 4
5

3 Questions

Q1.
A user of this program said, “I have used selection but when I enter the wrong answer, nothing happens.” Why did nothing happen?
The condition answer is incorrect
Correct answer: The selection command only controls one outcome
The time it was displayed was too short
There is no forever loop in the program
Q2.
Which program will have an outcome every time key 'p' is pressed?
A
B
Correct answer: C
Q3.
The program below is not working when key 'space' is pressed. Why not?
It is missing a condition block
It is missing a repetition block
It is missing a selection block
Correct answer: It is missing an event block

Lesson appears in

UnitComputing / Selection in Quizzes

Computing