Computer Applications
State true or false.
(a) Control category contains blocks that start or stop a script.
(b) You can even load own sprite from a file.
(c) You can grow a sprite but cannot shrink it.
(d) Pen down command stops the drawing on the stage.
(e) Backdrops are the backgrounds for the stage.
Scratch
4 Likes
Answer
(a) True
Reason — The Control category or Events category in Scratch contains blocks like "when green flag clicked" to start a script and "stop" blocks to halt the script's execution.
(b) True
Reason — In Scratch, we can import our own sprite images from files to use in our projects, enhancing customization.
(c) False
Reason — In Scratch, you can both grow and shrink a sprite using the "change size" block in the Looks category.
(d) False
Reason — The "pen down" command in Scratch actually starts the sprite drawing on the stage, allowing it to leave a trail behind as it moves.
(e) True
Reason — The background that we see on the stage is the backdrop.
Answered By
1 Like
Related Questions
What does a script or a program do in Scratch ?
What are the values for four main directions in Scratch ?
Look at the section of code below that controls a sprite.
Write down what you think the user will see when the green flag is clicked.
In the stack of blocks below, how many times does the sprite move 10 steps?