Font size
WorksheetsGame and Logic
Total questions: 25
Worksheet time: 15mins
What you will use to change the location of the scratch ?
Costume tab
Coordinates
Stage Information
File Menu
The Scratch interface three main sections is ?
Stage, character & sprite List
Sprite , help and sprite
Stage, Script & blocks palette
What will happen when the green flag is clicked
the sprite will rotate 15 times
the sprite will rotate 10 times
the sprite will move 15 spaces
the sprite will move 10 spaces
Which of these would move the sprite down on the stage?
Change x by 10
Change x by -10
Change y by 10
Change y by -10
What is the correct number on to fill the questions?
2
2
4
5
For making 10 square, so how many repeat and angle must fill?
10, 30
10, 36
10,35
10,60
Which code must be remove to make the object move to all the path?
Instead of using a 90-degree angle to create a square, what should the angle be for this object to ensure precision?
60 , 120
120,90
70, 110
110,70
For making 4 parallelogram like a showflake, how many repeat, and turn right angle must fill?
4,90
4,120
4,60
8,45
For drawing this circle how many repeat must fill?
120
240
300
260
For drawing the circle besides we need a "jump" code. What is the fuction of jump code?
move forward and draw a line
move forward and draw a line
move to the point forward without draw a line
move to the point forward with draw a line
Which code must be choose for moving this BB-8 robot?
What number must be fill in this repeat code?
(a)
"Repeat" code is used to ?
move
loop
do seqence order
change position
Look closely at the code beside. What will happen when you click "Run"?
BB-8 will travel too far in the first loop
BB-8 will not travel far enough in the first loop in order to get all of the scrap metal
BB-8 will collect all of the scrap metal with no problems.
BB-8 will turn the wrong direction after the first loop.
Which one is called nested loop?
Re-arrange this code to make the BB-8 take all the scrap metal.
1-2-3-4
2-1-3-4
1-3-2-4
2-1-4-3
Re-arrange this code which is put into repeat command, to make the BB-8 get all the metal.
(a)
Which code do you need to put inside the "repeat (2)" command
1 then 2
4 then 1
3 then 1
3 then 2
What does this line bit of code do?
repeatedly move the sprite on the screen
move the sprite to a random location on screen when it is clicked.
teleports when the flag is clicked
Pops the sprite.
What does this line of code do?
forever
nothing
Loops the code over and over forever
best friends forever
What would this line of code do?
spin the object in a circle.
walk to the edge of the screen
change color
animate a walk cycle.
What will happen when you run this code?
Bounce everywhere
Add background music
Change scene
Say something
