LISP MCQ

LISP MCQ

  • Sharad Jaiswal
  • 13th Sep, 2022

Practice here the best LISP MCQ Questions for your basic knowledge of LISP Programming Language. This LISP MCQ Test contains 25+ LISP Multiple Choice Questions. So, practice these questions to check your final preparation for your exams & interviews.

LISP MCQ Questions

1) LISP was developed by ...................

  • A. Konrad Zuse
  • B.John McCarthy
  • C.Dennis Ritchie
  • D.None of them

2) What does Lisp mean?

  • A. List Processing Language
  • B.LISt of Programming Language
  • C.Local Programme
  • D.Both A & B

3) Which types of Variable are used in LISP ?

  • A. Lexical variable,
  • B.special variable
  • C.special variable
  • D.Both A & B

4) Which symbol is used to represent the prompt in LISP?

  • A. #
  • B.%
  • C.*
  • D.^

5) Which notation facilitates uniformity in LISP?

  • A. Prefix
  • B.Postfix
  • C.suffix
  • D.None of them

6) Which is used to produce a procedure object from a procedure name?

  • A. #
  • B.$
  • C.EQ
  • D.EQUAL

7) What are the three functions required by LISP?

  • A. Name of the function
  • B.Body of the function
  • C.Parameters of the function
  • D.All of the above

8) What is meant by keyword argument?

  • A. Lists
  • B.Data
  • C.Procedure
  • D.Arguments

9) Which of the following function returns, if the object is a number in LISP?

  • A. number <object>
  • B.numeric <object>
  • C.numberp <object>
  • D.numericp <object>

10) The addition 3 + 2 is entered as ___ in LISP.

  • A. 3 add 2
  • B.3 + 2
  • C.(3+2)
  • D.None of them

11) The traditional way to exit and LISP system is to enter _______

  • A. OK
  • B.Bye
  • C.Exit
  • D.Quit

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

  • A. List
  • B.Data
  • C.Predicates
  • D.All of the above

13) Why LISP is used for Artificial Intelligence?

  • A. tackling
  • B.symbolic programming
  • C.domain specific language
  • D.All of the above

Leave A Comment :

Valid name is required.

Valid name is required.

Valid email id is required.

Related MCQ/Quiz

01st
Nov
NLP MCQ
01st
Nov
WPF MCQ