You are on page 1of 2

AMITY SCHOOL OF ENGINEERING AND TECHNOLOGY

CLASS ASSIGNMENT
[B-Tech (AI)] [6th Semester]
[CSE401: Artificial Intelligence]

DUE DATE: 27th March 2024

NOTE: ALL QUESTIONS ARE COMPULSORY.

Q1. Consider the following facts


Team India Team Australia
Final match between India and Australia
India scored 350 runs Australia score 350 runs India lost 5 wickets Australia lost 7 wickets
The team which scored the maximum runs wins
If the scores are same then the team which lost minimum wickets wins the match.

Represent the facts in predicate, convert to clause form and prove by resolution "India wins the
match".

Q 2 Write a script to allow for both outcome of the bank robbery: gateway and going wrong and
getting caught.

Q3. Represent the following using Semantic Networks


a) Every player kicked a ball
b) All players like the referee
c) Andrew believes that there is a fish with lungs

Q4. Explain the concept of Frames. Give various aspects of Frame Representation. Soham is a doctor
as a profession, and his age is 27, he lives in city Lucknow, and the country is India. Give the frame
representation.

Q5. Derive a parse tree for given sentences by using the following rules:
a) The big boy hit the little boy
b) Ram ran
i. Using top-down parsing
ii. Using bottom-up parsing

Q6. Explain the concept of Augmented Transition Network (ATN). Explain it with the help of an
example and with suitable graph/picture. Justify the statement “ATNs build on the idea of using
finite state machines to parse sentences”.
Q7. Briefly describe various aspects such as explanation sub-system, knowledge acquisition,
inference mechanism etc. of MYCIN, DENDRIL and R1 expert systems.
Q8. How do you use data from the robots and other systems they work with for more productive
outcomes?
Q9. The idea of exceptions and suggests that if a robot competing in the Pick-Up-The-Trash
Contest is trying to pick up soda cans and doesn't succeed in picking one up in 10 minutes that it
might switch from a random wander behavior to a "raster scan" movement behavior or might adjust
the color values for the soda can object for which it is searching. How does this idea of exception
handling conflict with the way it is said a purely reactive robotic system should act? Explain your
answer.
Q10. How is the membership function value known in fuzzy logic?

You might also like