MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Lisp knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
KIRSH?$ |
| A. | T |
| B. | Nil |
| C. | Error |
| Answer» D. | |
| 2. |
Which makes it possible to print in tabulated columns? |
| A. | |
| B. | Read |
| C. | Directive |
| D. | Format |
| Answer» E. | |
| 3. |
Which evaluates the expression twice during execution? |
| A. | Read |
| B. | Eval |
| C. | Format |
| D. | |
| Answer» C. Format | |
| 4. |
Which primitive makes the messages consists of uppercase and lowercase letters? |
| A. | Format |
| B. | Directive |
| C. | |
| D. | Read |
| Answer» B. Directive | |
| 5. |
Which evaluates the single argument and prints it on a new line? |
| A. | Format |
| B. | With-open-file |
| C. | |
| D. | All of the mentioned |
| Answer» D. All of the mentioned | |
| 6. |
Which can read expressions from data-files one at a time? |
| A. | |
| B. | With-open-file |
| C. | Directive |
| D. | None of the mentioned |
| Answer» C. Directive | |