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. |
Atoms are considered as S-expressions. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
If X and Y are S-expression then (X.Y) is a/an ____ |
| A. | S-expression |
| B. | Atom |
| C. | List |
| D. | Predicate |
| Answer» B. Atom | |
| 3. |
What are the basic building blocks of S-expressions? |
| A. | Atoms |
| B. | Lists |
| C. | Numbers |
| D. | Predicates |
| Answer» B. Lists | |
| 4. |
All program statements and data in LISP are represented by S-expressions? |
| A. | True |
| B. | False |
| Answer» B. False | |
| 5. |
What S-expression consists of? |
| A. | Atoms and Lists |
| B. | Numeric only |
| C. | Literals only |
| D. | Atoms only |
| Answer» B. Numeric only | |