INTRODUCTION TO SCRATCH PROGRAMMING
1) FILL IN THE BLANKS
a) ___________________ is one of the easiest computer language.
b) Computer follows step wise instructions to complete any task , which is
known as ______________.
c) _____________ is a graphic character which moves on the stage .
d) _____________ block allows the sprite to draw lines on the stage, change the
colour and thickness of the lines.
e) In scratch, sprite moves on the __________ when you run on a program.
2) State True or false
a) A computer understands the language that we speak. ___
b) Block palette is the place where you create a script for the sprite to do a specific
task._______
c) A script consists at least two blocks._______
d) You can turn a sprite only in clockwise direction.________
e) Scratch projects are saved with the extension .sb2.________
3) Multiple choice questions
a) ________ contains the set of blocks, which are used to program the sprite.
a) block palette. b) script area
4) Application based questions
1) Aarav wants to make a scratch project in which he wants to move the sprite in the
forward direction by 20 steps. Suggest him appropriate block to perform the action.
2) Shreya wants to change the thickness of the pen while drawing a trail behind the
sprite . suggest her right block to be used.