Which of the following primitive is used to accept the input in the form of a list?
QUESTION BOX
READWORD
MAKE
None of these
The __________ primitive is used to accept the input in the form of a list from the user.
READLIST
PRINT
The command MAKE "add(:A +:B) adds two variables A and B and stores the result in the variable_______________
A
B
C
add
The ____________ primitive is used to input a word or number
READLINE
QUESTIONBOX
Which of the following is a conditional statement in LOGO ?
IF
END
The IF statement has _________ parts
only conditions
only command
the condition and the command
none of these
Recursion can be stopped by using the __________ primitive.
STOP
The procedure which uses the sub-procedure is known as the ____________
sub procedure
super procedure
function
In IF statement ,the commands are executed only if the conditions is _______________
True
false
True or false
__________ means the method of doing particular task.
Procedure
Class
Object
Variables