NEW
Font size
WorksheetsSCRATCH TEST 2
Total questions: 40
Worksheet time: 42mins
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 = 120
y = 145
x = -134
y = -120
What are the values of Fruit and Citrus after this script is done?
Fruit = 17, Tuber = 15
Fruit = 60, Tuber = 15
Fruit = 60, Tuber = 30
Fruit = 17, Tuber = 30
What will the cat say when this script is run?
Have a nice day. (only)
You can't have any. Get lost pal
Here's some fruit. Have a nice day.
You can't have any. Have a nice day.
What does the RED DOT mean in Scratch?
Nothing
STOP
Start
Finish
This stack block will make the sprite:
jump
Rotate
move forward
turn sound down
What would the Sprite say if the Test is set to 10?
My name is Bob
I like Chocolate
Hello
I do not know
Displays the location of your X and Y positions.
stage
coordinates
volume
script
Blocks that allows you to repeat scripts multiple times.
repeating blocks
script
volume
Tempo
This Block is called
Loop
variable
conditional statement
Repeat
What is the variable in this code?
Forever
say
Count
When Clicked
Which of these would be a variable in a game?
lives
the ball
the player
the paddle
Which of the following is an example of iteration(loop)?
"repeat 30"
"wait 0.01 secs"
"turn right 45 degrees"
"go to x -94 and y 141"
How many sprites can you add in a project ?
1234
3
10
As much as you want to use
Which group would allow me to loop 15 times?
The loudness of a sound file is called?
tempo
volume
What kind of code does Scratch use?
Python
C++
Block code
Java
Which would make a sprite move up?
Change X by 10
Change Y by -10
Change Y by 10
Change X by -10
If we want this code to run for an entire game, which block should be used?
Repeat 10 times
Repeat until
Keep going
Forever
What type of block do we use to write code to know when something happens?
When
IF
Sometimes
While
