Common Lisp (CL) is a phenomenal language used by a handful of programmers; it is a data exchange language of the original Lisp programming language. Take this basic programming test to assess your knowledge of Common Lisp.
Listening protocol
List processing
Little performance
Logical process
Rate this question:
.lsp
.lps
.lisp
.xlsp
Rate this question:
(defun add-and-multiply (x y) (mult 3 (plus x y)))
(defun add-and-multiply (x y) (* 3 (+ x y)))
(defun add-and-multiply (x y) (3 * (x + y)))
(defun add-and-multiply (x y) (multiply 3 (add x y)))
Rate this question:
“”
[]
()
Rate this question:
1
2
3
4
Rate this question:
List
Atom
Value
Strings
Rate this question:
Vectors and strings
Vectors and scalars
Vectors and lists
Vectors and values
Rate this question:
Name
Number
Body
Parameter
Rate this question:
Artificial Intelligence
Search engines
Mobile apps
Web design
Rate this question:
Quiz Review Timeline (Updated): Jul 16, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.