MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Lisp knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
MONDAY?$ |
| A. | BOTH-ENDS |
| B. | Friday Monday |
| C. | Monday Friday |
| Answer» B. Friday Monday | |
| 2. |
Breakfast |
| A. | Lunch |
| B. | Dinner |
| C. | Both Breakfast & Dinner |
| Answer» C. Both Breakfast & Dinner | |
| 3. |
What are the variables that are bound and that have values assigned to them? |
| A. | Data |
| B. | Variable |
| C. | Parameters |
| D. | None of the mentioned |
| Answer» D. None of the mentioned | |
| 4. |
How many types of variables are available in lisp? |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| Answer» C. 3 | |
| 5. |
What is a symbol thought of as a name for a place to store value? |
| A. | Data |
| B. | Variable |
| C. | Parameters |
| D. | None of the mentioned |
| Answer» C. Parameters | |
| 6. |
Which primitive removes all but the last element from the list? |
| A. | Last |
| B. | First |
| C. | Remove |
| D. | Revoke |
| Answer» B. First | |
| 7. |
Which is used to build the lisp procedures? |
| A. | Data |
| B. | Primitives |
| C. | Definition |
| D. | None of the mentioned |
| Answer» C. Definition | |