Choose the correct option for the output when lower or upper-case arguments are given in LISP.
Same output
Different output
LISP does not support lower case
LISP does not support upper case
Browse topic-based LISP practice sets.
186 practice sets · Page 3 of 10
Choose the correct option for the output when lower or upper-case arguments are given in LISP.
Same output
Different output
LISP does not support lower case
LISP does not support upper case
Which creates reader procedures for getting things out of an instance fields?
Structure
Defstruct
Class
Object
Which enables storage in procedurally indexed places?
Defstruct
Object
Structure
None of the mentioned
What should be used with structure names with a combination?
Make-
Make
Create
Deploy
Which is the primitive that creates new structure types?
Defnum
Deftype
Defstruct
None of the mentioned
What is the process of creating new data types in lisp?
List
Structures
Procedures
None of the mentioned
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
Which stops evaluation so that you can evaluate forms?
Time
Describe
Trace
Break
Which causes procedures to print their arguments and values?
Time
Describe
Trace
Break
Which should report when lisp is encountered with unexpected situations?
List
Procedures
Variables
None of the mentioned
How the put-on will succeed in lisp?
No error
All procedures failed
All sub-procedures succeeds
None of the mentioned