NEW
Font size
WorksheetsScratch Coding
Total questions: 60
Worksheet time: 3600secs
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?
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
Which command let the sprites walk?
Walk
Run
Move
Go
Scratch is...
a programming language
a gaming application
video editing software
sound editing software
These blocks are different examples of what?
motion
events
controls
sound
A completed program in scratch is called
Scratch
Volume
Project
Document
What will the cat say when this script is run?
Have a nice day. (only)
Here's some fruit. (only)
Here's some fruit. Have a nice day.
You can't have any. Have a nice day.
" if on edge, bounce " mean ... ?
Jump
Go back
Continue
STOP
To add a new sprite to your code, you click on:
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
Sensing blocks are used to tell the sprite what to do when touching something on the stage.
True
False
A block that sends messages from one sprite to another
When the green flag is clicked
Broadcast block
Forever Loop
If/Then Block
What is the output of the program?
What is the output of the program?
What is the output of program?
WHAT IS THE OUTPUT OF THE PROGRAM?
WHAT IS THE OUTPUT OF THE PROGRAM?
TO START THE ALGORITHM WE USE ......
TO DRAW IN SCRATCH WE USE:
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
you can NOT change the back drop of the stage .
true
false
how many sprites can you add ?
1234
3
10
as much as
What is the default Sprite when you open Scratch?
Cat
Dog
Bat
Crab
Which group of blocks include the When Flag Clicked command?
Motion
Looks
Sound
Control
Which of these would be most likely to be a variable in a game?
score
a castle backdrop
a "go to x;y" block
a costume for your sprite
If your sprite is at the coordinate 0,0 where on the screen is it?
Dead center
Bottom Left Corner
Top Left Corner
Top Right Corner
Which of the following is correct?
X Axis is left-right, Y Axis is up-down
Y Axis is left-right, Y Axis is up-down
Y Axis is only negative numbers, X Axis is only positive numbers
Y Axis is only positive numbers, X Axis is only negative numbers
If the "W" key moves the character up, which of the following is TRUE...
The code stack for W should include "Change y by -10"
The code stack for W should include "Change x by 10"
The code stack for W should include "Change y by 10"
The code stack for W should include "Change x by -10"
Coordinates (x,y)
determine the position of the Sprite on stage.
are near the end of the alphabet.
are a great way to organize your clothes.
The x coordinate is
diagonal (from lowest left to highest right).
vertical (up and down).
horizontal (side to side).
What does this block do?
It writes notes for you
It plays a musical note
It beats the drum
What does this code do?
It clicks the sprite forever
It allows you to draw shapes
It generates sprites forever
What does this color means?
Events
Control
Pen
What does this color means?
Motion
Sound
Sensing
What does this block do?
Repeat the code forever
Repeat the code 2 times
Repeat the code until touching the sprite
3. In which block will you find [Say (Hello) for (2) secs]
Control
Looks
Motion
Events
What is a loop?
Starting the program
Allows something to be repeated
Ending the program
Run the program
What is this icon used for in scratch?
Choose a Costume
Choose a Sprite
Choose a backdrop
It is possible to add maths into Scratch, what is the Scratch Key Word used for it?
Operators
Calculators
Calculations
Operations
