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
___________primitive is used for setting the turtle's pen lifts up.
LIFTUP
PENUP
FORWARD
None of these
The _________primitive is used to divide one number from another.
DIV
DIVISION
QUOTIENT
DIVIDE
Which primitive is used to make the turtle to work as an eraser?
Which LOGO primitive is used to subtract one number from another?
DIFFERENCE
SUB
SUBTRACT
Which command is used by the turtle to starts drawing again,after 'PENUP'?
PU
PD
FD
SETDRAW
Which primitive is used to bring the turtle to its home position?
TH
TURTLE HOME
SET HOME
HOME
Which one of the LOGO command correct?
PRINT(PRODUCT 2 5 3 )
PRINT PRODUCT 2 5 3
PRINT 2*5*3
All of them
Name the primitive used to exit from LOGO screen.
EXIT
EXIT SCREEN
LOGO EXIT
BYE
The __________primitive is used for addition
ADD
SUM
ADDITION