How To Exam?

a knowledge trading engine...


Ganpat University 2007 B.E Computer science information technology (CSIT) Artificial Intelligence - Question Paper

Saturday, 02 February 2013 06:50Web

[MAXM Time : 45 Minutes] [MAXM Marks : 20]
Instructions:

1. All the ques. are Compulsory
2. Figure to right shows full Marks of the ques.

1. explain subsequent in Prolog [Any Two] - [Marks - 4]
a. variables
b. Facts
c. Input output Predicates
d. Backtracking

2. write the o/p of subsequent program - [Marks - 4]
predicates
location(string,string)
go
clauses
go :-
location(City,State),
writef("%-10%5\n",City,State),
!, fail.
go.
location("Jackson","MS").
location("Washington","DC").
location("Raleighn","NC").

3. You are provided two water jugs having capacity of four gallon and three gallon respectively. The jugs cam be filled up by external pump. There is no measuring mark on them. Design the rules to et 2gallon of water in 4gallon jug. - [Marks - 4]

4. provide the difference ranging from Depth 1st search V/S Breadth 1st Search method in AI -[Marks - 4]

OR

4. Write an algorithm for steepest Ascent Hill Climbing

5. What is Local Maxima? explain Local Maxima with Block World issue - [Marks - 4]

OR

5. explain Recoverable class of issue for developing a system.


( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Ganpat University 2007 B.E Computer science information technology (CSIT) Artificial Intelligence - Question Paper