The procedure which uses the sub-procedure is known as the ____________
sub procedure
super procedure
function
none of these
LOGO stands for:
Language Of Graphics Oriented
Language Of Graphics
Language Oriented Graphics
None of these
The IF statement has _________ parts
only conditions
only command
the condition and the command
Which of the following is a conditional statement in LOGO ?
MAKE
IF
END
PRINT
A __________ is a name associated with a value.
procedure
variable
recursion
__________ means the method of doing particular task.
Procedure
Class
Object
Variables
Which of the following primitive is used to accept the input in the form of a list?
QUESTION BOX
READWORD
In IF ELSE statement ,the commands are executed ,if the conditions is ___________
True
false
true or false
A variable can be defined using the ___________ primitive
REPEAT
___________ primitive is used to change the value of a variable.
CHANGE