Asked by Name

Scratch is...(1 point)
Responses

an extension of PythonAnywhere.
an extension of PythonAnywhere.

a Block-based coding environment.
a Block-based coding environment.

a score or mark on the surface of something with a sharp or pointed object.
a score or mark on the surface of something with a sharp or pointed object.

an integrated development environment.
an integrated development environment.
Question 2
Which of the following is NOT an element of our scene in Scratch?(1 point)
Responses

Code
Code

Python
Python

Sprite
Sprite

Backdrop
How do you program a sprite to move with keyboard inputs in Scratch?(1 point)
Responses

By default, you can move your primary sprite using the arrow keys.
By default, you can move your primary sprite using the arrow keys.

Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]"
Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]"

Create a move class in the code that programs any direction based on keyboard inputs.
Create a move class in the code that programs any direction based on keyboard inputs.

Snap two blocks together, one that says "when [direction arrow] key pressed" and the other "change [axis] by [amount]" and snap on a "when [green flag] clicked" tile.
What does the green flag in Scratch do?(1 point)
Responses

Starts the game and allows the user to take control of their character sprite.
Starts the game and allows the user to take control of their character sprite.

Starts the game and allows the user to take control of their character sprite and activates the enemy sprites.
Starts the game and allows the user to take control of their character sprite and activates the enemy sprites.

Initiates any code blocks tied to the "when [green flag] clicked" block. In our example, triggers the enemy sprite to move and detects if the two sprites collide.
Initiates any code blocks tied to the "when [green flag] clicked" block. In our example, triggers the enemy sprite to move and detects if the two sprites collide.

Adds green flags as decorations to the scene.
Which of the following Scratch sprites does NOT have the "pop" sound included in it's sound tab?

(1 point)
Responses

Fox
Fox

Crab
Crab

Basketball
Basketball

Starfish

All Answers 1

Answered by GPT-5 mini AI
Here are the answers:

1) a Block-based coding environment.
2) Python
3) Snap two blocks together: "when [direction arrow] key pressed" + "change [axis] by [amount]"
4) Initiates any code blocks tied to the "when [green flag] clicked" block.
5) Basketball