WorksheetsG6 Smart Scratch
Total questions: 17
Worksheet time: 10mins
Which of the following blocks should be used with the block(Pen down) to draw something on Scratch?
What is the function of a (repeat until) block?
to repeat the blocks attached forever
to repeat the blocks attached till a condition is met
to repeat the blocks attached 10 times
All of the above
Which of the following is an extension category of blocks?
A variable can be created with any name.
صح
لع
Loops can repeat an action only until a condition is met.
true
Nope
There can be more than one variable in a program.
يس
نو
The block resets the value of the variable Steps.
yes
No
What are the elements on our stage that represent characters and objects called?
Stage
Background image
Sprites
Animation
Mark the incorrect sentence about variables.
The information in a variable can never be changed
Each variable should have a different name
It is possible to create multiple variables in an app
It can store different types of information: number, text, list.
Given below is the program for a cat sprite. When the green flag is clicked, how many cats will be seen on the stage?
21
22
19
20
What is the set of blocks given here called?
Nested condition
Repeat in forever loop
Forever loop
Nested loop
Costumes are the appearances of a sprite.
True
False
The (a) category contains blocks to change the costume of a sprite.
To rotate the sprite, use the (a) blocks from the Motion category.
What happens when the (stop all) block is executed?
All scripts stop running
Only the current script stops
It pauses the program
It resets the stage
Can a sprite have multiple scripts attached to it?
نعم
لا
What is the purpose of the (if) block in programming?
To execute a block of code based on a condition
To repeat a block of code
To define a variable
To create a new sprite
