___________ primitive is used to change the value of a variable.
MAKE
PRINT
CHANGE
END
Which of the following primitive is used to accept the input in the form of a list?
QUESTION BOX
READWORD
None of these
The difficulty to write large procedures can be solved by __________
variables
statements
nesting of procedures
recursion
The ____________ primitive is used to input a word or number
READLINE
QUESTIONBOX
__________ means the method of doing particular task.
Procedure
Class
Object
Variables
A variable can be defined using the ___________ primitive
REPEAT
LOGO stands for:
Language Of Graphics Oriented
Language Of Graphics
Language Oriented Graphics
The __________ primitive is used to accept the input in the form of a list from the user.
READLIST
Variables can perform arithmatic operations like ______________
addition
subtraction
division and multiplication
all the above
The IF statement has _________ parts
only conditions
only command
the condition and the command
none of these