Vidyalelo
Computer Fundamentals · Q359

Computer fundamental

Computer Related · Computer Fundamentals · question 359

Q359

Which of the following computer language is used for artificial intelligence?

A.
FORTRAN
B.
PROLOG
Answer
C.
C
D.
COBOL
E.
None of the above

Answer: Option B

Solution

Answer: Option B
Solution:
Prolog, Python, Lisp, Java, and C++ are major AI programming language used for artificial intelligence capable of satisfying different needs in development and designing of different software.

Prolog : Prolog is a declarative language where programs are expressed in terms of relations, and execution occurs by running queries over these relations. Prolog is particularly useful for symbolic reasoning, database and language parsing applications. Prolog is widely used in AI today.