Which arranges for one object to be placed on another?
Put-on
Put-up
Variable
List
Browse topic-based LISP practice sets.
186 practice sets · Page 4 of 10
Which arranges for one object to be placed on another?
Put-on
Put-up
Variable
List
What value will assigned, if there is no argument marked by a matching keyword?
T
NIL
False
Both NIL & False
Which can appear without an initial form?
Parameter
Block parameter
Optional parameter
Aux parameter
Which eliminate the need for many auxiliaries?
Parameters
Block parameters
Optional parameters
All of the mentioned
Which allow procedures to use themselves again?
Recursion
Reuse
Reintiate
None of the mentioned
Which is bounded to a list of all unaccounted argument values?
REST
&REST
RAISE
&RAISE
How many types of read forms are available in file manipulation?
1
2
3
4
What will happen if nil is supplied as second argument in read form?
T
Value
Nil
None of the mentioned
Which stream is involved with print and format forms?
Input
Output
Both Input & Output
None of the mentioned
How many types of streams are available in lisp?
1
2
3
4
Which primitive is used to connect the files with the streams?
Read
Format
With-open-file
None of the mentioned
Pick out the correct syntax in given order.
(setf (get ) )
(setf (get )
(setf (get )
None of the mentioned
Which is used as writer for properties?
Setf
Get
Both Setf & Get
None of the mentioned
What is the collection of property names and values associated with a symbol?
List
Property
Procedures
Property list
Which enables storage in symbolically indexed places?
Properties
Procedures
Variable
List
How many values that a symbol may have?
1
2
3
4
Which procedure is used to create data?
List
Variable
Constructor
None of the mentioned
What are the variables that are bound and that have values assigned to them?
Data
Variable
Parameters
None of the mentioned
How many types of variables are available in lisp?
1
2
3
4
What is a symbol thought of as a name for a place to store value?
Data
Variable
Parameters
None of the mentioned