What is the process of reserving a place in computer memory to store a value for a symbol?
Storing
Ranging
Binding
None of the mentioned
Browse topic-based LISP practice sets.
186 practice sets · Page 7 of 10
What is the process of reserving a place in computer memory to store a value for a symbol?
Storing
Ranging
Binding
None of the mentioned
Which is a procedures supplied by user in terms of primitives?
Custom
User-defined
Definite
All of the mentioned
Which notation facilitates uniformity in lisp?
Prefix
Postfix
Infix
None of the mentioned
Which is used to represent the prompt in lisp?
$
&
Which makes nameless procedures into lexical closures?
$
#'
Which do not produce nested fences?
Variables
Procedure calls
Fences
All of the mentioned
Which helps to produce nested fences?
Lets
List
Label
None of the mentioned
Which primitive enables you to define one procedure inside another?
Do
List
Primitive
Labels
Which makes it possible to define sophisticated generator procedures that produce new values?
List
Variables
Encapsulation
None of the mentioned
Which are evaluated before initial binding?
All initialisation forms
Iterations
Procedures
None of the mentioned
What will be occupied in the first part of DO?
Procedures
List
Iterators
List of parameters
What will happen if a dotimes form has no result form?
Nil
T
Both Nil & T
Nothing
Which provides a way to write simple counting-oriented iteration procedures?
Do
Dotimes
Recursion
Iteration
Which is a general strategy for controlling how a computation evolves?
Recursion
Mapping
Iteration
None of the mentioned
Which is used to compile individual procedures?
Compile-file
ED
Compile
Load
What is the correct syntax form of the given statement?
(compile-file )
(compile )
(compile-file
None of the mentioned
What is the correct syntax form of the given statement?
(load )
(load )
(load)
None of the mentioned
What is the correct syntax form of the given statement?
(ed )
(ef )
(ed )
All of the mentioned
What is produced from compile-file?
Text file
Binary file
Lsp file
All of the mentioned
To which value does the lisp compiler is evaluated?
File
String
Compile-File
None of the mentioned