0% found this document useful (0 votes)
119 views

Class 6 Computer CH 9 Worksheet

Uploaded by

Soumen Pradhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views

Class 6 Computer CH 9 Worksheet

Uploaded by

Soumen Pradhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

DELHI PUBLIC SCHOOL RAMPURHAT

CLASS: VI
CHAPTER 9

Worksheet 1
1. Fill in the blanks using the given words.

color picker collision Sensing spacebar sensing


a. blocks are light blue in colour.
b. blocks are used in game designing.
c. tool allows us to choose the colour directly by pointing at the object on stage area.
d. One can set up a code to detect a when a certain part of a sprite comes into contact with a specific colour on
the stage.
e. To play any game online, we need to make the object move or throw using keys on the keyboard, such as the
key or the arrow keys.

2. What does each of the following blocks do?

a. b.

c. d.

3. Give an output for the following blocks.

a. b.
Worksheet 2
1. Fill in the blanks using the given words.

Variable question mouse forever My variable


a. There is a Sensing block that allows us to ask a on the screen and stores the keyboard input in the answer
block.
b. The code has to be inside a loop to make sure that the sprite always follows the mouse.
c. The Sensing block Mouse down? can also be used to detect if the sprite is clicked on using a .
d. A block stores changeable values.
e. The default variable available on Scratch is .

2. What does each of the following block do?


a. b.

c. d.

3. Answer the following questions.


a. How can you ask a question to user using sensing block?
b. How does a sprite follow a mouse pointer? Think and Discuss

You might also like