AI Languages Interview Questions
Questions Answers Views Company eMail

 What is the output of the given statement in LISP? * (Setf part-bins (make-array ‘(4))) * (setf (aref part-bins 0) ‘nails); * (setf (aref part-bins 1) ‘nuts); * (setf (aref part-bins 2) ‘bolts) * (setf (aref part-bins 3) ‘bike) * (aref part-bins 2) * (setf (aref part-bins 4) ‘car) a) Nails b) Nuts c) 2 d) Error

1 1807

 Explain what is prolog programming language? What is it based on?

1 1679

Name the sector where prolog programming language is used?

1 6058

 Explain why PROLOG language is stated as a procedural language?

1 3288

Explain what is List structures in Prolog?

1 1831

 Why in prolog it is said that Program and Data are the same thing?

1 1918

 Mention who is referred as a Member in Prolog?

1 2031

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

1 1890

 Explain why matching variable is important in Prolog? What is the method to match variables?

1 3981

 Explain what is recursion in Prolog?

1 1915

 Explain what is SWI-Prolog?

1 2344

Explain what is backtracking in Prolog?

1 2990

Mention what is the difference between Prolog and normal programming language?

1 4907

Mention what is Cut (!) in Prolog and what is the advantage of ‘Cut’ and ‘Negation’?

1 2533

Mention why you have to use “is” instead of “=” in Prolog when it comes to applying calculation logic?

1 1818


Post New AI Languages Questions

Un-Answered Questions { AI Languages }

Explain List of programming languages for artificial intelligence?

1087


What is the output of the given statement? * (defclass article() ((title :accessor article-title :initarg :title) (author :accessor article-author :initarg :author))) * (defclass computer-article (article) ()) * (defclass business-article (article) ()) * (defclass political-article (article) ()) * (setf articles (list (make-instance ‘business-article :title “Memory Prices down”))) a) Business article b) Political article c) Business article

985


Explain List of artificial intelligence projects?

1011


What are the different nlp tasks deep learning can be applied?

750


What does the language of fopl consist of?

647