Font size
Worksheets02-Test
Total questions: 26
Worksheet time: 14mins
To program a sprite to duplicate itself on the stage while the program is running, you would need to use
MAKE A COPY
DUPLICATE
CLONE
COPY AND PASTE
If this script is given to a sprite, what will the sprite say?
6
7
8
9
True or False: you can record or import your own sounds into your Scratch projects
TRUE
FALSE
TRUE AND FALSE
INFINITY
You can keep score in Scratch by creating a
loop
sprite
variable
if/then decision
If this script is given to a sprite, what will the sprite say?
4
5
6
7
To send a message between sprites or from the sprite to the stage, you need to
send
broadcast
transmit
use repeate loop
A Variable can hold a value that can be
a name
names
numbers
a number
What will happen to the sprite when we click on it?
10 letter Xs will appear
It will move 10 step upwards
It will move 10 steps to the left
It will grow by 10 percent
A variable like this one, can only hold one value at a time
infinity
true
false
true and false
If this script is given to a sprite, what will the sprite say?
7
8
9
10
If this script is given to a sprite, what will the sprite say?
10
11
12
13
This script would draw a
a star
a square
a pentagon
a hexagon
How many times would this code need to repeat to make a full circle?
120
240
360
90
The green blocks that allow comparisons such as >, <, =, >=, <= are called..?
Events
Operators
Control
Decision
Several statements joined together is a
variable
loop
sequence
running
Performing an action depending on IF a criteria is met is called a
squence
condition
statement
loop
Variables can be used for
Controlling the flow of the program
keeping score
counting
Starting a program
What is the function of “point in direction” in the following script?
It allows the sprite move 10 steps and turns -90 degrees
It allows to rotate the sprite by the selected amount
It allows the sprite to point to the direction desired to move
It allows the sprite move 10 steps and turns 90 degrees
By Default, there are _______ blocks under Variables
4
5
6
7
If this script is given to a sprite, what will the sprite say?
9
10
11
12
The blocks that control a sprite are called
actions
lines
scripts
condition
What would this script most likely do?
make a sprite say
make a sprite dance
make a sprite spin
make the D letter appear
If this script is given to a sprite, what will the sprite say?
14
4
10
-10
The above script is added to a sprite. According to the script what do you expect to happen?
If “y position” of the sprite is greater than -175 it goes to a random position on the stage
If “y position” of the sprite is less than -175 it goes to first a random position then glides to the top of the stage
If “y position” of the sprite is less than -175 it goes to intersection of a random position on the “X axis” and top of the stage
Infinity
What will this script do?
draw random shapes
draw random colors in random places
draw random colors
draw random numbers
What does this block mean?
make the variable 'number of of days' hold a value of 5
increase number of days by 5
number of days = 5
Add 5 to whatever value number of days was holding before.
