Ai Scratch Notes
Ai Scratch Notes
29
Q1. What kind of block should we use to make a sprite around?
a) Event c) Control
b) Sound d) Motion
Q3. Which extension is used to play the different notes of the instruments?
a) Book.
b) Translate.
c) Video Sensing.
d) Music.
Q11. A costume is
A code block
A different way a sprite looks
A sound
A motion
Q13.
Q16. Which one from the following indicate scratch file extension ?
a) scr
b) sh
c) scar
d) sb
Q27. If you touched Sprite2 seven times what would your score be ?
a) 5
b) 0
c) 7
d) 8
Q36. Why won't this code continuously move the sprite when clicking the
directional arrows?
a) The "if" statements need to be inside a "forever" block
b) The "point in directions" values need to change
c) The "move 1 steps" commands need to be inside a "forever" block
d) Need a 2nd "point in direction" block after "move 1 step"
Q40. What is the name of the software that you use to create the game?
a) Sprite
b) Scratch
c) Stage
d) None of the above
Q41.
.
In this script, Astronaut refers to:
a) A backdrop
b) A block
c) A sprite
d) A variable
Q42.
Q43.
a) Rainbow
b) Animate
c) Colour
d) Space
Q44.
Q45.
What will the cat say?
a) I am a kitten!
b) I am a junior cat!
c) I am a mature cat!
d) I am a senior cat!
Ans. This block turns the sprite in the clockwise direction by 15 degrees.
Ans. This block changes the pen colour to the specified colour.
Ans. Controls direction in which a sprite can rotate in .There are three rotation on
style:all round, left right, and don’t rotate.
Ans. When the sprite is clicked,the code runs.
IV- State True Or False
1. You can change the background of the stage? Ans. True
2. The duplicate button allows you to move an object. Ans. False
3. You cannot insert more than two sprites on the stage. Ans. False
4. Scratch allows you to add sound in your project. Ans. True
5. The centre of the stage is at x-y coordinate(0,0). Ans. True
6. The forever block runs the block over and over again. Ans. True
7. The first test version of Scratch was released in 2017. Ans. False
8. A project is a script in Scratch. Ans. True
9. block is used to turn the sprite back from the edge of
2) Sprite (b) one or more scratch blocks connected together for sequence.
Answer:
Events - > D
Sprite - > A
Script - > B
Backdrop - > C
VI- Question and Answer
It not only helps us in learning coding but also help us learning mathematics,
English and other subjects.
It is the most commonly used block and is generally used when a sprite must wait
for another action or is used in the time-critical programs. You can find a wait
block in the control block.
6. What is forever block?
The [Forever] block is a C block from the Control category that repeats the
behaviors contained inside of it, forever.
Ans. a cat
Each object in Scratch is called a sprite.
Default sprite is a cat.
The background for the sprite is called Stage OR backdrop.
Write the code for the Project CAT LEFT & RIGHT