NEW
Font size
WorksheetsVQT_Scratch.Review
Total questions: 35
Worksheet time: 35mins
What block ( type ) will you use to have the sprite say something?
Looks
Sounds
Pen
Data
What does this script do?
When the project starts set my variable to 0, then change my variable by 1 forever
When the project stops set my variable to 1, then change my variable by 0 forever
When the project starts set my variable to 0, then change my variable by 1 then wait 1 second and repeat again forever
WHAT IS THE RESULT OF THE PROGRAM
WHICH ONE OF THE FOLLOWING BLOCKS IS NOT A REPETITION LOOP.
what is the color of the control blockes ?
blue
green
light yellow
i don`t know !
what are the two axis in scratch
x and y
n and t
j and w
k and somethig
What happens to a sprite's script if this sprite was deleted?
The script will be saved if you decided to use this sprite later
You can't delete a sprite before deleting the script written in it.
The script will be deleted with the sprite
Which sprite has the most available costume options?
A blocks that hold value and can be changed
Operational Blocks
Event Blocks
Sensing Blocks
Variable Blocks
In scratch, this is the place where we see all the possible commands for our project. Includes movement, control, events and other options.
Stage
Sprites
Blocks
Scripts
To add a new sprite to your code, you click on:
What is the variable in this code?
keep score
random position
edge
What does this section called?
Stage
Sprite
Script
Costumes
When is this used?
With the point in direction block.
With the move block.
When I want the game to end.
When I want to change costume
To make character pause or slow in scratch, control that is added to script is
Forever
Repeat
Wait
Next costume
A block that sends messages from one sprite to another
When the green flag is clicked
Broadcast block
Forever Loop
If/Then Block
Which rotation style leaves the sprite unchanged even as its direction changes?
all around
Left right
Dont rotate
Which rotation style makes the sprite only face to the left and right even as its direction changes?
all-around
left-right
dont rotate
Which category is the [point towards] block in?
The Purple Looks Category
The Dark Blue Motion Category
The Brown Events Category
The yellow Control category
If the ball's direction is 135, what is its direction after the [point in direction 180 - direction] block run?
135
-135
45
-45
What is the difference between the [when Green Flag clicked] and [when I start as a clone] blocks are run?
There is no difference.
The original sprite and clones both run the script under [when Green Flag clicked] but only clones run the script under [when I start as a clone].
The original sprite and clones both run the script under [when I start as a clone] but only clones run the script under [when Green Flag clicked].
The original sprite runs the script under [when Green Flag clicked] but only clones run the script under [when I start as a clone].
The [create clone of myself] block is inside a [repeat 7] block. That [repeat 7] block is inside a [repeat 4] block. How many clones are created?
11
4
5
28
How can the program's code blocks stop the program the way clicking on the Red Stop Sign button stops the program?
By running the [hide] block
By running the [Stop All] block
By running the [Delete this Clone] block
It is not possible for a code block to stop the program.
What can you tell about the coordinates x: 100 y: -100
It is on the left half of the Stage.
It is on the right half of the Stage.
The orange cat sprite comes with a "meow" sound effect that it can play, but how would you load other sound effects?
Select a sound from the magenta [play sound] block.
Click the Sounds tab, then click the speaker button to open the Sound Library and select a sound from there.
The orange cat sprite only has the "meow" sound effect.
Click the "choose sprite from library" button and select a sound from there.
How can one sprite cause another sprite to perform an action?
The first sprite can run a [broadcast] block, and the second sprite can run a script in response to the broadcast.
Code blocks can be copied from one sprite to another.
The [stop all] block can stop one sprite and start another sprite.
You can double click the second sprite in the Sprites Area.
How do you add images from websites as a sprite in your Scratch program?
In the Sprite Library window, type the website address of the image.
In the Costumes tab, type the website address of the image.
In a web browser, right click the image to save it to your computer. Then, click the folder button next to "New sprite" and select the downloaded image file.
What option will make a copy of a sprite when you right-click the sprite in the Sprites Area?
info
duplicate
delete
save to local file
