WorksheetsScratch - Loops and drawing
Total questions: 30
Worksheet time: 3600secs
Displays the location of your X and Y positions.
stage
coordinates
volume
The Pen Down block tells ...
The Sprite to start drawing
The Sprite to erase a drawing
The Sprite to stop drawing
The Sprite to draw
Create a program with the following algorithm?
What does this block tell?
Turn left 90 degrees
Move 90 steps
Repeat 90 times
Turn right 90 degrees
The playing speed of a sound file.
tempo
volume
The loudness of a sound file.
tempo
volume
Graphical bubble that displays a sprite thinking.
thought bubble
speech bubble
Graphical bubble that shows a sprite speaking.
thought bubble
speech bubble
Using the Scratch “Pen” feature to write on the stage.
script
stage
drawing
Background displayed on your Scratch stage.
costumes
backdrop
coordinates
What will the cat say when this script is run?
Have a nice day. (only)
Here's some fruit. (only)
You can't have any. Have a nice day.
Here's some fruit. Have a nice day.
Which from the following is not a command ?
Forever until
Repeat
Repeat until
Forever
When the flag is clicked, what will be the coordinates of the sprite?
(20, 110)
(- 120, 180)
(120 , 70)
(- 120, 80)
To delete all the stamps on the stage screen, you can use
Stamp
Clear
None of the above
What will be the output of this script ?
salma5years
join name join lengthof name years
join salma join lengthof 5 years
None of the above
If you want to begin drawing, you can use
Pen up
Pen down
What is the output of this script
Spain
France
Sweden
Italy
Ireland
How many times will meow sound be played?
1
2
10
12
How many times will the sprite says hello
8
16
24
32
Based on the script, what will the sprite say?
Hello Bunny!
Hello Snail!
Hello Bear!
All of the above
What is the output of this script
Spain
France
Sweden
Italy
Ireland
What is the difference between the "Broadcast" and "Broadcast and wait" blocks?
The first one broadcasts and carries on the script. The second one waits until those scripts have finished before carrying on
The first one broadcasts all over the program. The second one do the same but executed for specified number of seconds
None of the above
To CLEAR all drawing on the stage use:
To start drawing in scratch choose:
To change the PEN COLOR :
The code block in green is an example of an....
Operator
Variable
Condition
Loop
What shape will this code draw?
Square
Hexagon
Triangle
Circle
What shape will this code draw?
Triangle
Hexagon
Pentagon
Square
What shape will this code draw?
Triangle
Hexagon
Pentagon
Square
How would you change this code to draw a square?
Change the repeat to '5'
Change the number of degrees to '90'
Change the repeat to '4' and the degrees turned to '90'
Change the repeat to '4'
