Font size
WorksheetsGrade 5 - Chapter 6 - Introduction to Scratch
Total questions: 32
Worksheet time: 16mins
The step - by - step instructions given to a computer in some programming language is called ____________.
Algorithms
Computer Program
The step - by - step instructions written in simple English to solve any mathematical or logical problem is called an ______________.
Algorithm
Computer Program
________________ is a programming language that lets you create interactive stories, animations, games, music and art.
C
C++
Ada
Scratch
_________________ is an object in scratch which performs functions like moving, turning etc.
Sprite
Stack Block
Stage
Blocks Palette
Which of the following is a small program?
Sprite
Stack Block
Stage
Blocks Palette
______________ is the area where a Sprite moves or performs.
Sprite
Stack Block
Stage
Blocks Palette
______________ is the background of the project.
Sprite
Stack Block
Stage
Blocks Palette
There are various blocks like Motion, Control, Sound etc in the __________.
Sprite
Stack Block
Stage
Blocks Palette
___________________ shows the name, x and y position and direction of the Sprite.
Current Sprite Info
Toolbar
View Mode
Sprite List
How many options does the toolbar provide to manage the Sprite?
1
2
3
4
___________________ lets you switch between small, large and presentation stage views.
Current Sprite Info
Toolbar
View Mode
Sprite List
___________________ shows a list of all the Sprites in a project.
Current Sprite Info
Toolbar
View Mode
Sprite List
New sprites can be created using these.
New Sprite Buttons
Script Area
Cursor Position
____________________ command is used to move the Sprite in all the four directions or through different angles.
Motion Block
Adding Sounds
Using the flags
Repeating steps
_______________ command moves the sprite by 10 steps.
move 10 steps
turn 15 degrees
play sound meow
start flag
_______________ command has a default turning angle of 15.
move 10 steps
turn 15 degrees
play sound meow
start flag
You can add sound to the Sprite from the ___________________ Block.
Motion Block
Sound Block
Using the flags
Repeating steps
You can use the _______________ and _____________ flags to run the commands instead of clicking on the Block in the Sprite Area.
Start
Stop
Go
Click
When you click on the _____________ flag, the commands are executed.
Green
Red
Yellow
Black
Click on the ___________ dot to stop the program.
Green
Red
Yellow
Black
_________________ command is used to repeat some steps inside it, a fixed number of times.
Repeat
Wait
Forever
The command that makes the script pause for a few seconds before continuing with the next command is?
Repeat
Wait
Forever
_____________ block executes the commands inside it again and again.
Repeat
Wait
Forever
The colour, look and size of the Sprite can be changed from the ______________ Block.
Motion
Looks
Sound
Control
The commands in the _____________ Block is used to leave a trail as the Sprite moves.
Sound
Pen
Looks
Operators
____________________ command is used if you do not want the Sprite to leave a trail.
Pen Down
Pen Up
Pen Color
Pen Size
_____________________ command is used to change the Pen color.
Pen color
Pen size
Pen Up
Pen Down
______________ sign is used to turn the Sprite in the opposite direction.
minus
plus
multiplication
division
Right click on the Stack Block and click on ___________________ to make a copy of the command.
help
duplicate
delete
Right click on the Stack Block in the Script Area and click on __________________ to remove a command.
help
duplicate
delete
Right click on any command to access the ______________ , to show you how the command works.
help
duplicate
delete
Scratch is a _________________________ software.
free
paid
