WorksheetsHatch Programming 1
Total questions: 25
Worksheet time: 13mins
Which block category in Hatch is used to start scripts when a specific event occurs?
Motion Blocks
Event Blocks
Control Blocks
Looks Blocks
In which block category would you find a block that is used to make a sprite move 10 steps forward?
Looks Block
Event Block
Motion Block
Pen Block
In which block category would you find a block that is used to change the costume of a sprite?
Motion Block
Looks Block
Control Block
Pen Block
What is the purpose of the "forever" block in Hatch?
To repeat a set of instructions a specific number of times
To execute a set of instructions continuously until the program stops
To change the appearance of a sprite
To move a sprite to a random position
In which block category would you find a block that is used to draw a line on the stage in Hatch?
Motion Block
Looks Block
Pen Block
Event Block
In which block category would you find this block that is used to make a sprite say "Hello" for 2 seconds?
Motion Block
Looks Block
Control Block
Event Block
What's the difference between the two blocks in the picture?
The repeat block repeats continuously and the forever block repeats a certain number of times
The forever block repeats continuously and the repeat block repeats a certain number of times
There is no difference
Sensing Block
What block would you use to repeat a set of instructions 10 times?
Forever Block
Repeat Block
If Block
Wait Block
Which block would you use to change the x position of a sprite by 5?
What block would you use to make a sprite wait for 1 second before executing the next block?
What is the purpose of the block in the picture?
It moves the sprite to a random location
The sprite tracks the mouse pointer
The sprite moves to specific x and y coordinates
The sprite moves forward and then backward this many steps
What is the purpose of the block in the picture?
It moves the sprite to a random location
The sprite tracks the mouse pointer
The sprite moves to specific x and y coordinates
The sprite moves forward and then backward this many steps
Which 2 blocks would you need to add to your code to draw rainbow colors?
Which block would you use to make a sprite point in the direction of 90 degrees?
What block would you use so that a sprite is temporarily not visible on the stage?
Show Block
Hide Block
Disappear Block
Vanish Block
What is the purpose of the block in the picture?
It changes the background
It changes the sprite's color
It adds a color filter to the scene
It creates a color overlay
If your sprite is pointing right, like in this picture, what direction is the sprite pointed in?
0
90
180
270
Why won't this code draw a rainbow line following the sprite?
You need to add the "pen up" block
You need to use the "when sprite is clicked" block to start the code
The "erase all" block needs to be outside of the forever block
You do not need to use a "forever" block
Which of the following will make the sprite fade out like a ghost each time it is clicked, and then disappears over time into the background?
For this question, the OYObot is already hidden.
Which of the following choices will program the sprite so that when the green flag is clicked, it will:
show, say "Bananas!" for 5 seconds, hide
Which of the following scripts will make the sprite move down?
What will the sprite's position be after running the code in the picture?
x: 10, y: 0
x: 0, y: 0
x: 30, y: 0
x: 0, y:30
