AS_WS_CB_III_CS_Introduction to Scratch part-2
AS_WS_CB_III_CS_Introduction to Scratch part-2
1
Q.2. Label the painting tools in the Scratch Paint Editor window. [R]
Select Reshape
Fill Text
Rectangle
Q.3. Match the following blocks with the action they perform. [U]
Blocks Actions
Increases the size of a sprite by
a
specific value.
Pauses a script for a specified
number of seconds.
Answer:
Blocks Actions
Smoothly moves a sprite to a
random position.
2
Increases the size of a sprite by
a
specific value.
a. What are the changes she needs to make in this script so she can hear
the meow sound properly? [U]
Ans: In this script, Ananya has used the "start sound Meow" block. That is
used to play the sound and continue to execute the next block
without waiting for the sound to finish playing. Therefore, she is
unable to hear the meow sound properly. She needs to change the
"start sound Meow" block with the "play sound Meow until done"
block in the script. This block allows you to play the selected sound
completely and only then run other blocks below it.
b. What do you mean by the term 'origin' in Scratch? What is the value
of x and y at the origin? [U]
Ans: The point at which the x-axis and the y-axis meet is called the origin.
At origin, x = 0 and y = 0.
and
Ans:
3
d. What is the difference between the following drawing and painting tools?
[An]
1. Fill
2. Outline
Ans:
Fill Outline
It is used to select and change It is used to select and change
the Fill colour along with the Outline colour along with
Saturation and Brightness. Saturation and Brightness.