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



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

Answer / chaitanya

c

Is This Answer Correct ?    3 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  


Which abstractions have a prescribed behavior? a) Auxiliary procedures b) Procedure abstraction c) Primary procedures d) None of the mentioned

1 Answers  


Which is used to build the lisp procedures?

1 Answers  


 Explain what is SWI-Prolog?

1 Answers  


 What is the output of the following statement? * ‘(first (first (rest (rest ((a b) (c d) (e f)))))) a) a b) b c) ab d) (FIRST (FIRST (REST (REST ((A B) (C D) (E F))))))

1 Answers  






Which checks the evaluated key form against the unevaluated keys using EQL? a) COND b) CASE c) NIL d) SETF

1 Answers  


Pick out the correct statement about macro. a) Macro is dependant. b) Macro is interoperable c) Macro is complex d) Macro deserve their own file

1 Answers  


How many types of variables are available in lisp? a) 1 b) 2 c) 3 d) 4

1 Answers  


 Which can be represented in bytes in LISP? a) Boxes and pointers b) Lists c) Lisp d) None of the mentioned

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  


 In “cuts” what is the Parent goal in Prolog?

1 Answers  


 What is the output of the following statement? * (+ 3.14 2.71) a) 3.14 b) 2.71 c) 5.84 d) 5.85

1 Answers  


Categories