wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Drawing Shapes using Logo- YR 4

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does the command 'fd 10' do in Logo programming language?

a)

Turns the turtle 10° to the left

b)

Turns the turtle 10° to the right

c)

Moves the turtle backward 10 steps

d)

Moves the turtle forward 10 steps

2.

What does the command 'rt 90' do in Logo programming language?

a)

Moves the turtle forward 90 steps

b)

Moves the turtle backward 90 steps

c)

Turns the turtle 90° to the right

d)

Turns the turtle 90° to the left

3.

What does the command 'repeat 4[fd 10 rt 90]' do in Logo programming language?

a)

Draws a triangle

b)

Draws a square

c)

Draws a circle

d)

Draws a pentagon

4.

What is the purpose of Logo programming language?

a)

To control the movement of a turtle

b)

To control the movement of a cat

c)

To control the movement of a bird

d)

To control the movement of a dog

5.
What instruction will raise the pen and stop drawing?
a)

PENDOWN
b)
PENUP
c)

RIGHT 999
6.

In the LOGO command BK 50 , 50 specifies _____________.

a)

The degrees

b)

The number of steps

7.

To hide a command we use_____ Command

a)

HT

b)

ST

c)

TH

d)

TS

8.

To draw a triangle, we need to set the angle as ____

a)

45

b)

120

c)

60

d)

90

9.

LOGO is a type of programming language that is used to move a __________ on the screen.

a)

car

b)

boat

c)

turtle

10.

We want to draw rectangle with sides of length 100 and 50. Choose the only one right command.

a)

repeat 2 [fd 50 rt 90 fd 100 rt 90]

b)

fd 50 rt 90 fd 100 rt 90

c)

fd 100 lt 90 fd 100 rt 90

d)

repeat 4 [fd 50 bk 100]