__________ means the method of doing particular task.
Procedure
Class
Object
Variables
In __________ ,a procedure executes itself as a part of its own definition.
sub procedure
super procedure
arithamatic operations
Recursion
In IF statement ,the commands are executed only if the conditions is _______________
True
false
True or false
none of these
The difficulty to write large procedures can be solved by __________
variables
statements
nesting of procedures
recursion
____________ is used to refer a variable in LOGO
colon(:)
semi colon (;)
dot (.)
comma (,)
Variables can perform arithmatic operations like ______________
addition
subtraction
division and multiplication
all the above
In IF ELSE statement ,the commands are executed ,if the conditions is ___________
true or false
Which of the following is a conditional statement in LOGO ?
MAKE
IF
END
PRINT
The __________ primitive is used to accept the input in the form of a list from the user.
READWORD
READLIST
Which of the following primitive is used to accept the input in the form of a list?
QUESTION BOX
None of these