MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Lisp knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which stops evaluation so that you can evaluate forms? |
| A. | Time |
| B. | Describe |
| C. | Trace |
| D. | Break |
| Answer» E. | |
| 2. |
Which causes procedures to print their arguments and values? |
| A. | Time |
| B. | Describe |
| C. | Trace |
| D. | Break |
| Answer» D. Break | |
| 3. |
Which should report when lisp is encountered with unexpected situations? |
| A. | List |
| B. | Procedures |
| C. | Variables |
| D. | None of the mentioned |
| Answer» C. Variables | |
| 4. |
How the put-on will succeed in lisp? |
| A. | No error |
| B. | All procedures failed |
| C. | All sub-procedures succeeds |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 5. |
Which arranges for one object to be placed on another? |
| A. | Put-on |
| B. | Put-up |
| C. | Variable |
| D. | List |
| Answer» B. Put-up | |