Explain why PROLOG language is stated as a procedural language?



 Explain why PROLOG language is stated as a procedural language?..

Answer / chaitanya

In Prolog, procedures are referred as predicate. It is also known as a procedural language due to the two unusual aspects of prolog like prolog is non deterministic and has assign- once variables.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More AI Languages Interview Questions

Which is present in the writer procedure for arrays in LISP? a) Setf b) Aref c) Fref d) Both a & b

1 Answers  


Explain List of programming languages for artificial intelligence?

0 Answers  


Name the sector where prolog programming language is used?

1 Answers  


 What is the output of the given statement in LISP? * (Setf part-bins (make-array ‘(4))) a) #Done b) #4 c) #(0 0 0 0) d) None of the mentioned

1 Answers  


Which is used to seperate the abstraction layers? a) Abstraction boundaries b) Data c) Procedure d) All of the mentioned

1 Answers  






 What is the output of the following statement? * (setf meals ‘(breakfast lunch tea dinner)) * (cons (first meals) (last meals)) a) Breakfast b) Lunch c) Dinner d) Both a & c

1 Answers  


 Explain where you use + operator in Prolog?

1 Answers  


 Which is a procedures supplied by user in terms of primitives? a) Custom b) User-defined c) Definite d) All of the mentioned

1 Answers  


Explain what is Local Variables?

1 Answers  


 Mention what is the difference between = and = = in Prolog?

1 Answers  


 What is the process of creating new data types in lisp? a) List b) Structures c) Procedures d) None of the mentioned

1 Answers  


Explain List of artificial intelligence projects?

0 Answers  


Categories