Lisp MCQ Questions & Answers

This section focuses on "basics" of LISP programming language. These Multiple Choice Questions (MCQ) should be practiced to improve the LISP skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. Lisp is the _________ high-level programming language.

A. oldest
B. second-oldest
C. newest
D. second-newest

View Answer


2. Lisp was invented by John McCarthy in ?

A. 1950
B. 1953
C. 1955
D. 1958

View Answer


3. Lisp was invented by John McCarthy in 1958 while he was at the?

A. Stanford University
B. Harvard University
C. Massachusetts Institute of Technology
D. Princeton University

View Answer


4. Which computer used by Steve Russell when it was first implemented?

A. IBM 701
B. IBM 702
C. IBM 703
D. IBM 704

View Answer


5. What are all common feature of LISP?

A. It is machine-independent
B. It uses iterative design methodology, and easy extensibility
C. It allows updating the programs dynamically
D. All of the above

View Answer


6. Which of the application not build on LISP?

A. Emacs
B. G2
C. Gmail
D. AutoCad

View Answer


7. Does LISP provides an object-oriented condition system?

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


8. Programs written in Common LISP do depend on machine-specific characteristics, such as word length.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


9. What command we use to run LISP file?

A. lisp filename.lisp
B. clisp filename.lisp
C. plisp filename.lisp
D. lisp3 filename.lisp

View Answer


10. Does provides wide-ranging data types like, objects, structures, lists, vectors, adjustable arrays, hash-tables, and symbols?

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer





Discussion



* You must be logged in to add comment.