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. |
T NIL |
| A. | NIL |
| B. | T |
| C. | T NIL T |
| Answer» C. T NIL T | |
| 2. |
Which enables to define procedures that have procedure arguments? |
| A. | Funargs |
| B. | Mapcar |
| C. | Fun |
| D. | Funcall |
| Answer» C. Fun | |
| 3. |
How many procedures are available in lists to filter them? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» C. 3 | |
| 4. |
Which forms offer an alternative to the recursive transformation cliche? |
| A. | Mapcar |
| B. | Maplist |
| C. | Mapdata |
| D. | All of the mentioned |
| Answer» B. Maplist | |
| 5. |
To which procedure does mapcar is not restricted? |
| A. | List |
| B. | Datachar |
| C. | Procedure of one parameter |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 6. |
Which makes the data to easily transform lists? |
| A. | Car |
| B. | Mapcar |
| C. | Map |
| D. | Maplist |
| Answer» C. Map | |