Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 5)
5.
Which of the following computer language is used for artificial intelligence?
FORTRAN
PROLOG
C
COBOL
None of the above
Answer: Option
Explanation:
Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.
Discussion:
21 comments Page 1 of 3.

Ram raut said:   8 months ago
Prolog and LISP are traditional AI languages.

Python is widely used today for AI and machine learning applications.

Lateef Hussain Mir said:   2 years ago
The correct answer is B) PROLOG.

PROLOG (Programming in Logic) is a programming language that is specifically designed for artificial intelligence (AI) applications. It is based on the idea of logic programming, which means that it allows developers to write programs by specifying logical statements and rules, rather than specifying step-by-step instructions for executing a task. PROLOG is widely used in AI applications because it is well suited for representing and manipulating knowledge, and for building intelligent systems that can reason and make decisions based on that knowledge.

Other programming languages that are commonly used for AI applications include Python, Lisp, and Java.

FORTRAN (Formula Translation) is a programming language that is primarily used for scientific and engineering applications, C is a general-purpose programming language that is widely used for building systems and applications, and COBOL (Common Business-Oriented Language) is a programming language that is primarily used for business applications.
(6)

Raj said:   6 years ago
Python is the root language of artificial intelligence. But we can use PROLOG Lisp and Java too.
(3)

Momina said:   6 years ago
Prolog, Python, Java, Lisp, c++ all are used for artificial intelligence.
(1)

Fahad said:   6 years ago
Clear and very helpful. Thanks all for giving explanations.

Rekha said:   7 years ago
Thanks to all for giving this explanation it's very useful for me.

Vishal Kumar Singh said:   8 years ago
Why prolog is used in artificial intelligence?

BABJI G said:   8 years ago
Nice explanation, Thank you all.

Zeeshan Abbasi said:   8 years ago
The correct answer is PROLOG. I agree.

Manish said:   9 years ago
Artificial intelligence aims to make a computer that totally acts as a real person.


Post your comments here:

Your comments will be displayed after verification.