Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MSWLogo Commands

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What command is used to move the turtle forward in MSWLogo?

a)

FD

b)

RT

c)

MV

d)

UP

2.

Which command is used to turn the turtle to the right in MSWLogo?

a)

LEFT

b)

RT

c)

DOWN

d)

UP

3.

What command is used to lift the turtle's pen in MSWLogo?

a)

down

b)

pu

c)

penup

d)

lift

4.

Which command is used to change the color of the turtle's pen in MSWLogo?

a)

SETPC

b)

SWCHPC

c)

MODPC

d)

CHGPC

5.

What command is used to repeat a set of commands in MSWLogo?

a)

LOOP

b)

REPEAT

c)

ITERATE

d)

AGAIN

6.

Which command is used to clear the drawing screen in MSWLogo?

a)

CLEARSCREEN

b)

REMOVESCREEN

c)

ERASE

d)

DELETE

7.

What command is used to set the turtle's position in MSWLogo?

a)

MOVE

b)

LOCATE

c)

JUMP

d)

SETXY

8.

Which command is used to draw a circle in MSWLogo?

a)

triangle [side1] [side2] [side3]

b)

square [side]

c)

circle [radius]

d)

rectangle [length] [width]

9.

What command is used to change the background color in MSWLogo?

a)

MODIFY

b)

SETBG

c)

UPDATE

d)

CHANGE

10.

Which command is used to define a new procedure in MSWLogo?

a)

DEFINE

b)

TO

c)

PROCEDURE

d)

CREATE