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

2021 12 03 V Computer 1

The document discusses programming concepts in Scratch including sprites, backdrops, scripts, blocks, variables, and sounds. It provides examples of multiple choice, fill in the blank, true/false, and matching questions about Scratch. Steps are given for adding new sprites and backdrops, writing scripts using blocks, and including sounds. Variables are described as labelled boxes for storing data, and steps are provided to create a variable.

Uploaded by

anrashid624
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)
127 views

2021 12 03 V Computer 1

The document discusses programming concepts in Scratch including sprites, backdrops, scripts, blocks, variables, and sounds. It provides examples of multiple choice, fill in the blank, true/false, and matching questions about Scratch. Steps are given for adding new sprites and backdrops, writing scripts using blocks, and including sounds. Variables are described as labelled boxes for storing data, and steps are provided to create a variable.

Uploaded by

anrashid624
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/ 2

Class 5 Computer chapter- 8 Programming with Scratch

A. Pick the correct options.


1. Which of the following button will you Click to get pre made Sprite on the stage?
Answer. A
2. To change the backdrop of the stage, you click...... . answer. B
3. What appears in the centre of the stage by default? Answer. cat Sprite
4. What does the following block do? Answer. B. start scripts execution
5. What does the following block do? Answer . a. Bounces a Sprite when it reaches the
edge
B. . Fill in the blanks.
1. The stage . is 480 units wide and 360 units tall.
2. You can view thumbnail of stage and sprites in sprites list area.
3. The shrink Button allows you to decrease the size of the Sprite.
4. The duplicate tool is used to create a copy of an object.
5. A Sprite is an object or character which you see on the stage.
C. State true or false
1. You can change the background of the stage? True
2. The duplicate button allows you to move an object. False
3. You cannot insert more than two sprites on the stage. False
4. Scratch allows you to add sound in your project. True
5. The centre of the stage is at x-y coordinate(0,0). True
D. Match the columns
1. D . Duplicate
2. E. Default sprits
3. A. Green flag to run the project
4. B. Shrink
5. C. Grow
E. Short answer questions
1. What is scratch?

Answer. scratch is a programming language in which we can easily create, animations,


games,interactive stories, etc. It Provides a stepping stone to the more advanced world
of computer programming .

2. What are blocks?

Answer. Blocks are available in blocks pallet area, which we use in our programming.
There are six different block shapes in a scratch.

3. On which tab do you Click to write a script?

Ans. We will click on scripts tab- - scripts area.

4. What is the use of the following blocks?


A. The block move 10 steps moves the Sprite 10 steps forward.
B. The block if on edge, bounce, Bounces of Sprite when it reaches the edge of the
stage.
5. In which category is the block touching CATpresent?
Answer. the block touching cat is present in the category forever loop.
F.Long answer questions

1. Describ sprites. How do you add a new Sprite? Give steps.

Answer. sprites are the objects or characters Shown on the screen. they perform allsorts of actions ,
Such as moving, changing colours and spinning around. scratch comes with a large selection of
sprites, such as the cat, elephant, bananas, balloons etc and you can also draw your own sprites in
scratch.

Adding new sprites

• Select thumbnail of cat a Sprite. Right click on it and select delete to remove the Sprite.
• After removing the default Sprite, click the choose new Sprite from file button to insert a
new Sprite.
• The new Sprite dialogue box appears. select animals category- fish1 Sprite and click OK.
2. What is backdrop? right the steps to add a new backdrop.
Answer. the background area of the stage is called backdrop.
Adding a new backdrop
• Select thumbnail of stage one backdrop in a Sprite list area.
• Click the choose a backdrop library button present at bottom left corner of the screen.
• The backdrop library appears. select nature category underwater 3 and click OK. selected
backdrop appears on the stage.

3. Write the steps to add sound in your script.

Answer. adding sound

• To add sound, select the sounds tab and click the choose sound from library button.
• The sound library appears. For example select bubble sound and click OK.

4. What is a variable? how do you create it? Give steps

Answer. a variable is like a labelled box in which you can store data such as number of
words.

To make a variable, click data tab... make a variable. Enter name for variable and click OK.

You might also like