What does the Lisp facilitates in computer science learning?
Procedure abstraction
Data abstraction
Both Procedure & Data abstraction
None of the mentioned
15 practice sets · Page 1 of 1
What does the Lisp facilitates in computer science learning?
Procedure abstraction
Data abstraction
Both Procedure & Data abstraction
None of the mentioned
Which is included in Common lisp to avail the feature of object oriented programming?
CLOS
Object
Data
None of the mentioned
How many types of arguments are available in lisp?
1
2
3
4
Which have the same form on lisp?
Lisp data and procedures
Types
Form
None of the mentioned
In which computer aspects does the lisp language is used?
Application programming
System programming
Computer science education
All of the mentioned
Which language is used when computer intelligence is not involved?
C
C++
Java
Lisp
Which uses symbolic expressions in lisp to work with datas?
Symbol manipulation program
Procedures
Lists
None of the mentioned
What is meant by symbolic expression in lisp?
Atoms
List
Atoms and list
Words
How the fundamental things are called in lisp?
Bits
Word
Atoms
None of the mentioned
What is the full form of LISP?
Light Processing
List Processing
Like Processing
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