No student devices needed. Know more
39 questions
Logo is a text based programming language.
It uses a rabbit on the screen to create graphics.
True
False
What clears the screen by deleting all the pen marks left by the turtle?
PU
PD
CT
CS
FR
What command would make the turtle move forwards 100 pixels?
front 100
forward 100%
fr 100
forward 100
fd 100
What command would make the turtle move backwards 100 pixels ?
reverse 100
bk 100
rV 100
reverse 100
rt 90 makes the turtle turn right 190 degrees
False
True
lt 90 makes the turtle turn left 90 degrees ?
True
False
To work out the angle that you have to turn to draw a shape all you have to do is:
60o divided by (the number of sides of the shape)
360o divided by (the number of sides of the shape)
120o divided by (the number of sides of the shape)
180o divided by (the number of sides of the shape)
Which command would change the pen colour?
SETPEN
SETPENCOLOR
SETPENCOLOUR
COLORSET
1. LOGO is a type of programming language that is used to move a __________ on the screen
car
boat
turtle
LOGO instructions for the turtle are typed in the
recall list
screen
input box
if you want to turn right for 45 degrees you can do it with:
right
rt 45
turn 45
If we want to return back in our starting point, we will choose:
house
home
go to start
By default, what is the color of lines draw by the turtle?
black
green
blue
red
In how many directions the turtle can move?
2
4
6
8
The short command for the PenDown is?
PE
PPT
PW
PD
what is the output for the commands: REPEAT 360 [fd 2 rt 1]
Polygon
Triangle
Circle
Square
What is the output for the commands: REPEAT 6 [ fd 100 rt 60]
Hexagon
Pentagon
Square
Circle
what is MSW?
Microsoft Water
Microsoft Windows
Windows Microsoft
Which program do you use to draw by controlling a turtle?
To run command, we press ….
Edall button
Execute button
Pause button
Reset button
What is the best reason for making procedures?
It is easier
It is quicker
It is required
It saves your programs and saves you from having to type things more than once
When using repeat we always put ______ after the pattern:
direction
sequence
procedure
none of the above
a procedure starts and ends with?
start & end
to & end
go & exit
none of the above
What is repeat inside a repeat?
nesting
inside repeat
sequence
none of the above
What command writes anything at any location?
wait
label[]
write
none of the above
What command makes the turtle appear?
ht
st
hide turtle
turtle appear
What greek word logo comes from?
lego
logoi
logos
word
Where do you type your procedures?
edall button
pause button
execute button
reset button
to run command, we press ....
edall button
pause button
execute button
reset button
Explore all questions with a free account