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. |
566 |
| A. | 11.5683 |
| B. | 12.56637 |
| C. | 13 |
| Answer» C. 13 | |
| 2. |
Which hides details behind abstraction boundaries? |
| A. | Procedures |
| B. | Procedure abstraction |
| C. | Recursion |
| D. | Both Procedures & Procedure abstraction |
| Answer» C. Recursion | |
| 3. |
Which is used to seperate the abstraction layers? |
| A. | Abstraction boundaries |
| B. | Data |
| C. | Procedure |
| D. | All of the mentioned |
| Answer» B. Data | |
| 4. |
What is the process of arranging procedures into layers? |
| A. | Procedure |
| B. | Abstraction |
| C. | Abstraction layers |
| D. | Procedure abstraction |
| Answer» D. Procedure abstraction | |
| 5. |
Which abstractions have a prescribed behavior? |
| A. | Auxiliary procedures |
| B. | Procedure abstraction |
| C. | Primary procedures |
| D. | None of the mentioned |
| Answer» B. Procedure abstraction | |
| 6. |
Which process helps to build large and complicated programs? |
| A. | Macros |
| B. | Procedure abstraction |
| C. | Defun |
| D. | None of the mentioned |
| Answer» C. Defun | |