2022 105501

B.Tech. 5th Semester End Examination, 2022

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct answer of the following (Any seven question only):

Q1.1

In LISP, the function returns the list that result after the first element is removed (the rest of the list), is

a)

car

b)

last

c)

cons

d)

cdr

Q1.2

What is artificial intelligence?

a)

Putting your intelligence into computer

b)

Programming with your own intelligence

c)

Making a machine intelligent

d)

Playing a game

Q1.3

Which is the best way to go for game playing problem?

a)

Linear approach

b)

Heuristic approach (some knowledge is stored)

c)

Random approach

d)

An optimal approach

Q1.4

Face Recognition system is based on which type of approach?

a)

Weak AI approach

b)

Applied AI approach

c)

Cognitive AI approach

d)

Strong AI approach

Q1.5

Which is not the commonly used programming language for AI?

a)

Prolog

b)

Java

c)

LISP

d)

Perl

Q1.6

What are not represented by using propositional logic?

a)

Objects

b)

Relations

c)

Both objects and relations

d)

None of the above

Q1.7

Inference algorithm is completed only if

a)

it can derive any sentence

b)

it can derive any sentence that is an entailed version

c)

it is truth preserving

d)

it can derive any sentence that is an entailed version and it is truth preserving

Q1.8

Which search strategy is also called as blind search?

a)

Uniformed search

b)

Informed search

c)

Simple reflex search

d)

All of the mentioned

Q1.9

Which is used for utility functions in game playing algorithm?

a)

Linear polynomial

b)

Weighted polynomial

c)

Polynomial

d)

Linear weighted polynomial

Q1.10

Graph used to represent semantic network is

a)

undirected graph

b)

directed graph

c)

directed acyclic graph (DAG)

d)

directed complete graph

Q.2 Solve both questions :

Q2.1

Define Artificial Intelligence (AI). Discuss the applications area of AI.

Q2.2

Explain $ AO^* $ algorithm with an example.

Q.3 Solve both questions :

Q3.1

Explain with diagram the organization of a natural language understanding system.

Q3.2

Describe all the levels of language understanding in natural language processing system.

Q.4 Solve both questions :

Q4.1

What do you mean by learning? Explain briefly the learning methods. Discuss the advantages and disadvantages of rule-based system.

Q4.2

Explain the human preferences in encoding uncertainty during parsing.

Q.5 Solve both questions :

Q5.1

Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.

Q5.2

Explain knowledge acquisition techniques.

Q.6 Solve both questions :

Q6.1

What is fuzzy set? What is the difference between fuzzy set and crisp set? Explain different fuzzy set operations using examples.

Q6.2

Write a Prolog program that verified whether an input list is a palindrome.
Hint: Goal: Palindrome ([r, a, c, e, c, a, r]).
Output: Yes
Goal: Palindrome ([a, b, c])
Output: No

Q.7 Solve both questions :

Q7.1

Consider the Water Jug problem as stated here. "You are given two jugs, a 4-gallon one and a 3-gallon one. Neither has any measuring marker on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 gallons of water into the 4-gallon jug?" Represent this as a problem in State Space Search and state its Production Rules. Show at least one solution to this problem.

Q7.2

Explain the basic component of an expert system.

Q.8 Solve both questions :

Q8.1

Why is Natural Language Processing (NLP) used? Is NLP difficult to learn? Explain.

Q8.2

Write a function in LISP that computes prime number between 1 and 25 (inclusive).

Q.9 Solve both questions :

Q9.1

Describe logistic regression with suitable examples.

Q9.2

Define prior probability and conditional probability. State Bayes's theorem. How is it useful for decision making under uncertainty.


2022 V4 105501

B.Tech. 5th Semester End Examination, 2022

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct answer of the following (Any seven question only):

Q1.1

In LISP, the function returns the list that result after the first element is removed (the rest of the list), is

a)

car

b)

last

c)

cons

d)

cdr

Q1.2

What is artificial intelligence?

a)

Putting your intelligence into computer

b)

Programming with your own intelligence

c)

Making a machine intelligent

d)

Playing a game

Q1.3

Which is the best way to go for game playing problem?

a)

Linear approach

b)

Heuristic approach (some knowledge is stored)

c)

Random approach

d)

An optimal approach

Q1.4

Face Recognition system is based on which type of approach?

a)

Weak AI approach

b)

Applied AI approach

c)

Cognitive AI approach

d)

Strong AI approach

Q1.5

Which is not the commonly used programming language for AI?

a)

Prolog

b)

Java

c)

LISP

d)

Perl

Q1.6

What are not represented by using propositional logic?

a)

Objects

b)

Relations

c)

Both objects and relations

d)

None of the above

Q1.7

Inference algorithm is completed only if

a)

it can derive any sentence

b)

it can derive any sentence that is an entailed version

c)

it is truth preserving

d)

it can derive any sentence that is an entailed version and it is truth preserving

Q1.8

Which search strategy is also called as blind search?

a)

Uniformed search

b)

Informed search

c)

Simple reflex search

d)

All of the mentioned

Q1.9

Which is used for utility functions in game playing algorithm?

a)

Linear polynomial

b)

Weighted polynomial

c)

Polynomial

d)

Linear weighted polynomial

Q1.10

Graph used to represent semantic network is

a)

undirected graph

b)

directed graph

c)

directed acyclic graph (DAG)

d)

directed complete graph

Q.2 Solve both questions :

Q2.1

Define Artificial Intelligence (AI). Discuss the applications area of AI.

Q2.2

Explain $ AO^* $ algorithm with an example.

Q.3 Solve both questions :

Q3.1

Explain with diagram the organization of a natural language understanding system.

Q3.2

Describe all the levels of language understanding in natural language processing system.

Q.4 Solve both questions :

Q4.1

What do you mean by learning? Explain briefly the learning methods. Discuss the advantages and disadvantages of rule-based system.

Q4.2

Explain the human preferences in encoding uncertainty during parsing.

Q.5 Solve both questions :

Q5.1

Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.

Q5.2

Explain knowledge acquisition techniques.

Q.6 Solve both questions :

Q6.1

What is fuzzy set? What is the difference between fuzzy set and crisp set? Explain different fuzzy set operations using examples.

Q6.2

Write a Prolog program that verified whether an input list is a palindrome.
Hint: Goal: Palindrome ([r, a, c, e, c, a, r]).
Output: Yes
Goal: Palindrome ([a, b, c])
Output: No

Q.7 Solve both questions :

Q7.1

Consider the Water Jug problem as stated here. "You are given two jugs, a 4-gallon one and a 3-gallon one. Neither has any measuring marker on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 gallons of water into the 4-gallon jug?" Represent this as a problem in State Space Search and state its Production Rules. Show at least one solution to this problem.

Q7.2

Explain the basic component of an expert system.

Q.8 Solve both questions :

Q8.1

Why is Natural Language Processing (NLP) used? Is NLP difficult to learn? Explain.

Q8.2

Write a function in LISP that computes prime number between 1 and 25 (inclusive).

Q.9 Solve both questions :

Q9.1

Describe logistic regression with suitable examples.

Q9.2

Define prior probability and conditional probability. State Bayes's theorem. How is it useful for decision making under uncertainty.


2021 105501

B.Tech Examination, 2021

Time 3 hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Questions

Q1

Choose the correct answer of any seven of the following :

a)

Parts-of-speech tagging determines (i) part-of-speech for each word dynamically as per meaning of the sentence (ii) part-of-speech for each word dynamically as per sentence structure (iii) all part-of-speech for a specific word given as input (iv) All of the above

[2 Marks]
b)

Programming a robot by physically moving it through the trajectory you want it to follow be called (i) contact sensing control (ii) continuous-path control (iii) robot vision control (iv) pick-and-place control

[2 Marks]
c)

A production rule consists of (i) a set of rules (ii) a sequence of steps (iii) set of rules and sequence of steps (iv) arbitrary representation to problem

[2 Marks]
d)

What is not represented by using propositional logic? (i) Objects (ii) Relations (iii) Both objects and relations (iv) None of the above

[2 Marks]
e)

Which is not a property of representation of knowledge? (i) Representational verification (ii) Representational adequacy (iii) Inferential adequacy (iv) Inferential efficiency

[2 Marks]
f)

Lifted inference rules require finding substitutions that make different logical expressions looks identical. (i) Existential instantiation (ii) Universal instantiation (iii) Unification (iv) Modus ponens

[2 Marks]
g)

Autonomous question/answering systems are (i) expert systems (ii) rule-based expert systems (iii) decision tree-based systems (iv) All of the above

[2 Marks]
h)

What are semantic networks? (i) A way of representing knowledge (ii) Data structure (iii) Data type (iv) None of the above

[2 Marks]
i)

There exists two ways to infer using semantic networks. (i) Intersection search (ii) Inheritance search (iii) True (iv) False

[2 Marks]
j)

Which is used for utility functions in game playing algorithm? (i) Linear polynomial (ii) Weighted polynomial (iii) Polynomial (iv) Linear weighted polynomial

[2 Marks]
[14 Marks]
Q2

a) Discuss the role of reasoning in AI. How is predicate logic used in AI to represent knowledge? b) Describe augmented grammar used in natural language processing.

a)

Discuss the role of reasoning in AI. How is predicate logic used in AI to represent knowledge?

[7 Marks]
b)

Describe augmented grammar used in natural language processing.

[7 Marks]
[14 Marks]
Q3

a) Explain with examples 'decision trees' and also explain Bayesian networks with example. b) What do you understand by the term 'uncertainty' in AI? How is uncertainty managed in artificial intelligence? Briefly discuss the structures used to manage knowledge uncertainty.

a)

Explain with examples 'decision trees' and also explain Bayesian networks with example.

[7 Marks]
b)

What do you understand by the term 'uncertainty' in AI? How is uncertainty managed in artificial intelligence? Briefly discuss the structures used to manage knowledge uncertainty.

[7 Marks]
[14 Marks]
Q4

a) What do you mean by learning? Explain briefly learning methods. Discuss the advantages and disadvantages of rule-based system. b) Is regression a supervised learning? Justify your answer. Compare regression with classification with example.

a)

What do you mean by learning? Explain briefly learning methods. Discuss the advantages and disadvantages of rule-based system.

[7 Marks]
b)

Is regression a supervised learning? Justify your answer. Compare regression with classification with example.

[7 Marks]
[14 Marks]
Q5

a) Draw the semantic network of sentence 'John gave lecture to his students'. b) What is first-order predicate logic (FOPL)? Represent the following facts in FOPL : "Anyone passing his AI paper and getting an opportunity to work on live project is Happy. But anyone who studies sincerely or is Lucky can pass all his exams. Ramu did not study but he is Lucky. Anyone who is Lucky gets a live project to work."

a)

Draw the semantic network of sentence 'John gave lecture to his students'.

[7 Marks]
b)

What is first-order predicate logic (FOPL)? Represent the following facts in FOPL : "Anyone passing his AI paper and getting an opportunity to work on live project is Happy. But anyone who studies sincerely or is Lucky can pass all his exams. Ramu did not study but he is Lucky. Anyone who is Lucky gets a live project to work."

[7 Marks]
[14 Marks]
Q6

a) Explain the importance of an expert system. What are the various knowledge representative techniques used in expert system? b) What is fuzzy logic? Explain union and intersection operations on fuzzy set. "Food is cheap." Represent this statement into fuzzy logic.

a)

Explain the importance of an expert system. What are the various knowledge representative techniques used in expert system?

[7 Marks]
b)

What is fuzzy logic? Explain union and intersection operations on fuzzy set. "Food is cheap." Represent this statement into fuzzy logic.

[7 Marks]
[14 Marks]
Q7

Describe the following with suitable example : a) Logistic regression b) Backpropagation algorithm

a)

Logistic regression

[7 Marks]
b)

Backpropagation algorithm

[7 Marks]
[14 Marks]
Q8

a) Express the following statements in propositional logic : (i) Cancer will not be cured unless its cause is determined and a new drug for cancer is found. (ii) If the humidity is high, it will rain either today or tomorrow. (iii) It requires courage and skills to climb a mountain. b) Represent the following sentence as a conceptual graph : "Cow has four legs and eats grass."

a)

Express the following statements in propositional logic : (i) Cancer will not be cured unless its cause is determined and a new drug for cancer is found. (ii) If the humidity is high, it will rain either today or tomorrow. (iii) It requires courage and skills to climb a mountain.

[7 Marks]
b)

Represent the following sentence as a conceptual graph : "Cow has four legs and eats grass."

[7 Marks]
[14 Marks]
Q9

a) What is the Turing test? If the machine passes the Turing test, does it mean that the system is intelligent? What are the associated problems with Turing test? What are required improvement/advances to overcome these problems? b) What do you mean by learning? Explain briefly learning methods. Discuss the advantages and disadvantages of rule-based system.

a)

What is the Turing test? If the machine passes the Turing test, does it mean that the system is intelligent? What are the associated problems with Turing test? What are required improvement/advances to overcome these problems?

[7 Marks]
b)

What do you mean by learning? Explain briefly learning methods. Discuss the advantages and disadvantages of rule-based system.

[7 Marks]
[14 Marks]

2020 051717

B.Tech 7th Semester Special Exam., 2020

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Answer any seven of the following:

Q1.1

What are the goals of artificial intelligence (AI)?

Q1.2

What is Turing test?

Q1.3

Define uniformed search.

Q1.4

Write a short note on MYCIN.

Q1.5

List various schemes of knowledge representation.

Q1.6

What do you mean by agent program?

Q1.7

Define Skolem constant.

Q1.8

What are the types of neural networks?

Q1.9

Write a short note on horizon effect.

Q1.10

What are the factors that a rational agent should depend on at any given time?

Q.2 Solve both questions :

Q2.1

Prove that breadth-first search and depth-first search are special cases of best-first search.

Q2.2

Explain the $ AO^* $ algorithm with a suitable example. State the limitations in the algorithm.

Q.3 Solve both questions :

Q3.1

Explain alpha-beta cutoffs during minimax search.

Q3.2

Show that the following sentences are inconsistent using propositional logic:
(i) If Jack misses many classes through illness, then he fails high school.
(ii) If Jack fails high school, then he is uneducated.
(iii) If Jack reads a lot of books, then he is not uneducated.
(iv) Jack misses many classes through illness and reads a lot of books.

Q.4 Solve both questions :

Q4.1

Solve the following crypt-arithmetic problem:
SEND
+MORE
MONEY

Q4.2

What is sentence level processing? Explain with example.

Q.5 Solve both questions :

Q5.1

Define Hidden Markov Model (HMM). Illustrate how HMMs are used for speech recognition.

Q5.2

Prove that the following sentence is valid:
"If prices fall, then sell increases. If sell increases, then John makes the whole money. But John doesn't make the whole money. Therefore, prices do not fall."

Q.6 Solve both questions :

Q6.1

Explain Bayesian network by taking an example. How is the Bayesian network powerful representation for uncertainty knowledge?

Q6.2

Write short notes on (i) discrete model/maximum-likelihood parameter learning and (ii) continuous model.

Q.7 Solve both questions :

Q7.1

Differentiate between forward and backward chaining of inference with the help of an example.

Q7.2

What do you mean by structured representation of the knowledge? Discuss different types of structured representations of knowledge.

Q.8 Solve both questions :

Q8.1

Discuss STRIPS robot problem solving system.

Q8.2

Write a function in LISP that computes prime number between 1 and 25 (inclusive).

Q.9 Solve both questions :

Q9.1

Why is Natural Language Processing (NLP) used? Is NLP difficult to learn? Explain.

Q9.2

Discuss five application areas of medicine in which artificial intelligence is applied.


2020 SPECIAL 051717

B.Tech 7th Semester Special Exam., 2020

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Answer any seven of the following:

Q1.1

What are the goals of artificial intelligence (AI)?

Q1.2

What is Turing test?

Q1.3

Define uniformed search.

Q1.4

Write a short note on MYCIN.

Q1.5

List various schemes of knowledge representation.

Q1.6

What do you mean by agent program?

Q1.7

Define Skolem constant.

Q1.8

What are the types of neural networks?

Q1.9

Write a short note on horizon effect.

Q1.10

What are the factors that a rational agent should depend on at any given time?

Q.2 Solve both questions :

Q2.1

Prove that breadth-first search and depth-first search are special cases of best-first search.

Q2.2

Explain the $ AO^* $ algorithm with a suitable example. State the limitations in the algorithm.

Q.3 Solve both questions :

Q3.1

Explain alpha-beta cutoffs during minimax search.

Q3.2

Show that the following sentences are inconsistent using propositional logic:
(i) If Jack misses many classes through illness, then he fails high school.
(ii) If Jack fails high school, then he is uneducated.
(iii) If Jack reads a lot of books, then he is not uneducated.
(iv) Jack misses many classes through illness and reads a lot of books.

Q.4 Solve both questions :

Q4.1

Solve the following crypt-arithmetic problem:
SEND
+MORE
MONEY

Q4.2

What is sentence level processing? Explain with example.

Q.5 Solve both questions :

Q5.1

Define Hidden Markov Model (HMM). Illustrate how HMMs are used for speech recognition.

Q5.2

Prove that the following sentence is valid:
"If prices fall, then sell increases. If sell increases, then John makes the whole money. But John doesn't make the whole money. Therefore, prices do not fall."

Q.6 Solve both questions :

Q6.1

Explain Bayesian network by taking an example. How is the Bayesian network powerful representation for uncertainty knowledge?

Q6.2

Write short notes on (i) discrete model/maximum-likelihood parameter learning and (ii) continuous model.

Q.7 Solve both questions :

Q7.1

Differentiate between forward and backward chaining of inference with the help of an example.

Q7.2

What do you mean by structured representation of the knowledge? Discuss different types of structured representations of knowledge.

Q.8 Solve both questions :

Q8.1

Discuss STRIPS robot problem solving system.

Q8.2

Write a function in LISP that computes prime number between 1 and 25 (inclusive).

Q.9 Solve both questions :

Q9.1

Why is Natural Language Processing (NLP) used? Is NLP difficult to learn? Explain.

Q9.2

Discuss five application areas of medicine in which artificial intelligence is applied.


2020 105501

B.Tech 5th Semester Exam., 2020 (New Course)

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct option of the following (any seven):

Q1.1

Parts of speech tagging determines

a)

parts of speech for each word dynamically as per meaning of the sentence

b)

parts of speech for each word dynamically as per sentence structure

c)

all parts of speech for a specific word given as input

d)

All of the above

Q1.2

Many words have more than one meaning; we have to select the meaning which makes the most sense in context. This can be resolved by

a)

fuzzy logic

b)

shallow semantic analysis

c)

word sense disambiguation

d)

All of the above

Q1.3

Decision support programs are designed to help managers make

a)

budget projections

b)

visual presentations

c)

business decisions

d)

vacation schedules

Q1.4

Which is the best way to go for game playing problem?

a)

Linear approach

b)

Heuristic approach (some knowledges are stored)

c)

Random approach

d)

An optimal approach

Q1.5

What are not represented by using propositional logic?

a)

Objects

b)

Relations

c)

Both objects and relations

d)

None of the above

Q1.6

A knowledge-based agent can combine general knowledge with current percepts to infer hidden aspects of the current state prior to selecting actions.

a)

True

b)

False

Q1.7

Inference algorithm is completed only if

a)

it can derive any sentence

b)

it can derive any sentence that is an entailed version

c)

it is truth preserving

d)

it can derive any sentence that is an entailed version and it is truth preserving

Q1.8

What are the two basic types of inference?

a)

Reduction to propositional logic, manipulate rules directly

b)

Reduction to propositional logic, apply modus ponen

c)

Apply modus ponen, manipulate rules directly

d)

Convert every rule of horn clause, reduction to propositional logic

Q1.9

What are the main components of the expert systems?

a)

Inference engine

b)

Knowledge base

c)

Both inference engine and knowledge base

d)

None of the above

Q1.10

Graph used to represent semantic network is

a)

undirected graph

b)

directed graph

c)

directed acyclic graph (DAG)

d)

directed complete graph

Q.2 Solve both questions :

Q2.1

Explain with diagram the organization of a natural language understanding system.

Q2.2

Describe all the levels of language understanding in natural language processing system.

Q.3 Solve both questions :

Q3.1

What are agents in AI? How do agents work to import intelligence to a system? Classify the different types of agents and briefly discuss their properties.

Q3.2

Draw the semantic network of the following sentence: Kavita gives a book to her friend.

Q.4 Solve both questions :

Q4.1

What do you mean by learning? Explain briefly the learning methods. Discuss the advantages and disadvantages of rule-based system.

Q4.2

Explain the human preferences in encoding uncertainty during parsing.

Q.5 Solve both questions :

Q5.1

Explain the procedure of knowledge acquisition with the help of a diagram.

Q5.2

What is First Order Predicate Logic (FOPL)? Represent the following facts in FOPL: "Anyone passing his AI paper and getting an opportunity to work on live project is Happy. But anyone who studies sincerely or is Lucky can pass all his exams. Ramu did not study but he is Lucky. Anyone who is Lucky gets a live project to work."

Q.6 Write short notes on the following:

Q6.1
a)

Knowledge

b)

Intelligence

c)

Inheritance knowledge

d)

Knowledge management

Q.7 Describe the following with suitable examples:

Q7.1
a)

Logistic regression

b)

Back propagation algorithm

Q.8 Solve both questions :

Q8.1

Differentiate between forward chaining and backward chaining. On what factors does the decision to choose forward or backward chaining depend?

Q8.2

Consider the following sentences:
• John likes all kinds of food.
• Apples are food.
• Chicken is food.
• Anything anyone eats and isn't killed by it, is food.
• Sue eats everything Bill eats.

(i) Translate the sentences into formulae in predicate logic. Prove that John likes peanuts using backward chaining.
(ii) Convert the formulae of part (i) into clause form.
(iii) Prove that John likes peanuts using resolution.
(iv) Use resolution to answer the question, "What food does Sue eat?"

Q.9 Solve both questions :

Q9.1

What is the Turing test? If the machine passes the Turing test, does it mean that the system is intelligent? What are the associated problems with Turing test? What are required improvement/advances to overcome these problems?

Q9.2

What is the goal of the support vector machine (SVM)? How to compute the margin?


2020 V2 105501

B.Tech 5th Semester Exam., 2020 (New Course)

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct option of the following (any seven):

Q1.1

Parts of speech tagging determines

a)

parts of speech for each word dynamically as per meaning of the sentence

b)

parts of speech for each word dynamically as per sentence structure

c)

all parts of speech for a specific word given as input

d)

All of the above

Q1.2

Many words have more than one meaning; we have to select the meaning which makes the most sense in context. This can be resolved by

a)

fuzzy logic

b)

shallow semantic analysis

c)

word sense disambiguation

d)

All of the above

Q1.3

Decision support programs are designed to help managers make

a)

budget projections

b)

visual presentations

c)

business decisions

d)

vacation schedules

Q1.4

Which is the best way to go for game playing problem?

a)

Linear approach

b)

Heuristic approach (some knowledges are stored)

c)

Random approach

d)

An optimal approach

Q1.5

What are not represented by using propositional logic?

a)

Objects

b)

Relations

c)

Both objects and relations

d)

None of the above

Q1.6

A knowledge-based agent can combine general knowledge with current percepts to infer hidden aspects of the current state prior to selecting actions.

a)

True

b)

False

Q1.7

Inference algorithm is completed only if

a)

it can derive any sentence

b)

it can derive any sentence that is an entailed version

c)

it is truth preserving

d)

it can derive any sentence that is an entailed version and it is truth preserving

Q1.8

What are the two basic types of inference?

a)

Reduction to propositional logic, manipulate rules directly

b)

Reduction to propositional logic, apply modus ponen

c)

Apply modus ponen, manipulate rules directly

d)

Convert every rule of horn clause, reduction to propositional logic

Q1.9

What are the main components of the expert systems?

a)

Inference engine

b)

Knowledge base

c)

Both inference engine and knowledge base

d)

None of the above

Q1.10

Graph used to represent semantic network is

a)

undirected graph

b)

directed graph

c)

directed acyclic graph (DAG)

d)

directed complete graph

Q.2 Solve both questions :

Q2.1

Explain with diagram the organization of a natural language understanding system.

Q2.2

Describe all the levels of language understanding in natural language processing system.

Q.3 Solve both questions :

Q3.1

What are agents in AI? How do agents work to import intelligence to a system? Classify the different types of agents and briefly discuss their properties.

Q3.2

Draw the semantic network of the following sentence: Kavita gives a book to her friend.

Q.4 Solve both questions :

Q4.1

What do you mean by learning? Explain briefly the learning methods. Discuss the advantages and disadvantages of rule-based system.

Q4.2

Explain the human preferences in encoding uncertainty during parsing.

Q.5 Solve both questions :

Q5.1

Explain the procedure of knowledge acquisition with the help of a diagram.

Q5.2

What is First Order Predicate Logic (FOPL)? Represent the following facts in FOPL: "Anyone passing his AI paper and getting an opportunity to work on live project is Happy. But anyone who studies sincerely or is Lucky can pass all his exams. Ramu did not study but he is Lucky. Anyone who is Lucky gets a live project to work."

Q.6 Write short notes on the following:

Q6.1
  • Knowledge
  • Intelligence
  • Inheritance knowledge
  • Knowledge management
a)

Knowledge

b)

Intelligence

c)

Inheritance knowledge

d)

Knowledge management

Q.7 Describe the following with suitable examples:

Q7.1
  • Logistic regression
  • Back propagation algorithm
a)

Logistic regression

b)

Back propagation algorithm

Q.8 Solve both questions :

Q8.1

Differentiate between forward chaining and backward chaining. On what factors does the decision to choose forward or backward chaining depend?

Q8.2

Consider the following sentences:
• John likes all kinds of food.
• Apples are food.
• Chicken is food.
• Anything anyone eats and isn't killed by it, is food.
• Sue eats everything Bill eats.

(i) Translate the sentences into formulae in predicate logic. Prove that John likes peanuts using backward chaining.
(ii) Convert the formulae of part (i) into clause form.
(iii) Prove that John likes peanuts using resolution.
(iv) Use resolution to answer the question, "What food does Sue eat?"

Q.9 Solve both questions :

Q9.1

What is the Turing test? If the machine passes the Turing test, does it mean that the system is intelligent? What are the associated problems with Turing test? What are required improvement/advances to overcome these problems?

Q9.2

What is the goal of the support vector machine (SVM)? How to compute the margin?


2019 051717

B.Tech 7th Semester Exam., 2019

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Answer any seven questions:

Q1.1

What is meant by Turing test?

Q1.2

Mention the criteria for the evaluation of search strategy.

Q1.3

What are the two types of memory bounded heuristic algorithms?

Q1.4

Define satisfiability of a sentence.

Q1.5

Why does uncertainty arise?

Q1.6

What is an atomic event?

Q1.7

What is the need for utility theory in uncertainty?

Q1.8

Write any two differences between traditional computer system programs and expert systems.

Q1.9

What is meant by belief network?

Q1.10

Define meta-knowledge in expert system.

Q.2 Solve both questions :

Q2.1

Discuss the applications area of Artificial Intelligence.

Q2.2

Explain $ AO^* $ algorithm with an example.

Q.3 Solve both questions :

Q3.1

What are the steps to convert first order logic or predicate logic sentence to normal form. Explain each step.

Q3.2

Describe constraint satisfaction problem in detail.

Q.4 Solve both questions :

Q4.1

Consider this knowledge-base (KB) for an instance of the Blocks World problem:
Query: $ \exists w \text{ above } (w, B)? $
KB for Blocks World problem:
1. on (A, C)
2. on (D, B)
3. on (E, D)
4. on (x, y) $ \Rightarrow $ above (x, y)
5. on (x, z) $ \land $ above (z, y) $ \Rightarrow $ above (x, y)

Use backward chaining (with Generalized Modus Ponens rule) to answer the query $ \exists w \text{ above } (w, B) $.

Question Diagram
Q4.2

Draw the complete AND-OR proof tree showing all the answers to the query.

Q.5 Solve both questions :

Q5.1

Define prior probability and conditional probability. State Bayes's theorem. How is it useful for decision making under uncertainty?

Q5.2

Explain logics for non-monotonic reasoning.

Q.6 Solve both questions :

Q6.1

Write down the difference between Forward reasoning and Backward reasoning.

Q6.2

Discuss the role of Probabilistic reasoning in handling uncertainty.

Q.7 Solve both questions :

Q7.1

What is the meaning of the word 'Heuristics' in the context of search strategies? What conditions on $ A^* $ search is required to guarantee completeness and optimality? Prove admissibility of $ A^* $ search strategy.

Q7.2

Why is MYCIN considered important in the development of expert systems and how did it lead to EMYCIN?

Q.8 Solve both questions :

Q8.1

Explain Expert system shell.

Q8.2

Explain Semantic network with suitable example.

Q.9 Solve both questions :

Q9.1

What are the steps in Natural language processing? List and explain them briefly.

Q9.2

Explain the application of Natural language processing in AI.


2019 V4 051717

B.Tech 7th Semester Exam., 2019

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Answer any seven questions:

Q1.1

What is meant by Turing test?

Q1.2

Mention the criteria for the evaluation of search strategy.

Q1.3

What are the two types of memory bounded heuristic algorithms?

Q1.4

Define satisfiability of a sentence.

Q1.5

Why does uncertainty arise?

Q1.6

What is an atomic event?

Q1.7

What is the need for utility theory in uncertainty?

Q1.8

Write any two differences between traditional computer system programs and expert systems.

Q1.9

What is meant by belief network?

Q1.10

Define meta-knowledge in expert system.

Q.2 Solve both questions :

Q2.1

Discuss the applications area of Artificial Intelligence.

Q2.2

Explain $ AO^* $ algorithm with an example.

Q.3 Solve both questions :

Q3.1

What are the steps to convert first order logic or predicate logic sentence to normal form. Explain each step.

Q3.2

Describe constraint satisfaction problem in detail.

Q.4 Solve both questions :

Q4.1

Consider this knowledge-base (KB) for an instance of the Blocks World problem:
Query: $ \exists w \text{ above } (w, B)? $
KB for Blocks World problem:
1. on (A, C)
2. on (D, B)
3. on (E, D)
4. on (x, y) $ \Rightarrow $ above (x, y)
5. on (x, z) $ \land $ above (z, y) $ \Rightarrow $ above (x, y)

Use backward chaining (with Generalized Modus Ponens rule) to answer the query $ \exists w \text{ above } (w, B) $.

Question Diagram
Q4.2

Draw the complete AND-OR proof tree showing all the answers to the query.

Q.5 Solve both questions :

Q5.1

Define prior probability and conditional probability. State Bayes's theorem. How is it useful for decision making under uncertainty?

Q5.2

Explain logics for non-monotonic reasoning.

Q.6 Solve both questions :

Q6.1

Write down the difference between Forward reasoning and Backward reasoning.

Q6.2

Discuss the role of Probabilistic reasoning in handling uncertainty.

Q.7 Solve both questions :

Q7.1

What is the meaning of the word 'Heuristics' in the context of search strategies? What conditions on $ A^* $ search is required to guarantee completeness and optimality? Prove admissibility of $ A^* $ search strategy.

Q7.2

Why is MYCIN considered important in the development of expert systems and how did it lead to EMYCIN?

Q.8 Solve both questions :

Q8.1

Explain Expert system shell.

Q8.2

Explain Semantic network with suitable example.

Q.9 Solve both questions :

Q9.1

What are the steps in Natural language processing? List and explain them briefly.

Q9.2

Explain the application of Natural language processing in AI.


2018 051717

B.Tech Examination, 2018

Time 3 hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Questions

Q1

Choose the correct answer (any seven) :

a)

In LISP, the function returns the list that results after the first element is removed (the rest of the list), is (i) car (ii) last (iii) cons (iv) cdr

[2 Marks]
b)

Output segments of artificial intelligence programming contain (i) printed language and synthesized speech (ii) manipulation of physical object (iii) locomotion (iv) All of the above

[2 Marks]
c)

What is artificial intelligence? (i) Putting your intelligence into computer (ii) Programming with your own intelligence (iii) Making a machine intelligent (iv) Playing a game

[2 Marks]
d)

Which is not the commonly used programming language for AI? (i) Prolog (ii) Java (iii) LISP (iv) Perl

[2 Marks]
e)

An 'agent' is (i) anything that perceives its environment through sensors and acting upon that environment through actuators (ii) anything that takes input from the surroundings and uses its intelligence and performs the desired operations (iii) an embedded program controlling line following robot (iv) All of the above

[2 Marks]
f)

What is rational at any given time depends on? (i) The performance measure that defines the criterion of success (ii) The agent's prior knowledge of the environment (iii) The actions that the agent can perform (iv) All of the above

[2 Marks]
g)

Weak AI is (i) the embodiment of human intellectual capabilities within a computer (ii) a set of computer programs that produces output that would be considered to reflect intelligence if it were generated by humans (iii) the study of mental faculties using mental models implemented on a computer (iv) All of the above

[2 Marks]
h)

Decision tree is (i) a flowchart (ii) a structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label (iii) the flowchart and structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label (iv) None of the above

[2 Marks]
i)

Decision nodes are represented by (i) disks (ii) squares (iii) circles (iv) triangles

[2 Marks]
j)

Treatment chosen by doctor for a patient for a disease is based on (i) only current symptoms (ii) current symptoms plus some knowledge from the textbooks (iii) current symptoms plus some knowledge from the textbooks plus experience (iv) All of the above

[2 Marks]
[14 Marks]
Q2

Consider the Water Jug problem as stated here. "You are given two jugs, a 4-gallon one and a 3-gallon one. Neither has any measuring markers on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 gallons of water into the 4-gallon jug?" Represent this as a problem in State Space Search and state its Production Rules. Show at least one solution to this problem.

[14 Marks]
Q3

Write a Prolog program that verifies whether an input list is a palindrome. Hint : Goal : Palindrome ([r, a, c, e, c, a, r]) Output : Yes Goal : Palindrome ([a, b, c]) Output : No

[14 Marks]
Q4

Decide whether the following statements are true or false. If true, explain why. If false, give a contradicting example. Recall that BB is the average branching factor and LL is the length of the shortest path from start to goal : (a) Bidirectional BFS is always faster than BFS when B2B \ge 2 and L4L \ge 4. (b) AA^* search always expands fewer nodes than DFS does. (c) For any search space, there is always an admissible and consistent AA^* heuristic. (d) IDAIDA^* does not need a priority queue as in AA^*, but can use the program stack in a recursive implementation as in DFS.

a)

Bidirectional BFS is always faster than BFS when B2B \ge 2 and L4L \ge 4.

[3 Marks]
b)

AA^* search always expands fewer nodes than DFS does.

[3 Marks]
c)

For any search space, there is always an admissible and consistent AA^* heuristic.

[3 Marks]
d)

IDAIDA^* does not need a priority queue as in AA^*, but can use the program stack in a recursive implementation as in DFS.

[3 Marks]
[14 Marks]
Q5

"AI is interdisciplinary in nature and its foundations are in various fields." Justify the statement with valid reasons.

[14 Marks]
Q6

Describe the 'stemming' technique of keyword normalization. Also explain, how is it different from 'lemmatization'.

[14 Marks]
Q7

In the context of neural networks, discuss the following terms : (a) Activation function (b) Feedback error learning method (c) Supervised learning (d) Edge weights (e) Mean error

a)

Activation function

[2 Marks]
b)

Feedback error learning method

[2 Marks]
c)

Supervised learning

[2 Marks]
d)

Edge weights

[2 Marks]
e)

Mean error

[2 Marks]
[14 Marks]
Q8

Give and describe an example of system that— (a) thinks like humans; (b) thinks rationally.

a)

thinks like humans;

[7 Marks]
b)

thinks rationally.

[7 Marks]
[14 Marks]
Q9

Explain the importance of artificial intelligence. Also describe, how game theory and artificial intelligence are related.

[14 Marks]

2017 051717

B.Tech Examination, 2017

Time 3 hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Questions

Q1

Answer any seven questions :

a)

What is the difference between Greedy best-first search and AA^* search?

[2 Marks]
b)

What is meant by tautology in propositional logic?

[2 Marks]
c)

Define Horn clause.

[2 Marks]
d)

What do you mean by completeness of search?

[2 Marks]
e)

What is expert system?

[2 Marks]
f)

What do you mean by contradiction and contingency?

[2 Marks]
g)

What do you mean by consistency of a heuristic?

[2 Marks]
h)

When does BFS give optimal solution?

[2 Marks]
i)

Justify the following statement : "Uniform-Cost search is a special case of AA^* search."

[2 Marks]
j)

Define alpha-cut-off of a game tree.

[2 Marks]
[14 Marks]
Q2

a) Given two jugs with no measuring marker, a 4-gallon jug and a 3-gallon jug. There is a pump to fill the jugs with water. How do you get exactly 2 gallons of water in the 4-gallon jug? Give the state space graph for the problem. Describe the production rules and provide a possible solution with the help of a state space graph. b) Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.

a)

Given two jugs with no measuring marker, a 4-gallon jug and a 3-gallon jug. There is a pump to fill the jugs with water. How do you get exactly 2 gallons of water in the 4-gallon jug? Give the state space graph for the problem. Describe the production rules and provide a possible solution with the help of a state space graph.

[7 Marks]
b)

Explain hill climbing algorithm. Explain plateau, ridge, and local maxima.

[7 Marks]
[14 Marks]
Q3

a) Consider the following tree corresponding to a two-player game (with MAX starting at the top), where the numbers below the leaf nodes represent the heuristic evaluations of for those nodes : [Tree Diagram] Use the (3-ply) mini-max procedure to determine the best move for MAX at node A. Also show the (backed-up) value of each node in the tree. b) Determine which nodes will be pruned (cut-off) when using alpha-beta pruning. Assume depth-first evaluation from left-to-right. Show your work.

a)

Consider the following tree corresponding to a two-player game (with MAX starting at the top), where the numbers below the leaf nodes represent the heuristic evaluations of for those nodes : [Tree Diagram] Use the (3-ply) mini-max procedure to determine the best move for MAX at node A. Also show the (backed-up) value of each node in the tree.

[7 Marks]
b)

Determine which nodes will be pruned (cut-off) when using alpha-beta pruning. Assume depth-first evaluation from left-to-right. Show your work.

[7 Marks]
[14 Marks]
Q4

a) Write a program in PROLOG as well as in LISP to find out the GCD of n numbers. b) Consider the following sentences : John likes all kinds of food. Apples are food. Chicken is food. Anything anyone eats and is not killed by is food. Bill eats peanuts and is still alive. Anyone who is killed by anything is not alive. Sue eats everything Bill eats. Prove that 'John likes peanuts' using resolution.

a)

Write a program in PROLOG as well as in LISP to find out the GCD of n numbers.

[7 Marks]
b)

Consider the following sentences : John likes all kinds of food. Apples are food. Chicken is food. Anything anyone eats and is not killed by is food. Bill eats peanuts and is still alive. Anyone who is killed by anything is not alive. Sue eats everything Bill eats. Prove that 'John likes peanuts' using resolution.

[7 Marks]
[14 Marks]
Q5

Suppose that you need to find a path between SS and GG in the state space defined by the following non-directed graph. The number attached to each edge is the cost of traversing the edge (in either direction). Suppose that we are given a heuristic function hh defined according to the following table : [Graph Diagram] [Heuristic Table: State: S A C D F G H; h: 10 5 4 3 4 0 2] a) Show the search trees generated for this problem using AA^* search algorithm. b) Is this heuristic admissible? Why?

a)

Show the search trees generated for this problem using AA^* search algorithm.

[7 Marks]
b)

Is this heuristic admissible? Why?

[7 Marks]
[14 Marks]
Q6

a) What do you mean by partitioned semantic nets? Explain inferential knowledge representation. b) What is forward chaining? Explain with an example.

a)

What do you mean by partitioned semantic nets? Explain inferential knowledge representation.

[7 Marks]
b)

What is forward chaining? Explain with an example.

[7 Marks]
[14 Marks]
Q7

a) Consider the following Bayesian network containing three Boolean random variables : [Bayesian Network Diagram] Compute the following quantities : (i) P(B,CA)P(\sim B, C | A) (ii) P(AB,C)P(A | \sim B, C) b) Explain knowledge acquisition techniques.

a)

Consider the following Bayesian network containing three Boolean random variables : [Bayesian Network Diagram] Compute the following quantities : (i) P(B,CA)P(\sim B, C | A) (ii) P(AB,C)P(A | \sim B, C)

[7 Marks]
b)

Explain knowledge acquisition techniques.

[7 Marks]
[14 Marks]
Q8

a) Discuss the benefits of a production system. What is Dempster-Shafer theory? b) What is fuzzy set? What is the difference between fuzzy set and crisp set? Explain different fuzzy set operations using examples.

a)

Discuss the benefits of a production system. What is Dempster-Shafer theory?

[7 Marks]
b)

What is fuzzy set? What is the difference between fuzzy set and crisp set? Explain different fuzzy set operations using examples.

[7 Marks]
[14 Marks]
Q9

a) Explain the basic component of an expert system. b) Write the characteristic features of expert system.

a)

Explain the basic component of an expert system.

[7 Marks]
b)

Write the characteristic features of expert system.

[7 Marks]
[14 Marks]

2016 051717

B.Tech 7th Semester Examination, 2016

Time 03 Hours
Full Marks 70
Instructions:
  • There are Nine Questions in this paper.
  • Attempt Five Question in all.
  • Question No. 1 is Compulsory.
  • The marks are indicated in the right hand margin.

Section A

Q1

Answer any seven question of the following.

[14 Marks]
Q2

What is heuristic search? Explain with example. Also write heuristic function for Hill Climbing and Tic-Tac-Toe.

[14 Marks]
Q3

Distinguish between fuzzy Reasoning and probabilistic reasoning with examples.

[14 Marks]
Q4

Explain Logical Representation Scheme and Procedural Representation Scheme in detail.

[14 Marks]
Q5

Let Ax: "x is an astronaut", Px: "x is a planet", and V(x, y): "x will travel to y". Give Well-Formed Formula for the below.

[14 Marks]
Q6

Explain Understanding, Perception, Learning and generation in Natural Language Processing.

[14 Marks]
Q7

Answer the following:

Q8

Explain in detail AO* algorithm and search procedure with a suitable example.

[14 Marks]
Q9

Write Short note on:

[14 Marks]

2015 051717

B.Tech 7th Semester Examination, 2015

Time 03 Hours
Full Marks 70
Instructions:
  • All questions are of equal value.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Section A

Q1

Answer any seven of the following questions:

Q2

Answer the following:

Q3

Answer the following:

Q4

Solve the following problems with AI techniques:

Q5

An example of nonmonotonic reasoning involve birds and flying. Consider the following facts:

Q6

Answer the following:

Q7

Answer the following:

Q8

Consider the following set of training examples:

Q9

Write short notes on the following:


2014 106416

B.Tech 4th Year Examination, 2014

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are TEN questions in this paper.
  • Attempt any FIVE questions.

Section A

Q1

Define production system. Develop a production system for the following problem:

[14 Marks]
Q2

Answer the following:

Q3

What is a clause? With the help of following wff, explain how to convert a wff to a set of clauses?

[14 Marks]
Q4

Answer the following:

Q5

Answer the following:

Q6

What is meant by heuristic search? Explain AA^* algorithm.

[14 Marks]
Q7

Answer the following:

Q8

Explain the working principle of RETE matching algorithm.

[14 Marks]
Q9

Write short notes on the following:

[14 Marks]
Q10

Answer the following:


2013 106416

B.Tech 4th Semester Examination, 2013

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are TEN questions in this paper.
  • Attempt any FIVE questions.

Section A

Q1

Answer the following:

Q2

Answer the following:

Q3

Answer the following:

Q4

Answer the following:

Q5

Answer the following:

Q6

Write short notes on:

[14 Marks]
Q7

Answer the following:

Q8

Answer the following:

Q9

Explain the following:

[14 Marks]
Q10

Answer the following:


2012 106416

B.Tech 4th Semester Examination, 2012

Time 03 Hours
Full Marks 70
Instructions:
  • All questions carry equal marks.
  • There are TEN questions in this paper.
  • Attempt any FIVE questions.

Section A

Q1

Answer the following:

Q2

Answer the following:

Q3

Answer the following:

Q4

Answer the following:

Q5

Answer the following:

Q6

Answer the following:

Q7

Write short notes on the following:

Q8

Answer the following:

Q9

Write short notes on the following:

Q10

Answer the following:


Install on iOS

To install BEU Connect on your iPhone:

1. Tap the Share button at the bottom of Safari.
2. Scroll down and tap "Add to Home Screen".