adplus-dvertising
frame-decoration

Question

In LISP, the function returns t if <integer> is even and nil otherwise:

a.

(evenp <integer>)

b.

(even <integer>)

c.

(numeven <integer>)

d.

(numnevenp <integer>)

Answer: (a).(evenp <integer>)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In LISP, the function returns t if <integer> is even and nil otherwise:

Similar Questions

Discover Related MCQs

Q. In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.

Q. In LISP, the atom that stands for "true" is

Q. Texas Instruments Incorporated produces a low-cost LISP machine called:

Q. When a top-level function is entered, the LISP processor do(es)

Q. In LISP, the function assigns . the value of a to b is

Q. In LISP, the function (list-length <list>)

Q. ART (Automatic Reasoning Tool) is designed to be used on:

Q. Which of the following function returns t If the object is a symbol m LISP?

Q. The symbols used in describing the syntax of a programming language are

Q. What S-expression consists of?

Q. All program statements and data in LISP are represented by S-expressions?

Q. What are the basic building blocks of S-expressions?

Q. If X and Y are S-expression then (X.Y) is a/an ____

Q. Atoms are considered as S-expressions.

Q. If S1, S2, S3… are S-expressions then list: (S1 S2 S3 ….) is a/an ____

Q. What are examples of some of the atoms?

Q. Which of the following can be considered as List?

Q. Is LISP a case sensitive language.

Q. What is the use of (WRITE ‘Argument)?

Q. Which of the following is part of basic syntax in LISP programming?