MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Lisp knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
WHAT_IS_THE_CORRECT_SYNTAX_FORM_OF_THE_GIVEN_STATEMENT??$ |
| A. | (compile-file <target file specification>) |
| B. | (compile <target file specification>) |
| C. | (compile-file <source file specification>) |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 2. |
Which_is_used_to_compile_individual_procedures?$ |
| A. | Compile-file |
| B. | ED |
| C. | Compile |
| D. | Load |
| Answer» D. Load | |
| 3. |
What is the correct syntax form of the given statement? |
| A. | (ed <file specification>) |
| B. | (ef <file name>) |
| C. | (ed <file location>) |
| D. | All of the mentioned |
| Answer» B. (ef <file name>) | |
| 4. |
What is produced from compile-file? |
| A. | Text file |
| B. | Binary file |
| C. | Lsp file |
| D. | All of the mentioned |
| Answer» C. Lsp file | |
| 5. |
To which value does the lisp compiler is evaluated? |
| A. | File |
| B. | String |
| C. | Compile-File |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 6. |
Which has its own convention for doing the basic maneuvers? |
| A. | Lisp |
| B. | Compiler |
| C. | Lisp |
| D. | Editor |
| Answer» E. | |
| 7. |
How the files are specified in lisp? |
| A. | Strings |
| B. | Characters |
| C. | Booleans |
| D. | None of the mentioned |
| Answer» B. Characters | |
| 8. |
Which primitive is used to create or modify a specified file? |
| A. | File |
| B. | Manipulation |
| C. | ED |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 9. |
Which translate the procedures into equivalent computer instructions? |
| A. | File |
| B. | Compile-file |
| C. | Compiler |
| D. | None of the mentioned |
| Answer» C. Compiler | |