wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Msw Logo Review

Total questions: 39

Worksheet time: 49mins

Name
Class
Date
1.

Logo is a text based programming language.

It uses a rabbit on the screen to create graphics.

a)

True

b)

False

2.

What clears the screen by deleting all the pen marks left by the turtle?

a)

PU

b)

PD

c)

CT

d)

CS

e)

FR

3.

What command would make the turtle move forwards 100 pixels?

a)

front 100

b)

forward 100%

c)

fr 100

d)

forward 100

e)

fd 100

4.

What command would make the turtle move backwards 100 pixels ?

a)

reverse 100

b)

bk 100

c)

rV 100

d)

reverse 100

5.

rt 90 makes the turtle turn right 190 degrees

a)

False

b)

True

6.

lt 90 makes the turtle turn left 90 degrees ?

a)

True

b)

False

7.

To work out the angle that you have to turn to draw a shape all you have to do is:

a)

60o divided by (the number of sides of the shape)

b)

360o divided by (the number of sides of the shape)

c)

120o divided by (the number of sides of the shape)

d)

180o divided by (the number of sides of the shape)

8.

Which command would change the pen colour?

a)

SETPEN

b)

SETPENCOLOR

c)

SETPENCOLOUR

d)

COLORSET

9.
What is a turtle?
a)
A programming language
b)
A simulated robot controlled by computer
c)

A fixed triangle on the screen
d)
An insect
10.
Which of the following is a simple computer programming language?
a)
LOGO
b)
LEGO
c)
LIGO
d)
CLUEDO
11.
What is a program to control a robot written in?
a)
English
b)
Computer language
c)
Encryption
12.
In LOGO what shape would these commands draw: FD100, RT 90, FD 50, RT 90, FD 100, RT 90, FD 50, RT 90?
a)
Rectangle
b)
Square
c)
Parallelog
d)
circle
13.
John wants to draw a letter L. The turtle is pointing towards the top of the screen. Which series of commands will draw the shape?
a)
BACK 100 LEFT 90 FORWARD 50
b)
BACK 100 RIGHT 90 FORWARD 50
c)

RIGHT 180 FORWARD 100 RIGHT 90 FORWARD 50
14.
What could you use to simplify the code to draw a square?
a)

Encryption
b)

An instruction
c)

A repeat command
15.
Which of these commands is NOT a valid LOGO command?
a)
FORWARD
b)
BAKWARD
c)

BK
16.
What will happen if you do not put a space between words in your commands (eg "FORWARD50")?
a)
It won't work
b)
It will work regardless of there being a space or not
c)

It will work but the turtle will only move forward 5 places and not 50
17.
What instruction will raise the pen and stop drawing?
a)

PENDOWN
b)
PENUP
c)

RIGHT 999
18.

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

a)

car

b)

boat

c)

turtle

19.

LOGO instructions for the turtle are typed in the

a)

recall list

b)

screen

c)

input box

20.

if you want to turn right for 45 degrees you can do it with:

a)

right

b)

rt 45

c)

turn 45

21.

If we want to return back in our starting point, we will choose:

a)

house

b)

home

c)

go to start

22.

By default, what is the color of lines draw by the turtle?

a)

black

b)

green

c)

blue

d)

red

23.

In how many directions the turtle can move?

a)

2

b)

4

c)

6

d)

8

24.

The short command for the PenDown is?

a)

PE

b)

PPT

c)

PW

d)

PD

25.

what is the output for the commands: REPEAT 360 [fd 2 rt 1]

a)

Polygon

b)

Triangle

c)

Circle

d)

Square

26.

What is the output for the commands: REPEAT 6 [ fd 100 rt 60]

a)

Hexagon

b)

Pentagon

c)

Square

d)

Circle

27.
The upper window in LOGO is used to?
a)
Write the commands
b)
Execute the commands
c)
Display graphics
d)
Display command list
28.

what is MSW?

a)

Microsoft Water

b)

Microsoft Windows

c)

Windows Microsoft

29.

Which program do you use to draw by controlling a turtle?

a)
b)
c)
d)
30.

To run command, we press ….

a)

Edall button

b)

Execute button

c)

Pause button

d)

Reset button

31.

What is the best reason for making procedures?

a)

It is easier

b)

It is quicker

c)

It is required

d)

It saves your programs and saves you from having to type things more than once

32.

When using repeat we always put ______ after the pattern:

a)

direction

b)

sequence

c)

procedure

d)

none of the above

33.

a procedure starts and ends with?

a)

start & end

b)

to & end

c)

go & exit

d)

none of the above

34.

What is repeat inside a repeat?

a)

nesting

b)

inside repeat

c)

sequence

d)

none of the above

35.

What command writes anything at any location?

a)

wait

b)

label[]

c)

write

d)

none of the above

36.

What command makes the turtle appear?

a)

ht

b)

st

c)

hide turtle

d)

turtle appear

37.

What greek word logo comes from?

a)

lego

b)

logoi

c)

logos

d)

word

38.

Where do you type your procedures?

a)

edall button

b)

pause button

c)

execute button

d)

reset button

39.

to run command, we press ....

a)

edall button

b)

pause button

c)

execute button

d)

reset button