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
Ans : B
Explanation: Lisp is the second-oldest high-level programming language after Fortran.
2. Lisp was invented by John McCarthy in ?
A. 1950
B. 1953
C. 1955
D. 1958
View Answer
Ans : D
Explanation: Invented in 1958
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
Ans : C
Explanation: Lisp was invented by John McCarthy in 1958 while he was at the Massachusetts Institute of Technology
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
Ans : D
Explanation: It was first implemented by Steve Russell on an IBM 704 computer.
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
Ans : D
Explanation: All of the above are common feature of LISP.
6. Which of the application not build on LISP?
A. Emacs
B. G2
C. Gmail
D. AutoCad
View Answer
Ans : C
Explanation: Gmail application not built on LISP.
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
Ans : A
Explanation: Yes, LISP provides an object-oriented condition system
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
Ans : B
Explanation: Programs written in Common LISP do not depend on machine-specific characteristics, such as word length.
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
Ans : B
Explanation: clisp filename.lisp command we use to run LISP file.
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
Ans : A
Explanation: It provides wide-ranging data types like, objects, structures, lists, vectors, adjustable arrays, hash-tables, and symbols.
Discussion