NEW
Font size
WorksheetsIspace Quiz Questions(Scratch and Tynker)
Total questions: 20
Worksheet time: 8mins
1. What is the name of the character that is used to design in scratch?
Sprite?
Scratch?
Stage?
Animal?
in scratch, What would you call the track (background) in your racing car game?
Sprite
Stage
Script
House
In scratch programming environment, What is the function of the 'when green flag clicked' command block?
Points sprite in the specified direction
If condition is true, runs the blocks inside
Runs the script
In scratch environment, What happens to the car if the number increases in the 'Move _ steps' command block?
The car moves quicker
The car stops
The car moves backwards
What is the function of the 'forever' command block?
Runs the script inside over and over
Point sprite in specified direction
If condition is true, runs the blocks inside.
What does this do?
Make the Character spin
Start a game
Rotate the angle of the sprite
Bounce around
In Scratch, which blocks are blue
Looks
Motion
Sensing
Sounds
In scratch, which blocks are purple?Motion
Motion
Sensing
Looks
Variable
What is Scratch?
A game
A Programming Language
An animation
A computer system
How do you create a loop in scratch?
Use a cat sprite
Snap a selfie
Use a repeat block
Use a conditional block
In scratch, which blocks are yellow?
Variables
Motion
Control
Events
The blocks / code that controls a sprite is called the..?
Action
Stage
Script
Instructions
To change the appearance of a sprite we can give it a different..?
Look
Costume
Style
Stage
A Tynker character or object that can talk and interact with others...
star
actor
command
loop
What does this code block do on Tynker?
Starts your computer
Creates a costume change
Tells other code what to do when the program starts
In tynker, an actor can have only one costume
True
False
In Tynker, What will these code blocks do to the actor?
An animation will play
The Actor will change costumes each time the Play button is pressed
Nothing happens to the Actor
The Actor will change costumes every time the spacebar is pressed
How many actors can you animate at once in tynker?
You cannot animate actors
Only 5 actors can be animated on the Stage at any given time the Stage
Only 5 actors can be animated on the Stage at any given time the Stage
As many as you want
What is the difference between these two tynker code blocks ?
The first one only works for actors with multiple costumes, but the second one works for all actors.
The first one will play the animation extremely quickly. The second one will play the animation more slowly and look more natural.
The first one loops through all of the costumes, but the second one will only loop through the first two.
They are the same, and the added 'Wait' block doesn't change anything.
Which block moves an actor up?
B. Next Costume
A. Change y by 10 pixels
D. Repeat 10
C. When space pressed
