NEW
Font size
WorksheetsMS-Logo-Quiz-2
Total questions: 27
Worksheet time: 14mins
LOGO stands for _____________________
Logic Oriented Group Origin
Logic Oriented Graphic Oriented
Least Oriented Grammer Oriented
PD commands stands for __________________
Pencil Down
Pen Drop
Pen down
______command is used to erase line.
PPT
PE
FD
ST is used to _______________.
Show Turtle
make turtle small
None of them
The MS-Logo program is used to _________________
Type Letters
Drawing shapes
Edit music
LT command stands for ______________
Low Turtle
Least Turtle
Left Turtle
_______command display numbers and words in a commander window.
Label
Both A & B
we used _____ command to clean the drawing area.
CSS
CS
SC
CT command stands for ______________.
Clear Text
Clear Screen
None of them
______ command draw a line of 150 points forward.
PPT 150
PD 150
FD 150
The MS-Logo Screen is divided into _______ parts.
2
3
4
_______command display numbers and text in a drawing area.
Label
FD
To erase a line we used ________command after PE command.
BK
PPT
None of them
PPT and PU commands doing the same action.
True
False
Turtle moves and draw shape in a _________ window.
Commander
Drawing Window
Both A & B
We type the commands in a __________ window.
Drawing
Commander
None of them
PPT command stands for ______________.
Pen Pen Paint
Paint turtle
Pen Paint
Label [ Hello World ] command display __________
lable Hello World
Label Hello
Hello world
After PU command we can draw lines by using FD command.
True
False
______ command move the turtle into 60 degree left.
Left 60
Move Turtle 60
LT 60
FD command stands for __________
Fast move
Move down
None of them
PR command stands for __________
print right
None of them
_____function is used to perform "Addition" in MS-Logo.
difference
product
sum
_____function is used to perform "division" in MS-Logo.
difference
product
quotient
PR (sum 5 10) display the result _________.
50
15
150
PR (difference 100 90) display the result ________.
190
1
10
PR (quotient 10 5 ) display the result ________.
2
50
5
