Mention how many types of variables available is LISP? Explain what are the variables that are bound, and that have values assigned to them?



Mention how many types of variables available is LISP? Explain what are the variables that are bound..

Answer / chaitanya

The number of variables available in LISP is two one is lexical variable, and other is special variable. The parameter of procedures is variable which are bound and have values allotted to them.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AI Languages Interview Questions

 How many items are available in mapping primitives are there? a) 3 b) 4 c) 5 d) 6

1 Answers  


Explain what is a predicate in LISP?

1 Answers  


Explain what is LISP? Give an example of some of the popular applications built in LISP?

1 Answers  


 What is the output of the given statement in LISP? * (setf l1 (list ‘a ‘b ‘c)) * (setf l2 (list ‘a ‘b)) * (setf l1 l2) a) A B b) A B C c) B C d) None of the mentioned

1 Answers  


What will happen if the value of all the test-forms are nil? a) Nothing b) COND form is nil c) Both a & b d) None of the mentioned

1 Answers  






 What is the output of the given statement  in LISP? * (setf part (make-array ‘(8 8))) a) 8 b) 0 0 0 0 0 0 0 0 c) 0 0 0 0 d) 8 rows of 0

1 Answers  


 Which is uses their arguments to build intermediate forms and evaluating them to produce a value? a) Backquote b) Macros c) List d) Procedures

1 Answers  


 Which symbol holds the first element and also an index in LISP? a) Nail b) Tail c) Initial d) All of the mentioned

1 Answers  


 Which process helps to build large and complicated programs in LISP? a) Macros b) Procedure abstraction c) Defun d) None 

1 Answers  


 What is partly embedded in the knowledge of your programming for manipulating applications? a) Programming cliches b) Procedures c) Abstraction d) Data

1 Answers  


Explain what is CLOS in LISP? What are the goals of the common lisp object system?

1 Answers  


How many access procedures are avilable in lisp? a) 1 b) 2 c) 3 d) 4

1 Answers  


Categories