Tribhuvan University

Institute of Science and Technology

2080

Bachelor Level / fourth-semester / Science

Computer Science and Information Technology( CSC266 )

Artificial Intelligence

Full Marks: 60 + 20 + 20

Pass Marks: 24 + 8 + 8

Time: 3 Hours

Candidates are required to give their answers in their own words as far as practicable.

The figures in the margin indicate full marks.

Section A

Attempt any two questions.

1

Prepare state space graph for the following puzzle problem, where only move left, move right, move up and move down actions are allowed. On the so constructed state space, label the states as A, B, C, ……Z and use the greedy best to test whether it finds the goal or  not.

Initial State:

1 2

Goal State:

1
2

Assume the path cost from one step to another as 1 and heuristic function, f(n), as a number of misplaced cells.

2

Write the rules to convert statements in predicate logic into CNF form. Convert the following sentences into FOPL.

All students of BSC CSIT are intelligent person.

All friends of intelligent person are smart.

Laxmi is a friend of Rojina.

Rojina is smart.

All beautiful students are girl.

Laxmi is beautiful.

Using resolution algorithm infer that “Laxmi is smart”.

3

What is the role of activation function in ANN. How sigmoid function works? Discuss about perceptron learning.

Section B

Attempt any eight questions.

4

What is Turing Test? What properties an agent should have to pass the Turing Test?

5

What are the properties of intelligent agent? How simple reflex agents work? Give an example of simple reflex agent.

6

Why alpha beta pruning is necessary? How alpha beta pruning is done in game search, illustrate with an example.

7

How knowledge is represented using frames? Represent following knowledge using frames.

Ram is name of an employee. His age is 27. He is male. He belongs to the department HR, where the number of employees is 110 and the average salary of the department is Rs. 45000. All departments are under Tribhuvan University. The organization type of Tribhuvan University is Educational.

8

Define selection, crossover, and mutation operations in genetic algorithm.

9

Using your own assumptions, design PEAS framework for following intelligent agents.

a. Covid-19 prediction system

b. Vaccine recommender system.

10

Describe the components of expert system.

11

Why pragmatic analysis is necessary in NLP? How pragmatic analysis is done?

12

How iterative deepening search is used to find path from initial state to goal state in state space representation of any problem? Illustrate with an example.