What are the variables that are bound and that have values assigned to them?
Data
Variable
Parameters
None of the mentioned
Answer and explanation
The parameter of a procedure are variables that are bound and have values assigned to them.
ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
5 practice sets · Page 1 of 1
What are the variables that are bound and that have values assigned to them?
Data
Variable
Parameters
None of the mentioned
The parameter of a procedure are variables that are bound and have values assigned to them.
How many types of variables are available in lisp?
1
2
3
4
There are two kinds of variables available in lisp. They are lexical variable and special variable.
What is a symbol thought of as a name for a place to store value?
Data
Variable
Parameters
None of the mentioned
A variable is a symbol thought of as a name for a place to store value.
Which primitive removes all but the last element from the list?
Last
First
Remove
Revoke
"Last" is used whenever there is a requirement of only last element of list.
Which is used to build the lisp procedures?
Data
Primitives
Definition
None of the mentioned
Lisp procedures are formed by using lisp primitives and it is the primary purpose of procedure definition.