Exercises
Exercises
Operators
Sound
Looks
Motions
Events
Control
Sensing
Variables
My blocks
2. The following is an empty “if” block, blocks of which following categories can
be expected to be filled in ?
A. motion, control
B. event, sensing
C. sensing, control
D. sensing, operators
3. The Scratch project has received financial support from which of the following
organization?
A. Lifelong Kindergarten Group
B. MIT Physic Faulty
C. Google
D. None of the above
Why doesn’t the cat stop “meowing” even after the mouse was clicked once?
D.
should be put under
B.
should be put under
C. should be removed.
D.
should be put at the bottom of the script.
Which of the following script makes the cat follow your mouse and meow once
it touches the fish?
A. B.
C. D.
14. Which block will give the sprite a location to start from when placed at
the start of your code?
A. Move
B. Switch Costume
C. Go To
D. Show
E. Hide
19. These blocks turn their sprite the specified amount of degrees
clockwise or counter-clockwise (depending on which block is used); this
changes the direction the sprite is facing.
A. B.
C. D.
C. D.
27. What would you use to change the location of sprite on the stage?
A. File Menu
B. Costume tab
C. Coordinates
D. Stage information
E. All of the above
A. I and II
B. III, IV and V
C. I, II and III
D. II, III, V
E. None of the above
A. 1920 x 1080
B. 960 x 640
C. 640 x 350
D. 480 x 360
E. None of the above
A. Rotating center
B. Center of gravity
C. Costume center
D. Sprite central point
E. None of the above
33. What is the final position of the cat after clicking the green flag?
A. (35,35)
B. (10,10)
C. (35,50)
D. (50,10)
E. None of the above
A. 5
B. 45
C. 50
D. 55
E. None of the above
37. Which rotation style leaves the sprite unchanged even as its direction
changes?
A. All around
B. Left right
C. Don’t rotate
40. What would the sprite say if the user enters “2008” in the answer box?
A. 13
B. 14
C. 15
D. 16
E. None of the above
41. Scratch version 2.0 was released on May 9, 2013. When did the update
version 3.0 was first announce?
A. 2014
B. 2015
C. 2016
D. 2017
E. 2020
A. 2335
B. 2535
C. 3523
D. 3525
E. None of the above
43. To program a sprite to duplicate itself on the stage while the program is
running, you would need to use
A. Clone
B. Duplicate
C. Make a copy
D. Paste
E. All of the above
48. Where would the cat be after clicking the green flag?
A. (0, 10)
B. (10, -10)
C. (-10, 10)
D. (10, 0)
E. None of the above
Refer to the following scene and script for question 49 and 50.
49. Where would the cat be after clicking the green flag?
A. (0,
0)
B. (10, -10)
C. (10, 20)
D. (0, -10)
E. None of the above
51. A student set a variable for sprite A but cannot find the variable in sprite
B, what could be the cause?
A. The variable name collides with sprite B
B. The variable is not set to global
C. The variable does not receive a value yet
D. The sprite can only be used once
E. None of the above
52. Where would the cat be after clicking the green flag?
A. (0, 0)
B. (10, -10)
C. (-10, 0)
D. (0, -10)
E. None of the above
54. To be continued on question 53, which direction will the cat face?
A. Left
B. Right
C. Up
D. Bottom
55. If the set rotation style block changes from ‘don’t rotate’ to ‘left-right’,
which direction will the cat face?
A. Left
B. Right
C. Up
D. Bottom
58. Which of the following sites is available to teachers/ educators who want
resources, advice or ideas for teaching about Scratch?
A. Scratch 404
B. ScratchEd
C. ScratchForSchool
D. Scratch in 1 minute
E. None of the above
A. Script Area
B. Backpack
C. Stage information
D. Help
E. None of the above