Which one of the LOGO command correct?
PRINT(PRODUCT 2 5 3 )
PRINT PRODUCT 2 5 3
PRINT 2*5*3
All of them
To draw a figure with 9 sides,the turtle will turne by an angle of _________degree
40
72
180
20
The ___________primitive is used to divide one another from another.
DIV
DIVISION
QUOTIENT
DIVIDE
___________primitive is used for setting the turtle's pen lifts up.
LIFTUP
PENUP
FORWARD
None of these
Which command is used to rotate the turtle?
SETH
ROTATE
ROTATE RIGHT
ROTATE LEFT
LOGO has a triangle called the ___________.
LOGO triangle
Turtle
Primitive
LOGO is a ____________oriented language.
Program
Object
Graphics
Procedure
Which command is used to display the correct date and time in LOGO?
DATE
DATE AND TIME
DAY
Which primitive is used to make the turtle disappear from the monitor?
HT
HIDE TURT
HIDE
Which command is correct for multiplying three numbers?
PRINT(PRODUCT 2 5 3)
PRINT(PRODUCT 2,5,3)