NEW
Font size
WorksheetsPracticeScratchHKICO
Total questions: 59
Worksheet time: 2hrs 49mins
Where would the cat be after clicking the green flag?
(0, 25)
(25, 0)
( 0, 0)
(25, 25)
What is the size of the cat when clicking on the green flag?
100
110
120
130
What will the above code draw?
Round shape
Square
Rectangle
Cylindrical
What is the panel show in the picture called?
Naming Panel
Sprite Editor
Sprite Pane
D. Info Editor
Where would the cat be 5 seconds after clicking the green flag?
(0, 90)
(50, 100)
(100, 0)
(80, 0)
What is the cat's direction 1 second after clicking the green flag?
90
99
100
None of the above
Building blocks in Scratch are divided into many categories, for example, Motion, Events,
Operators. Which category does the following block belong to?
Motion
Events
Operators
Control
The following is an empty “repeat until” control block, blocks of which following categories can
be expected to be filled in ?
Motion
Events
Sensing
Control
Refer to the following scene and script:
What does the character say the volume after the green flag is clicked?
volume
0
40
50
Refer to the following script:
What is X if the character says a six-sided dice number randomly in every 2 seconds?
1
3
5
6
Which of the following script is correct to let the character zoom in and zoom out forever?
Refer to the following script:
Which of the following character’ moving steps is NOT correct after the green flag is clicked?
25
30
35
45
Refer to the following script:
Which of the following key can zoom in 50%?
1
2
3
1
Refer to the following script:
Which of the following location is final location?
(120, 20)
(50, 60)
(76, 99)
(0, 0)
What is the value of solution?
5
23
19+4
Solution
Looking at the script block above. What is the ghost's starting position?
X:100, Y:50
X:50, Y:50
(X:100, Y:100)
X:0, Y:0
Look at the Scratch stage below. Where on the stage is position (x:240, Y:180)?
Top Left Corner
Bottom Right corner
The top middle
Top Right Corner
What happens to the shark when the spacebar is pressed AND it is touching Fish1?
The shark switches to costume shark-b and broadcasts a message.
The shark broadcasts a message and then switches to costume shark-a
The shark switches to costume shark-a
The shark switches to costume shark-b
What would be the answer of this mathematical expression?
10
0
5
Infinity
What will this code do?
Make my character go to blue
Make my character win the game
Make my character go back to the start if it touches blue
Make my character go back to the start if it touches the bad guy
This is an image of the stage in scratch, which coordinates would be
a location in the top left?
X=120, Y=145
X=200, Y=-100
X=-134, Y=-120
X=-120, Y=145
What will code do?
Go up
Go Down
Go Left
Go Right
What would the Sprite say if the TEST set to 10
My name is Bob
I like chocolate
Hello
Nothing
This Block is Called
Loop
Variable
Conditional statement
Repeat
What is the variable in this code
Forever
Say
Count
When Clicked
What will this script do?
the sprite will continue moving until the sprite touches orange
the sprite will only move when it is touching the colour orange
The sprite will move forever
the sprite will stand still
