wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Introduction to Logo Commands

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does the command `fd` stand for in Logo programming?

a)

Finish drawing

b)

Forward

c)

Fast draw

d)

Final destination

2.

Which command would you use to move the cursor backward in Logo?

a)

bk

b)

bw

c)

bd

d)

back

3.

In Logo, what does the command `rt` stand for?

a)

Rotate

b)

Return

c)

Right

d)

Reset

4.

What is the purpose of the `lt` command in Logo?

a)

Loop through

b)

Left

c)

List

d)

Launch

5.

Which command is used to clear the screen in Logo?

a)

cs

b)

cl

c)

clr

d)

clear

6.

What unit of measure does Logo use for drawing?

a)

Inches

b)

Centimeters

c)

Pixels

d)

Points

7.

How can loops be created in Logo?

a)

Using the command `loop`

b)

Using the command `repeat`

c)

Using the command `cycle`

d)

Using the command `iterate`

8.

What shape will the command `repeat 4 [fd 100 rt 90]` draw?

a)

Triangle

b)

Rectangle

c)

Square

d)

Circle

9.

If you want to draw a triangle using the `repeat` command, which of the following could be a correct sequence?

a)

`repeat 3 [fd 100 rt 120]`

b)

`repeat 3 [fd 100 rt 90]`

c)

`repeat 3 [fd 100 rt 60]`

d)

`repeat 3 [fd 100 rt 180]`

10.

Which of the following commands will move the cursor to the right by 90 degrees?

a)

`lt 90`

b)

`rt 90`

c)

`fd 90`

d)

`bk 90`