Explore topic-wise MCQs in Lisp.

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 can build new lists by depositing pointers in free boxes?

A. Do
B. Dobuild
C. Cons
D. None of the mentioned
Answer» D. None of the mentioned
2.

Which can be represented in bytes?

A. Boxes and pointers
B. Lists
C. Lisp
D. None of the mentioned
Answer» B. Lists
3.

Which is used to construct new lists by linking the right pointers?

A. Links
B. List
C. Variables
D. Right pointers
Answer» E.
4.

What is the other name of boxes?

A. Cons cells
B. Conses
C. Both Cons cells & Conses
D. None of the mentioned
Answer» D. None of the mentioned
5.

Which is a string of boxes linked by arrow like pointers?

A. Lisp
B. List
C. Variables
D. Pointers
Answer» C. Variables