____________ is used to refer a variable in LOGO
colon(:)
semi colon (;)
dot (.)
comma (,)
A __________ is a name associated with a value.
procedure
sub procedure
variable
recursion
LOGO stands for:
Language Of Graphics Oriented
Language Of Graphics
Language Oriented Graphics
None of these
Which of the following primitive is used to accept the input in the form of a list?
QUESTION BOX
READWORD
MAKE
___________ primitive is used to change the value of a variable.
PRINT
CHANGE
END
Variables can perform arithmatic operations like ______________
addition
subtraction
division and multiplication
all the above
Recursion can be stopped by using the __________ primitive.
STOP
Which of the following is a conditional statement in LOGO ?
IF
The IF statement has _________ parts
only conditions
only command
the condition and the command
none of these
The procedure which uses the sub-procedure is known as the ____________
super procedure
function