Loading, please wait...

LISP MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

What is LISP?

LISP (verifiably LISP) is a group of programming dialects with a long history and a particular, completely parenthesized prefix documentation. Initially indicated in 1958, Lisp is the second-most seasoned significant-level programming language in broad use today. Just Fortran is more established, by one year.

Key Points to Know about LISP:

  • Typing discipline: Dynamic, strong
  • Developer: Steve Russell, Timothy P. Hart, and Mike Levin
  • Paradigm: Multi-paradigm: functional, procedural, reflective, meta
  • Designed by: John McCarthy

LISP MCQ Quiz (Multiple Choice Questions And Answers)

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

1. Which of the following is the basic building blocks of S-expressions?

  • Lists
  • Atoms
  • Numbers
  • Predicates

2. Is LISP a case sensitive language?

  • No
  • Yes

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

  • +
  • #include
  • NULL
  • Primitive

4. A single LISP program has arguments

  • Two
  • Three
  • Four
  • Any number of arguments

5. Can LISP programs be nested?

  • No
  • Yes