Sie sind auf Seite 1von 3

S. S.

Agrawal Institute of Engineering & Technology,


Navsari

CERTIFICATE

This is to certify that Mr/Mrs,__________________________ Of


Name of Student – Surname First

________ year student having Enrollment No._______________


Ist/IInd/IIIrd/IVrd

has/have completed their Term work successfully and satisfactorily in the

subject of _______________ on Date_____________ For the term


Write the Subject Name with code Date of Submitted

ending _________________ in ______________Department.


Write the End Date of Term Write Name of Department

Sign of Faculty Sign of Head of Department


Date: ______________ Date: __________________
INDEX
Enrollment NO : ___________________ Branch : ______________________

Batch : ___________________ Semester : ______________________

Subject Name with Code: Artificial Intelligence [2180703]

Page No. Signature


# Title Of The Experiment Grade Date
From To Of Faculty
Write a program to implement Tic-Tac-Toe game
1
problem
Write a program to implement BFS (for 8 puzzle
2 problem or Water Jug problem or any AI search
problem)
Write a program to implement DFS (for 8 puzzle
3 problem or Water Jug problem or any AI search
problem)
Write a program to implement Single Player Game
4
(Using Heuristic Function)

5 Write a program to Implement A* Algorithm.

Write a program to solve N-Queens problem using


6
Prolog.
Write a program to solve 8 puzzle problem using
7
Prolog.
Write a program to solve travelling salesman
8
problem using Prolog.
Convert following Prolog predicates into Semantic
Net
cat(tom).
cat(cat1).
mat(mat1).
sat_on(cat1,mat1).
bird(bird1).
9 caught(tom,bird1).
like(X,cream) :– cat(X).
mammal(X) :– cat(X).
has(X,fur) :– mammal(X).
animal(X) :– mammal(X).
animal(X) :– bird(X).
owns(john,tom).
is_coloured(tom,ginger).

Write the Conceptual Dependency for following


statements
10
(a) John gives Mary a book
(b) John gave Mary the book yesterday
INDEX
Enrollment NO : ___________________ Branch : ______________________

Batch : ___________________ Semester : ______________________

Subject Name with Code: Python Programming (Dept Elec - III) [2180711]

Page No.
Signature
# Title Of The Experiment Grade Date
Of Faculty
From To

Write a Python program to print the system date


1
time.
Write a Python program to find sum and product of
2
two numbers.
Write a Python program which accept input from
the user and perform following operations: i)
3
Addition ii) Subtraction iii) Multiplication iv)
Division
Develop programs to understand the control
4
structures of python
Develop programs to learn different types of
5
structures (list, dictionary, tuples) in python
Develop programs to learn concept of functions
6
scoping, recursion and list mutability.
Develop programs to understand working of
7
exception handling and assertions.
Develop programs for data structure algorithms
8
using python – searching, sorting and hash tables.
Develop programs to learn regular expressions
9
using python.
Develop chat room application using
10
multithreading.
Learn to plot different types of graphs using
11
PyPlot.

12 Implement classical ciphers using python.

13 Draw graphics using Turtle.

Develop programs to learn GUI programming using


14
Tkinter.
Write a Python program to display drawing in the
15
canvas.

Das könnte Ihnen auch gefallen