Font size
WorksheetsMORE ON SCRATCH
Total questions: 78
Worksheet time: 39mins
The (a) block provides different blocks to add music to our Scratch project.
We can add a Sprite by selecting the New Sprite buttons placed at the bottom (a) of the stage.
In Scratch, ________Block instructions are used to draw a trail as the Sprite moves on the stage.
Pen
Blocks
Sprite List
Sounds
Instead of writing text or codes, predefined blocks are snapped together to create the Script.
False
True
Scratch is a (a) language.
Scratch is developed by the ___________.
Bill Kendrick
Mitchel Resnick
Lifelong Kindergarten
(a) arrow enables full rotation of a Sprite.
True or False
Sprite's Name the name of a sprite can be changed by clicking inside the box that displays the Sprite's Name.
True
False
The ___________button to increase the size of the Sprite.
Shrink
Grow
Sprite List
Blocks
When was the first official website of scratch launched
2009
2003
2013
1983
Who developed scratch
Lifelong kindergarten
Bill gates
Steve jobs
To make a sprite come to the centre of the stage we need to use coordinates Y=0 X=0
True
False
True
False
To send a message between sprites or from the sprite to the stage, you need to
Sequence
Send
Transmit
Broadcast
To change the appearance of a sprite we can give it a different...
Costume
Look
Style
Stage
Which of these would move the sprite down on the stage?
Change x by 10
Change x by -10
Change y by 10
Change y by -10
A block that programs a sprite to hide or show; also used to change a sprite's costume is called what?
Looks
Event
Motion
Control
By Default, _______ sprite is present on the stage.
Cat
Dog
Tiger
None
Click on ______________ option to see many exciting inbuilt sprite options.
Paint
Choose a Sprite
Surprise
Upload a sprite
___________ window is used to draw your new sprite.
Paint Editor
Surprise
Drawing
Sprite
Remove the Cat sprite by ______________ on its thumbnail and selecting the Delete option
Clicking
Right-Clicking
Double-Clicking
Triple-Clicking
The easiest way to set a sprite's position is by using ___________ blocks
Motion
Looks
Set Postion
Sound
'If on edge, bounce' block is present in the __________ Block menu.
Motion
Looks
Control
Sound
_____________ block is used to set the rotation style of the sprite.
Set Rotation style
Forever
If on edge,bounce
move 10 steps
It run the block (s) inside it over and over again.
Forever
Repeat
Stamp
It runs the block (s) inside it the specified number of times.
Repeat
Repeat until
Forever
It is the temporary image of the spirit that can be placed on the stage.
Stamp
Work area
Forever
1. The block to execute the code is available in _____block.
Forever
control
Clear
The forever block is present in _______block category
Repeat
Looping
Repeat until
This block draws a line as the sprite moves on the stage.
Pen down
Pen up
pen color
This block changes the colour of the pen by a specific color or a number.
Change pen color by
Change pen size by
Change pen draw
What do you call the list of commands in Scratch?
Sprite
Script
Sprite Scripts
Help
Which color indicate " Motion Command " ?
Orange
Green
Blue
Red
Which color indicate " Control Command " ?
Orange
Green
Blue
Red
What is the value of solution?
5
19+4
23
solution
We can change colour of the sprite in scratch
True
False
We have to press ________flag to start the project.
Green flag
Red flag
None
How many blocks are totally in scratch
10
12
13
7
We can change the name of the sprite
Yes
No
Which block is used to detect whether a specific key is pressed?
Touching ( ) block
Key ( ) pressed? block
Motion block
Answer block
What is the main purpose of variables in Scratch?
To store music files
To hold information like words or numbers
To detect collisions
To create new sprites
What is the colour code for motion blocks in Scratch?
Purple
Blue
Light-blue
Orange
Which variable type is accessible by all sprites?
Local variable
Permanent variable
Global variable
Temporary variable
Which block is used to detect the sprite’s collision with another object?
Answer block
Ask () and Wait block
Touching ( ) block
Key ( ) pressed? block
What is the primary purpose of the Sensing blocks in Scratch?
To move sprites
To detect interactions with the environment or user input
To play sounds
To change the costume of sprites
Which block is used to check if the sprite is touching the edge of the stage?
Key ( ) pressed? block
Touching (edge) block
Motion block
Ask () and Wait block
How can you create a variable in Scratch?
By selecting "Create Variable" under the Sensing category
By clicking on "Make a Variable" in the Variables category
By dragging the Motion block
By clicking on the Control category
What is the colour code for Control blocks in Scratch?
Orange
Light-blue
Yellow
Purple
What block would you use to make the sprite follow the mouse pointer?
Touching ( ) block
Touching mouse-pointer block
Ask () and Wait block
Key ( ) pressed? block
Which block detects if the user has pressed a key like “space”?
Ask () and Wait block
Key (space) pressed? block
Touching edge block
Answer block
What is the role of the "Ask () and Wait" block?
To move the sprite
To wait for the user to press a key
To ask a question and store the user’s input
To detect sprite collisions
What is a local variable?
A variable that is available for all sprites
A variable accessible only by the sprite where it was created
A temporary variable that gets deleted
A variable used for motion blocks
In Scratch, which block stores the last user input?
Touching Color ( ) block
Answer block
Ask () and Wait block
Key ( ) pressed? block
What is the output of the block "Ask () and Wait" when the user types "Hello"?
Moves the sprite 10 steps
Displays "Hello" on the sprite
Stores "Hello" in the Answer block
Changes the sprite’s color
How do you make the sprite move continuously while touching another object?
Use the forever block with the Touching ( ) block
Use the Answer block
Use the Key ( ) pressed? block
Use the Ask () and Wait block
What happens if a sprite touches the edge in a program with a "Touching (edge)" block?
The sprite moves 10 steps
The block returns "false"
The block returns "true"
The program stops
Which category includes blocks to glide the sprite to a random position?
Variables
Motion
Sensing
Control
Which block helps check if the sprite is touching a specified color like red?
Touching ( ) block
Touching Color ( ) block
Key ( ) pressed? block
Answer block
What type of value can be stored in a variable in Scratch?
Only numbers
Only text
Both numbers and text
Only colors
Fill in the Blanks: Variables are used to (a) information in Scratch.
Fill in the Blanks: Sensing blocks are (a) -coded in Scratch.
Fill in the Blanks: A variable accessible by all sprites is called a (a) variable.
Fill in the Blanks: The block "Ask () and Wait" is used to (a) the user a question.
Fill in the Blanks: The (a) block stores the most recent input from the user.
Fill in the Blanks: A local variable is only accessible within the (a) where it was created.
Fill in the Blanks: The block "Touching Color ( )" is used to detect if a sprite is touching a specific (a) .
Fill in the Blanks: The _______ block checks if a specific key is pressed by the user.
Fill in the Blanks: To create a variable in Scratch, you click on "Make a Variable" under the (a) category.
Fill in the Blanks: The block "Touching (edge)" returns " (a) " if the sprite is touching the edge of the stage.
To send a message between sprites or from the sprite to the stage, you need to
Sequence
Send
Transmit
Broadcast
How do you create a loop in scratch, which goes forever?
Use a repeat block
Use a forever loop
Snap a block
Use a condition block
The blocks that control a sprite are called?
Lines
Instructions
Actions
Scripts
You can keep score in Scratch by creating a...
Sprite
Variable
Loop
Function
To change the appearance of a sprite we can give it a different...
Costume
Look
Style
Stage
Repeating a statement more than once is called a...
Repetition
Loop
Sequence
Event
Which of these would move the sprite down on the stage?
Change x by 10
Change x by -10
Change y by 10
Change y by -10
With the point in direction block
With the move block
When I want the game to end
When I want to change costume
A block that programs a sprite to hide or show; also used to change a sprite's costume is called what?
Looks
Event
Motion
Control
What is the variable in this script?
Looks
Timer
Score
Lives
