Which is used to compile individual procedures?
Compile-file
ED
Compile
Load
10 practice sets · Page 1 of 1
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
Which has its own convention for doing the basic maneuvers?
Lisp
Compiler
Interpreter
Editor
How the files are specified in lisp?
Strings
Characters
Booleans
None of the mentioned
Which primitive is used to create or modify a specified file?
File
Manipulation
ED
None of the mentioned
Which translate the procedures into equivalent computer instructions?
File
Compile-file
Compiler
None of the mentioned