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.

Parmeet said:   1 decade ago
Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.

Prolog has its roots in first-order logic, a formal logic, and unlike many other programming languages, Prolog is declarative: the program logic is expressed in terms of relations, represented as facts and rules. A computation is initiated by running a query over these relations.

The language was first conceived by a group around Alain Colmerauer in Marseille, France, in the early 1970s and the first Prolog system was developed in 1972 by Colmerauer with Philippe Roussel.

This article is about the programming language. For the narrative device, see Prologue. For other uses, see Prologue Prolog was one of the first logic programming languages, and remains the most popular among such languages today, with many free and commercial implementations available. The language has been used for theorem proving, expert systems, as well as its original intended field of use, natural language processing. Modern Prolog environments support creating graphical user interfaces, as well as administrative and networked applications.

Lateef Hussain Mir said:   3 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)

Mayank said:   1 decade ago
Artificial intelligence is the mechanism of creating artificial agents (Machines). Artificial agents are the machines that are inspired by humans or live things. Artificial intelligence made the machines intelligent by implementing some programming in them. The programmed machines can work like the machines used to work under the control of a human.

Manvannan said:   1 decade ago
The logic programming language PROLOG (Programmation en Logique) was conceived by Alain Colmerauer at the University of Aix-Marseille, France, where the language was first implemented in 1973.

GANESH RATURI said:   1 decade ago
The program machines can work like the machines used to work under the control of a human. The machines successful have done human working short.

Prolog said:   1 decade ago
Prolog is a general purpose logic programming language associated with artificial intelligence and computational linguistics.

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

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

Samarth said:   1 decade ago
Artificial intelligence means languages that's are totally depends upon human intelligence and computer languages.

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

S.Kiran Kumar said:   9 years ago
What is artificial intelligence give a direct and brief explanation with an example?


Post your comments here:

Your comments will be displayed after verification.