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 is used to produce a procedure object from a procedure name?

A. EQ
B.
C. EQUAL
Answer» C. EQUAL
2.

What is meant by keyword argument?

A. Arguments that follows a keyword
B. Lists
C. Data
D. Procedure
Answer» B. Lists
3.

Which predicate tests to see if its first argument is an element of its second argument?

A. EQ
B. =
C. MEMBER
D. None of the mentioned
Answer» D. None of the mentioned
4.

Which primitive tests two arguments to see if their values are the same expression?

A. Equal
B. Eql
C. Eq
D. =
Answer» B. Eql
5.

What is a procedure that returns a value that signals true or false?

A. List
B. Predicates
C. Data
D. None of the mentioned
Answer» C. Data