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 checks the evaluated key form against the unevaluated keys using EQL? |
| A. | COND |
| B. | CASE |
| C. | NIL |
| D. | SETF |
| Answer» C. NIL | |
| 2. |
Which has a template that calls for particularly peculiar argument evaluation? |
| A. | COND |
| B. | Consequent |
| C. | Trigger |
| D. | Sphere |
| Answer» B. Consequent | |
| 3. |
What will happen if the value of all the test-forms are nil? |
| A. | Nothing |
| B. | COND form is nil |
| C. | Both Nothing & COND form is nil |
| D. | None of the mentioned |
| Answer» C. Both Nothing & COND form is nil | |
| 4. |
What is the value of last consequent form in the triggered clause? |
| A. | Value of the entire COND |
| B. | Trigger |
| C. | Consequent |
| D. | All of the mentioned |
| Answer» B. Trigger | |
| 5. |
In clause what the zero or more additional forms are called? |
| A. | Conditional |
| B. | Consequents |
| C. | Clause |
| D. | None of the mentioned |
| Answer» C. Clause | |