98594
98594
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
Q.3. Write the code by adding blocks when the right arrow key is pressed, the car moves 20
steps. [2 marks]
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
Q.4. Write the code by adding blocks when the left arrow key is pressed, the car moves back 15
steps. [2 marks]
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
Q.5. Write the code by adding blocks when the sprite is clicked make the sprite turn left 90
degrees. [2 marks]
_____________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
Q.6. Write the scratch code to make the sprite ask the user a questions with multiple choice
options. Repeatedly ask the question until the user enters one of the possible answer.
[3 marks]
_____________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
________________________________________________________________________________
A. It is one of the ten categories of Scratch blocks. They are color-coded medium-blue and are
used to control a sprite's movement. They are available only for sprites.
• Motion Blocks
• Control Blocks
• Sensing Blocks
• Events Blocks
B. This block moves its sprite forward the specified number of steps in the direction it is facing.
C. These blocks turn their sprite the specified number of degrees clockwise or counter-clockwise
(depending on which block is used); this changes the direction the sprite is facing.
D. This block sets its sprite's X and Y position to that of the mouse-pointer, an arbitrary
coordinate, or another sprite
E. This block sets its sprite's X and Y position to the specified amounts.
F. To check that data entered is reasonable, or within the set limits or bounds is known as
a) Validation
b) Selection
c) Creation
a) Motion
b) Control
c) Operators
H. To store the data into computer’s memory, we can store the data into
a) Variable
b) Looks
c) Control
a) Sensing menu
b) Variable menu
c) Events menu
a) Say
b) Looks
c) Sound