You are on page 1of 2

1. Explain the properties of environment in detail.

2. Explain PEAS specification of the task environment of an agent.


3. For each of the following activities, give a PEAS description and characterize it in terms of the
properties.
• Exploring the subsurface oceans of Titan.
• Playing soccer.
• Taxi Driver.
• Performing a high jump.
• Bidding on an item at an auction.
4. Explain in detail about Agents and Environment.
5. Explain 8 – puzzle problem in detail.
6. Explain Local search algorithms and Optimization problem in detail.
7. Select the next move for MAX using minmax (putting a X).
8. Describe Hill Climbing Search with Examples.
9. Describe the Minmax algorithm with an example.
10. Explain Alpha Beta Pruning with Algorithm.
11. Explain Categories and Objects, Events in Ontological Engineering.
12. Explain Forward Chaining in detail with example.
13. Describe Resolution with an example.
14. Discuss Backward Chaining algorithm with an example.
15. Consider the following facts
a. Team India
b. Team Australia
c. Final match between India and Australia
d. India scored 350 runs, Australia scored 350 runs, India lost 5 wickets, Australia lost 7 wickets.
e. The team which scored the maximum runs wins.
f. If the scores are same 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”.
16. Explain Reactive and Deliberative Architecture in detail.
17. Explain Blackboard and BDI Architecture in detail.
18. Explain any three Architectures for Intelligent Agents.
19. Write a short note on Behavior Networks.
20. Describe Agent Communication. Write a short note on coordination and Dimensions of meaning.
21. Explain how to translate text from one natural language (the source) to another (the target)
with example.
22. What are the challenges in Speech Recognition techniques? Explain.
23. Explain Speech Recognition concept in detail.
24. Define Robotics. Discuss the various hardware components required for a Robot and Robotic
Perception.
25. Write detailed notes on the following.
(a)Robotic Perception (b)Planning

1. Consider the given problem. Describe the process involved in it. Consider the water jug
problem: you are given two water jugs, a 4 gallon one and 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 gallon of water from the 4-gallon jug? Explicit.
Assumptions: A jug can be filled from the pump, water can be poured from one jug to another
and that there are no other measuring devices available.
2. Solve using Constraint Satisfaction Problem and explain the procedure for solving CSP
(i) SEND
+ MORE

MONEY

(ii) TWO
+ TWO
FOUR
3. Consider the following sentences:
Marcus was a man.
Marcus was a Pompeian.
Marcus was born in 40 AD.
All men are mortal.
All Pompeian’s died the Volcano erupted in 79 AD.
No mortal lives for more than 150 years.
i) Convert them to clause form.
ii) Answer the question “Is Marcus dead now” Clearly state the assumption made.

You might also like