What is a data type in which expressions are stored in places identified by integer indexes?
Structure
List
Array
None of the mentioned
Browse topic-based LISP practice sets.
186 practice sets · Page 10 of 10
What is a data type in which expressions are stored in places identified by integer indexes?
Structure
List
Array
None of the mentioned
Can write-line keyword be used for printing strings?
True
False
What can be used to print "yes, no"?
(print "yes,no")
(write "yes , no!")
(print "yes,")(print ",no")
(print "yes")(print ",")(print "no")
Which of the following are general-purpose dialects of LISP?
Clojure
Common LISP
Common LISP and Scheme
Clojure, Command LISP and Scheme
Lists can be formed from ____
atoms
atoms and lists
lists
none of the mentioned
Symbol manipulation in LISP is called as _____
atoms
lists
list processing
none of the mentioned