Font size
WorksheetsScratch Programming 2 Assessment
Total questions: 20
Worksheet time: 2hrs 40mins
What is your full name?
What is your tutor group? eg 7.1
Which one of the following segments of code would be the most precise block to use to draw a blue square in Scratch?
Code segment A
Code segment B
Code segment C
Code segment D
Would the following program correctly play the nursery rhyme, Hot Cross Buns?
Yes, it plays the rhyme correctly.
No, it plays in the wrong order
Yes, but in the wrong order.
No, it doesn't play anything.
What would the output of Say ‘weather’ be at the end of this program?
rain
cloudy
rain, sun, rain, cloudy
weather
What value would be held by the ‘name1’ variable and the ‘name2’ variable at the end of this program?
name1 = Jordan, name2 = Riley
name1 = Riley, name2 = Jordan
name1 = Jordan, name2 = Jordan
name1 = Riley, name2 = Riley
What will be the output of this program when it is executed? (What will the sprite say)?
Good afternoon
How are you?
Good afternoon
How are you?
What will be the output of this program when it is executed? (What will the sprite say)?
Good afternoon How are you?
How are you?
Good morning Good afternoon How are you?
Good morning How are you?
Which of the conditions would evaluate to 'true' with the following inputs: number1 = 30, number2 = 90?
Which of the following blocks of code would make the Scratch cat say “1, 2, 3” leaving a second in between each number?
What will be outputted (what will be said) when the following program is executed?
Sun, Rain, It’s raining
Sun, Rain, Rain
Sun, Sun, Sun, It's raining
Sun, It’s raining
What will be outputted (what will be said) when the following program is executed?
10, 11, Lunchtime, 12
10, 11, Lunchtime, 13
10, 11, 12, 13
10, 11, Lunchtime, 12, 13
Which of these sets of instructions is not a subroutine?
A large program has been broken down into subroutines to make the problem more manageable to solve. What is this process called?
Decomposition
Compilation
Debugging
Integration
A learner has created the following piece of code to check if a password is correct or not. They want to improve it so that it will only give a maximum of three attempts before locking them out of the game for 60 seconds. What programming construct should they use for this?
A Forever loop
A Repeat until loop
A Repeat 3 loop
Three If/else statements
What sequence of numbers will be displayed by the Scratch program when the green flag is clicked?
Nothing
1, 2, 3, 4
1, 2, 3, 4, 5
1, 2, 3, 4, 5, 6
All of the blocks of code below will execute a countdown timer. Select the most appropriate block for this purpose when using Scratch.
The following block of code was used to create a shopping list and then replace a list item in ‘shopping_list’. Which item was replaced with ‘flour’?
Sugar
Milk
Eggs
None
What will be the output of this program when it is executed? (What will the sprite say?)
Milk
Cheese
Nothing
Crisps
What is the sequence of words added to the list in the Scratch program?
hello, goodbye, yes, no
hello, hello, hello, hello
salut, au revoir, oui, non
salut, salut, salut, salut
