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 makes nameless procedures into lexical closures? |
| A. | $ |
| B. | |
| C. | ’ |
| Answer» D. | |
| 2. |
Which do not produce nested fences? |
| A. | Variables |
| B. | Procedure calls |
| C. | Fences |
| D. | All of the mentioned |
| Answer» C. Fences | |
| 3. |
Which helps to produce nested fences? |
| A. | Lets |
| B. | List |
| C. | Label |
| D. | None of the mentioned |
| Answer» B. List | |
| 4. |
Which primitive enables you to define one procedure inside another? |
| A. | Do |
| B. | List |
| C. | Primitive |
| D. | Labels |
| Answer» E. | |
| 5. |
Which makes it possible to define sophisticated generator procedures that produce new values? |
| A. | List |
| B. | Variables |
| C. | Encapsulation |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |