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

Computer- Ch-10 Programming in Scratch Notes (V)

The document is a lesson plan for Class V on programming in Scratch, covering topics such as sprite movement, drawing shapes, and using various blocks like Turn and Pen. It includes multiple-choice questions, true/false statements, fill-in-the-blanks, and short and long answer questions related to polygons and sprite manipulation. The content aims to teach students the basics of programming concepts through interactive activities in Scratch.

Uploaded by

v.meenal
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)
4 views

Computer- Ch-10 Programming in Scratch Notes (V)

The document is a lesson plan for Class V on programming in Scratch, covering topics such as sprite movement, drawing shapes, and using various blocks like Turn and Pen. It includes multiple-choice questions, true/false statements, fill-in-the-blanks, and short and long answer questions related to polygons and sprite manipulation. The content aims to teach students the basics of programming concepts through interactive activities in Scratch.

Uploaded by

v.meenal
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

ST. ANDREWS SCOTS SR. SEC.

SCHOOL
Chapter – 10 Programming in Scratch
Class V Subject : Computer
A. Tick (√) the correct option.
1. ............................. block is used to change the direction of the sprite.
a. Move b. Turn √ c. None of these
2. The turn 15 degrees block is used to turn the sprite ............................. .
a. clockwise √ b. anticlockwise c. 90°
3. ............................. blocks allows the sprite to draw shapes.
a. Motion b. Pen √ c. Control
4. To draw a heptagon, you need to move the sprite ............................. steps and turn
............................. degrees.
a. 100, 72 b. 100, 51 √ c. 100, 56

B. Write ‘T’ for true and ‘F’ for false.


1. A loop is a process which instructs a computer to repeat a set of commands. (TRUE)

2. The REPEAT command reduces the number of lines of commands you need to write to

draw a figure. (TRUE)

3. The pen down block is used to make the sprite the draw while it moves. (TRUE)

4. We cannot draw a circle using scratch. (FALSE)

5. Stamp block can be used to draw patterns. (TRUE)

C. Fill in the blanks using the words given below.


Stamp, 360°, Pen, Regular
1. Stamp block can be found in the pen blocks menu.

2. A full circle can be drawn with 360° degrees.

3. A regular polygon is a closed figure with all sides of equal length and all angles of

equal size.

4. Stamp block copies the sprite’s image on the stage.


E. Short answer type questions.
Q1. What is a polygon?
ANS1. polygon is a closed figure with all sides of equal length and all angles of equal size
Q2. What is the use of pen block?
ANS2. Pen block is used to draw shapes and plot coloured pixels on the screen. This block
puts Sprite’s pen down, so that it will draw as it moves on the screen.
Q3. Which block is used to draw patterns? .
ANS 3. Stamp block is used to draw patterns

F. Long answer type questions.


Q1. Briefly describe the process to change the directions of a sprite.
ANS1. You can change the direction of the Sprite by using the Turn block under the Motions
block menu. The turn 15 degree clockwise block will turn the Sprite in clockwise direction by
the specified number of degrees. The turn 15 degree anticlockwise block will turn the Sprite in
anti-clockwise direction by the specified number of degrees

Q2. How can you draw a regular polygon with 11 sides?


ANS2. Steps to draw polygons:
Step 1 Drag the Repeat block from Control blocks menu.
Step 2 Drag the motion block: move 52 steps and turn 32.7 degrees.
Step 3 Drag wait block set value 1 secs.
Step 4 Change the Repeat value and Turn value accordingly.
Step 5 Set Pen size to value 1 and add blocks: pen down & clear.
Step 6 Run the Sprite
Q3. How can you draw a triangle by using repeat command?
ANS 3. To draw a triangle by using repeat command: Repeat move 100 steps Turn 120 degrees

You might also like