LOGO stands for:
Language Of Graphics Oriented
Language Of Graphics
Language Oriented Graphics
None of these
In __________ ,a procedure executes itself as a part of its own definition.
sub procedure
super procedure
arithamatic operations
Recursion
The __________ primitive is used to accept the input in the form of a list from the user.
READWORD
READLIST
MAKE
PRINT
The command MAKE "add(:A +:B) adds two variables A and B and stores the result in the variable_______________
A
B
C
add
Which of the following a programming language?
MS WORD
Adobe Photoshop
Nero
LOGO
Which of the following is a conditional statement in LOGO ?
IF
END
Recursion can be stopped by using the __________ primitive.
STOP
The procedure which uses the sub-procedure is known as the ____________
function
none of these
In IF ELSE statement ,the commands are executed ,if the conditions is ___________
True
false
true or false
Which of the following primitive is used to accept the input in the form of a list?
QUESTION BOX