Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge Grades 4 - 5
Scratch International Programming Trial SCRIPT 2018 Onsite Second Challenge Grades 4 - 5
Question 1
When running the following sequence of blocks, which are the appropriate values of variable a to modify
(change) the color of the sprite?
Question 2
Question 3
a. direction
b. speed
c. time
d. point
Question 4
What type of blocks could go in the shape between ''if'' and ''then''?
Question 5
a. sprite
b. backdrop
c. clone
d. variable
Question 6
a. a is greater than b
b. a is less than b
c. a must be divided by b
d. a is equal to b
Question 7
a. looks
b. sensing
c. control
d. motion
Question 8
Question 9
a. up
b. down
c. left
d. right
Question 10
a. left
b. right
c. up
d. down
Question 11
The cat in Scratch is an example of:
a. Avatar
b. Character
c. Template
d. Sprite
Question 12
Supposing that a sprite has more costumes, how many times this sprite will switch the costume, after
running the following script? First time we set for the sprite the costume 1 and this one is not counted.
a. 20
b. 3
c. 2
d. 4
Question 13
After running this code, what values will have the variables?
a. a= 9 b=4
b. a=5 b=4
c. a=4 b=5
d. Neither of these
Question 14
The sprite will move in different directions but the initial direction will be ……………..
Question 15
'and, or, not' are examples of ................
a. boolean logic
b. keyboard input
c. blocks palette
d. random numbers
Question 16
Script elements that are used inside of a control block to determine if it calculates
a. Control
b. Sensing
c. Operators
d. Events
Question 17
What command do we need to use in a program to make a decision?
a.
b.
c.
d.
Question 18
What figure is drawn when the following sequence is run?
a.
b.
c.
d.
Question 19
Script elements that allow a user to draw shapes
a. Control
b. Sound
c. Motion
d. Pen
Question 20
Matching question