MCQs > IT & Programming > Lisp Programming MCQs > Basic Lisp Programming MCQs

Basic Lisp Programming MCQ

1. Which simplifies the macro writing?

Answer

Correct Answer: Macros

Note: This Question is unanswered, help us to find answer for this one

2. Which is used to slice the elements in the list?

Answer

Correct Answer: #

Note: This Question is unanswered, help us to find answer for this one

3. Which are perfect for making and filling using backquote mechanism?

Answer

Correct Answer: Macro templates

Note: This Question is unanswered, help us to find answer for this one

4. Which isolates an entire expression from evaluation?

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one

5. Which mechanism makes it easy to create and to complete template like expressions?

Answer

Correct Answer: Backquote

Note: This Question is unanswered, help us to find answer for this one

6. What will happen if a variable has not assigned a value by SETF form?

Answer

Correct Answer: Error message

Note: This Question is unanswered, help us to find answer for this one

7. Which arranges for parameters to be bound on entering a procedure?

Answer

Correct Answer: Let

Note: This Question is unanswered, help us to find answer for this one

8. How many types of variables are available in lisp?

Answer

Correct Answer: 2

Note: This Question is unanswered, help us to find answer for this one

9. What is a symbol thought of as a name for a place to store value?

Answer

Correct Answer: Variable

Note: This Question is unanswered, help us to find answer for this one

10. Which is used to build the lisp procedures?

Answer

Correct Answer: Primitives

Note: This Question is unanswered, help us to find answer for this one

11. What is the process of reserving a place in computer's memory to store a value for a symbol?

Answer

Correct Answer: Binding

Note: This Question is unanswered, help us to find answer for this one

12. Which is used to represent the prompt in lisp?

Answer

Correct Answer: *

Note: This Question is unanswered, help us to find answer for this one

13. How many types of arguments are available in lisp?

Answer

Correct Answer: 4

Note: This Question is unanswered, help us to find answer for this one

14. Which uses symbolic expressions in lisp to work with datas?

Answer

Correct Answer: Symbol manipulation program

Note: This Question is unanswered, help us to find answer for this one

15. What is the full form of LISP?

Answer

Correct Answer: List Processing

Note: This Question is unanswered, help us to find answer for this one