Which one of the LOGO primitive is used to print the sum of 14 and 5?
Which command is used to display the correct date and time in LOGO?
DATE
DATE AND TIME
DAY
None of these
Name the primitive used to exit from LOGO screen.
EXIT
EXIT SCREEN
LOGO EXIT
BYE
_____________command is used to move the turtle forward.
FD
FWARD
UP
Choose the appropriate command for displaying the difference between 15 and 10.
PRINT DIFFERENCE 15 10
PRINT 15-10
PRINT DIFFERENCE 15-10
both a and b
LOGO commands are known as _________.
Programs
Primitives
Turtles
Figures
The _________primitive is used to divide one number from another.
DIV
DIVISION
QUOTIENT
DIVIDE
___________primitive is used for setting the turtle's pen lifts up.
LIFTUP
PENUP
FORWARD
The ___________primitive is used to divide one another from another.
In the cause of 'PRINT' primitive,which one of the following syntax is correct?
PRINT "How are you"?
PRINT[How are You?]
PRINT (How are You?)
PRINT How are you?