SlideShare a Scribd company logo
1 of 4
EXPECTED QUESTIONS
UNIT-1
PART-A
1. What is ridge? MAY2016
2. Howmuch knowledge would be required by a perfect program for a problem of playing
chess? Assume that unlimited computing power is available. MAY2016
3. Define heuristics.Why are heuristics crucial for the efficient design ofan expert system?
4. List the criteria to measure the performance ofsearch strategies.
5. What is production systems
6. What is AI technique
7. What are the steps to be considered to solve a problem?
8. What are the three classes ofproblem
9. What are the problems faced by hill-climbing search
10. What is Constraint satisfaction?
Part-B
1. (i) Explain the heuristic functions with examples. (6) MAY 2016
(ii) Write the algorithm for generate and test and simple hill climbing. (10) MAY 2016
2. Solve the given problem. Describe the operators involved in it.
Consider a water jug problem: You have given two jugs, a 4-gallon one and a 3-gallon
one. Neither have 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 in to the 4-gallon jug?
Explicit Assumptions: A jug can be filled from a pump, water can be poured out of a jug
on to the ground, water can be poured from one jug to another and that there are no
other measuring devices available. MAY 2016
3. (i) Describe a state space in which iterative deepening search performs much worse
than depth-first search.
(ii) Prove that the breadth first search is a special case of uniform cost search.
4. Explain the Control strategies in detail.
5. Explain how different problem characteristics are analyzed in detail.
6. Explain production systems and discuss the major issues in the design of search
programs.
7. What is heuristic search technique? Explain Hill climbing in detail.
8. Explain Best-first search algorithm in detail.
9. Write algorithm for the following:
i. Generate-and-test
ii. A* Algorithm
iii. Agenda-driven search
iv. Means-end analysis
10. Explain problem-reduction algorithm in detail.
i. AND–OR Graph Search:
ii. AO* algorithm
11. Explain AO* algorithm with a suitable example. State the limitations in the algorithm.
AO* algorithm:
12. Explain the constraint satisfaction procedure to solve the crypt arithmetic problem.
C R O S S
+ R O A D S
D A N G E R (NOV/DEC 2011)
Unit-2
1. What is alpha-beta pruning? MAY2016
2. For a given sentence “All Pompieans were Romans”.Write a well formed formula in
predicate logic. MAY2016
3. What are the levels of knowledge representation?
4. What are forward and backward representation mappings?
5. Represent the following sentence in predicate form “All the children likes sweets”.
(NOV/DEC 2012)
x Likes (x,sweets)
6. Define resolution..
7. State Herbrand’s theorem.
8. State the use of unification. (MAY/JUNE 2012)
9. What is MINIMAX Search Procedure?
10. Give some examples of structured representation of knowledge and define them.
PART-B
1. Convert the following well formed formula into clause form with sequence ofsteps:
∀x[Roman(x)  Know(x, Marcus)][hate(x,Caesar) (∀y:
z:hate(y,z)thinkcrazy(x,y))] MAY2016
2. (i)Write the resolution procedure for prepositional logic(8) MAY 2016
(ii) Explain the iterative deepening algorithm. (8). MAY 2016
3. Explain in detail the approaches to Knowledge Representation.
4. Explain the various issues in knowledge Representation in detail.
5. Differentiate predicate and propositional logic. Explain predicate logic with suitable
illustrations.
6. Explain the unification algorithm used for reasoning under predicate logic with an
example. (APRIL/MAY 2011)
7. 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”. (NOV/DEC 2011)
8. Consider the following facts and represent them in predicate form:
F1. There are 500 employees in ABC company.
F2. Employees earning more than Rs. 5000 pay tax.
F3. John is a manager in ABC company.
F4. Manager earns Rs. 10,000.
Convert the facts in predicate form to clauses and then prove by resolution: “John pays
tax”. (NOV/DEC 2012)
9. Explain with an example concept of resolution. (NOV/DEC 2012)
10. Explain MINIMAX Search Procedure algorithm with suitable illustration.
11. Explain alpha-beta pruning in detail along with example.
12. Explain various structured knowledge representations in detail.
UNIT-3
1. What is Bayesian Networks? MAY 2016
2. Write the properties offuzzy sets. MAY2016
3. What factors determine the selection of forward or backward reasoning approach for
an AI problem? (APRIL/MAY 2011)
4. Define Dempster-Shafer theory
5. Define Certainty factors.
6. Define Bayes’ rule
7. Define Forward chaining.
8. Define Backward chaining
9. Write briefly about fuzzy set theory
10. What are the various kinds ofknowledge
Part-b
1. (i) Briefly explain how reasoning is done using fuzzy logic. (6) MAY 2016
(ii) Explain Dempster-Shafer theory. (10) MAY 2016
2. What is forward chaining and how does it works? Explain the forward chaining
algorithm with example. (16) MAY 2016
3. Describe the various issues in knowledge representation.
4. How does an inference engine work in a frame based system?
5. Explain the need of fuzzy set and fuzzy logic with example. (MAY/JUNE 2012 &
NOV/DEC 2013)
6. Explain the method of performing exact inference in Bayesian networks. (NOV/DEC
2012)
7. Explain in detail about forward and backward chaining with suitable example.
8. Explain knowledge representation in detail with example.
9. Explain Rule based system with example.
10. Write notes on:
iii) Certainty factors
UNIT-IV
1. 1.What is rote learning?
2. Briefframe problem. MAY2016
3. 3.Define STRIPES
4. Mention the components of Planning system.
5. What are the basic operations in the Blocks world
6. Define Machine learning.
7. What are the various forms of learning
8. Define concept- learning
9. What is Goal Stack
10. Mention the advantages of Machine Learning.
Part-b
1. (i) Describe the components of a planning system. (10) MAY 2016
2. (ii) What is ID3? Write the drawbacks of ID3? (6) MAY 2016
3. Describe the hierarchical planning method with example. (8) MAY 2016
4. (ii) Describe the learning with Macro operators. (8) MAY 2016
5. Explain STRIPES mechanism with example.
6. Explain the concept of planning with the Block world example.
7. Discuss simple planning using a Goal Stack.
8. Write briefly the concept of Learning.
9. Explain Machine learning and Adaptive learning with example.
10. Solve the blocks world problem using strips. How does it act as a planning system?
UNIT-V
Part-A
1. What is meta knowledge? Howmeta knowledge is represented in rule-based expert
system? MAY2016
2. Write any four earliest expert systems. MAY2016
3. Define Expert systems.
4. What are the limitations of Expert systems
5. What is a shell
a. Mention the 3 major components of an Expert system
6. What are the advantages of Expert systems
7. Mention applications of Expert system.
8. Define MYCIN
9. Define DART
10. 17. What are the classifications of expert systems?
Part- B
1. (i) Explain about the knowledge acquisition. (10) MAY 2016
(ii) Write the characteristic features of Expert system. (6) MAY 2016
2. (i) Explain the basic components of an expert system. (10) MAY 2016
(ii) Write any six applications of expert systems. (6) MAY 2016
3. What are Expert systems? Explain in detail.
4. Elaborately explain the process of knowledge acquisition.
5. i) Explain the various stages of Expert system development.
ii) Explain heuristics with a example
6. Draw the schematic diagram ofan expert system. Explain all the relevant components.
7. i) Explain the components of expert systems with a neat diagram.
ii) Discuss the features of Expert systems
8. Discuss the advantages and limitations of expert systems.
9. i) Explain briefly about Meta knowledge
ii) Explain the role of expert system
10. Write short notes on:
a. MYCIN and its applications
b. DART and its applications
11. Write notes on:
i) Expert system shell
ii) Limitations of Expert systems
12. Explain the pitfalls in selecting an expert system.

More Related Content

What's hot

Matrix mult class-17
Matrix mult class-17Matrix mult class-17
Matrix mult class-17
Kumar
 

What's hot (20)

Matrix mult class-17
Matrix mult class-17Matrix mult class-17
Matrix mult class-17
 
Daa unit 5
Daa unit 5Daa unit 5
Daa unit 5
 
Knowledge representation and Predicate logic
Knowledge representation and Predicate logicKnowledge representation and Predicate logic
Knowledge representation and Predicate logic
 
Game Playing in Artificial Intelligence
Game Playing in Artificial IntelligenceGame Playing in Artificial Intelligence
Game Playing in Artificial Intelligence
 
Fafl notes [2010] (sjbit)
Fafl notes [2010] (sjbit)Fafl notes [2010] (sjbit)
Fafl notes [2010] (sjbit)
 
Adversarial search
Adversarial searchAdversarial search
Adversarial search
 
Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1 Artificial Intelligence Notes Unit 1
Artificial Intelligence Notes Unit 1
 
Dempster shafer theory
Dempster shafer theoryDempster shafer theory
Dempster shafer theory
 
Unit8: Uncertainty in AI
Unit8: Uncertainty in AIUnit8: Uncertainty in AI
Unit8: Uncertainty in AI
 
Distributed Mutual Exclusion and Distributed Deadlock Detection
Distributed Mutual Exclusion and Distributed Deadlock DetectionDistributed Mutual Exclusion and Distributed Deadlock Detection
Distributed Mutual Exclusion and Distributed Deadlock Detection
 
Parallel Algorithms
Parallel AlgorithmsParallel Algorithms
Parallel Algorithms
 
AI Lecture 6 (logical agents)
AI Lecture 6 (logical agents)AI Lecture 6 (logical agents)
AI Lecture 6 (logical agents)
 
Artificial Intelligence Notes Unit 4
Artificial Intelligence Notes Unit 4Artificial Intelligence Notes Unit 4
Artificial Intelligence Notes Unit 4
 
AI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction ProblemAI 7 | Constraint Satisfaction Problem
AI 7 | Constraint Satisfaction Problem
 
AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)
 
Artificial intelligence and knowledge representation
Artificial intelligence and knowledge representationArtificial intelligence and knowledge representation
Artificial intelligence and knowledge representation
 
Ai lecture 13(unit02)
Ai lecture  13(unit02)Ai lecture  13(unit02)
Ai lecture 13(unit02)
 
Computability - Tractable, Intractable and Non-computable Function
Computability - Tractable, Intractable and Non-computable FunctionComputability - Tractable, Intractable and Non-computable Function
Computability - Tractable, Intractable and Non-computable Function
 
Deadlock ppt
Deadlock ppt Deadlock ppt
Deadlock ppt
 
Artificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge RepresentationArtificial Intelligence_ Knowledge Representation
Artificial Intelligence_ Knowledge Representation
 

Viewers also liked

Viewers also liked (13)

indicador coleqty
indicador coleqtyindicador coleqty
indicador coleqty
 
Best Digital Marketing Companies-Services in Pune | 3DOT Technologies
Best Digital Marketing Companies-Services in Pune | 3DOT TechnologiesBest Digital Marketing Companies-Services in Pune | 3DOT Technologies
Best Digital Marketing Companies-Services in Pune | 3DOT Technologies
 
Calendario academico usc 2017a
Calendario academico usc 2017aCalendario academico usc 2017a
Calendario academico usc 2017a
 
Productividad Rentabilidad y Medición de la Productividad
Productividad Rentabilidad y Medición de la Productividad Productividad Rentabilidad y Medición de la Productividad
Productividad Rentabilidad y Medición de la Productividad
 
Akudo joy adiboshi compassion for all
Akudo joy adiboshi  compassion for allAkudo joy adiboshi  compassion for all
Akudo joy adiboshi compassion for all
 
วัดโบราณในไทย
วัดโบราณในไทยวัดโบราณในไทย
วัดโบราณในไทย
 
Curso básico de teclado - academia das teclas
Curso básico de teclado  - academia das teclasCurso básico de teclado  - academia das teclas
Curso básico de teclado - academia das teclas
 
Trastornos generalizado del desarrollo
Trastornos generalizado del desarrolloTrastornos generalizado del desarrollo
Trastornos generalizado del desarrollo
 
Software testing enhance quality and performance of software
Software testing enhance quality and performance of softwareSoftware testing enhance quality and performance of software
Software testing enhance quality and performance of software
 
Nucleic acids - Introduction
Nucleic acids - IntroductionNucleic acids - Introduction
Nucleic acids - Introduction
 
Consumer health Education
Consumer health EducationConsumer health Education
Consumer health Education
 
Rpp pertidaksamaan rasional dan irasional kurikulum 2013
Rpp pertidaksamaan rasional dan irasional kurikulum 2013Rpp pertidaksamaan rasional dan irasional kurikulum 2013
Rpp pertidaksamaan rasional dan irasional kurikulum 2013
 
Презентація Іршанської ОТГ Житомирської області
Презентація Іршанської ОТГ Житомирської областіПрезентація Іршанської ОТГ Житомирської області
Презентація Іршанської ОТГ Житомирської області
 

Similar to Expected questions in Artificial Intelligence

Axapta interview questions
Axapta interview questionsAxapta interview questions
Axapta interview questions
KD420
 
Network management. media management.material mgmt. aravind 9901366442
Network management. media management.material mgmt. aravind 9901366442Network management. media management.material mgmt. aravind 9901366442
Network management. media management.material mgmt. aravind 9901366442
NMIMS ASSIGNMENTS HELP
 

Similar to Expected questions in Artificial Intelligence (20)

Pune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample QuestionsPune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample Questions
 
Term 3 class8_2019-2020
Term 3 class8_2019-2020Term 3 class8_2019-2020
Term 3 class8_2019-2020
 
Model questions-b.sc .csit-6th-sem
Model questions-b.sc .csit-6th-semModel questions-b.sc .csit-6th-sem
Model questions-b.sc .csit-6th-sem
 
Axapta interview questions
Axapta interview questionsAxapta interview questions
Axapta interview questions
 
Smu bsc it Spring 2014 solved assignments
Smu bsc it Spring 2014  solved assignmentsSmu bsc it Spring 2014  solved assignments
Smu bsc it Spring 2014 solved assignments
 
Vtu cs 7th_sem_question_papers
Vtu cs 7th_sem_question_papersVtu cs 7th_sem_question_papers
Vtu cs 7th_sem_question_papers
 
B.Sc.IT: Semester – V (May – 2017) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (May – 2017) [Revised Course | Question Paper]B.Sc.IT: Semester – V (May – 2017) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (May – 2017) [Revised Course | Question Paper]
 
SMU BSCIT SUMMER 2014 ASSIGNMENTS
SMU BSCIT SUMMER 2014 ASSIGNMENTSSMU BSCIT SUMMER 2014 ASSIGNMENTS
SMU BSCIT SUMMER 2014 ASSIGNMENTS
 
Computer Science - Class7 term-1 (2019_20)
Computer Science - Class7 term-1 (2019_20)Computer Science - Class7 term-1 (2019_20)
Computer Science - Class7 term-1 (2019_20)
 
Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]Business Intelligence (May – 2019) [Choice Based | Question Paper]
Business Intelligence (May – 2019) [Choice Based | Question Paper]
 
Cs 6456-oop faq
Cs 6456-oop faqCs 6456-oop faq
Cs 6456-oop faq
 
Data mining and warehousing qb
Data mining and warehousing   qbData mining and warehousing   qb
Data mining and warehousing qb
 
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTSSMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
SMU MSC IT FALL/ SUMMER - 2013 SOLVED ASSIGNMENTS
 
Need for erp.
Need for erp.Need for erp.
Need for erp.
 
Describe b2 b.
Describe b2 b.Describe b2 b.
Describe b2 b.
 
What is e.rc diagram
What is e.rc diagramWhat is e.rc diagram
What is e.rc diagram
 
MCA-ASS-Semester V.pdf
MCA-ASS-Semester V.pdfMCA-ASS-Semester V.pdf
MCA-ASS-Semester V.pdf
 
Daa tutorial
Daa tutorialDaa tutorial
Daa tutorial
 
Network management. media management.material mgmt. aravind 9901366442
Network management. media management.material mgmt. aravind 9901366442Network management. media management.material mgmt. aravind 9901366442
Network management. media management.material mgmt. aravind 9901366442
 
B.Sc.IT: Semester – V (April – 2014) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2014) [Revised Course | Question Paper]B.Sc.IT: Semester – V (April – 2014) [Revised Course | Question Paper]
B.Sc.IT: Semester – V (April – 2014) [Revised Course | Question Paper]
 

More from MNM Jain Engineering College

More from MNM Jain Engineering College (17)

IT8602 MOBILE COMMUNICATION.docx
IT8602 MOBILE COMMUNICATION.docxIT8602 MOBILE COMMUNICATION.docx
IT8602 MOBILE COMMUNICATION.docx
 
IT8602 Syllabus.pdf
IT8602 Syllabus.pdfIT8602 Syllabus.pdf
IT8602 Syllabus.pdf
 
Mg8591 syllabus
Mg8591 syllabusMg8591 syllabus
Mg8591 syllabus
 
Ccse ii model_qp
Ccse ii model_qpCcse ii model_qp
Ccse ii model_qp
 
Distributed Mutual exclusion algorithms
Distributed Mutual exclusion algorithmsDistributed Mutual exclusion algorithms
Distributed Mutual exclusion algorithms
 
Task assignment approach
Task assignment approachTask assignment approach
Task assignment approach
 
Process Management-Process Migration
Process Management-Process MigrationProcess Management-Process Migration
Process Management-Process Migration
 
Naming in Distributed System
Naming in Distributed SystemNaming in Distributed System
Naming in Distributed System
 
Peer to Peer services and File systems
Peer to Peer services and File systemsPeer to Peer services and File systems
Peer to Peer services and File systems
 
Remote method invocation
Remote method invocationRemote method invocation
Remote method invocation
 
Remote Procedure Call
Remote Procedure CallRemote Procedure Call
Remote Procedure Call
 
Engineering Ethics
Engineering EthicsEngineering Ethics
Engineering Ethics
 
Distributed System-Multicast & Indirect communication
Distributed System-Multicast & Indirect communicationDistributed System-Multicast & Indirect communication
Distributed System-Multicast & Indirect communication
 
It6312 dbms lab-ex2
It6312 dbms lab-ex2It6312 dbms lab-ex2
It6312 dbms lab-ex2
 
Qp mobile & pervasive 2015
Qp mobile & pervasive 2015Qp mobile & pervasive 2015
Qp mobile & pervasive 2015
 
It6611 mobile application development laboratory l t p c0 0 3 2
It6611 mobile application development laboratory l t p c0 0 3 2It6611 mobile application development laboratory l t p c0 0 3 2
It6611 mobile application development laboratory l t p c0 0 3 2
 
Instruction formats-in-8086
Instruction formats-in-8086Instruction formats-in-8086
Instruction formats-in-8086
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Recently uploaded (20)

ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 

Expected questions in Artificial Intelligence

  • 1. EXPECTED QUESTIONS UNIT-1 PART-A 1. What is ridge? MAY2016 2. Howmuch knowledge would be required by a perfect program for a problem of playing chess? Assume that unlimited computing power is available. MAY2016 3. Define heuristics.Why are heuristics crucial for the efficient design ofan expert system? 4. List the criteria to measure the performance ofsearch strategies. 5. What is production systems 6. What is AI technique 7. What are the steps to be considered to solve a problem? 8. What are the three classes ofproblem 9. What are the problems faced by hill-climbing search 10. What is Constraint satisfaction? Part-B 1. (i) Explain the heuristic functions with examples. (6) MAY 2016 (ii) Write the algorithm for generate and test and simple hill climbing. (10) MAY 2016 2. Solve the given problem. Describe the operators involved in it. Consider a water jug problem: You have given two jugs, a 4-gallon one and a 3-gallon one. Neither have 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 in to the 4-gallon jug? Explicit Assumptions: A jug can be filled from a pump, water can be poured out of a jug on to the ground, water can be poured from one jug to another and that there are no other measuring devices available. MAY 2016 3. (i) Describe a state space in which iterative deepening search performs much worse than depth-first search. (ii) Prove that the breadth first search is a special case of uniform cost search. 4. Explain the Control strategies in detail. 5. Explain how different problem characteristics are analyzed in detail. 6. Explain production systems and discuss the major issues in the design of search programs. 7. What is heuristic search technique? Explain Hill climbing in detail. 8. Explain Best-first search algorithm in detail. 9. Write algorithm for the following: i. Generate-and-test ii. A* Algorithm iii. Agenda-driven search iv. Means-end analysis 10. Explain problem-reduction algorithm in detail. i. AND–OR Graph Search: ii. AO* algorithm 11. Explain AO* algorithm with a suitable example. State the limitations in the algorithm. AO* algorithm: 12. Explain the constraint satisfaction procedure to solve the crypt arithmetic problem. C R O S S + R O A D S D A N G E R (NOV/DEC 2011)
  • 2. Unit-2 1. What is alpha-beta pruning? MAY2016 2. For a given sentence “All Pompieans were Romans”.Write a well formed formula in predicate logic. MAY2016 3. What are the levels of knowledge representation? 4. What are forward and backward representation mappings? 5. Represent the following sentence in predicate form “All the children likes sweets”. (NOV/DEC 2012) x Likes (x,sweets) 6. Define resolution.. 7. State Herbrand’s theorem. 8. State the use of unification. (MAY/JUNE 2012) 9. What is MINIMAX Search Procedure? 10. Give some examples of structured representation of knowledge and define them. PART-B 1. Convert the following well formed formula into clause form with sequence ofsteps: ∀x[Roman(x)  Know(x, Marcus)][hate(x,Caesar) (∀y: z:hate(y,z)thinkcrazy(x,y))] MAY2016 2. (i)Write the resolution procedure for prepositional logic(8) MAY 2016 (ii) Explain the iterative deepening algorithm. (8). MAY 2016 3. Explain in detail the approaches to Knowledge Representation. 4. Explain the various issues in knowledge Representation in detail. 5. Differentiate predicate and propositional logic. Explain predicate logic with suitable illustrations. 6. Explain the unification algorithm used for reasoning under predicate logic with an example. (APRIL/MAY 2011) 7. 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”. (NOV/DEC 2011) 8. Consider the following facts and represent them in predicate form: F1. There are 500 employees in ABC company. F2. Employees earning more than Rs. 5000 pay tax. F3. John is a manager in ABC company. F4. Manager earns Rs. 10,000. Convert the facts in predicate form to clauses and then prove by resolution: “John pays tax”. (NOV/DEC 2012) 9. Explain with an example concept of resolution. (NOV/DEC 2012) 10. Explain MINIMAX Search Procedure algorithm with suitable illustration. 11. Explain alpha-beta pruning in detail along with example. 12. Explain various structured knowledge representations in detail.
  • 3. UNIT-3 1. What is Bayesian Networks? MAY 2016 2. Write the properties offuzzy sets. MAY2016 3. What factors determine the selection of forward or backward reasoning approach for an AI problem? (APRIL/MAY 2011) 4. Define Dempster-Shafer theory 5. Define Certainty factors. 6. Define Bayes’ rule 7. Define Forward chaining. 8. Define Backward chaining 9. Write briefly about fuzzy set theory 10. What are the various kinds ofknowledge Part-b 1. (i) Briefly explain how reasoning is done using fuzzy logic. (6) MAY 2016 (ii) Explain Dempster-Shafer theory. (10) MAY 2016 2. What is forward chaining and how does it works? Explain the forward chaining algorithm with example. (16) MAY 2016 3. Describe the various issues in knowledge representation. 4. How does an inference engine work in a frame based system? 5. Explain the need of fuzzy set and fuzzy logic with example. (MAY/JUNE 2012 & NOV/DEC 2013) 6. Explain the method of performing exact inference in Bayesian networks. (NOV/DEC 2012) 7. Explain in detail about forward and backward chaining with suitable example. 8. Explain knowledge representation in detail with example. 9. Explain Rule based system with example. 10. Write notes on: iii) Certainty factors UNIT-IV 1. 1.What is rote learning? 2. Briefframe problem. MAY2016 3. 3.Define STRIPES 4. Mention the components of Planning system. 5. What are the basic operations in the Blocks world 6. Define Machine learning. 7. What are the various forms of learning 8. Define concept- learning 9. What is Goal Stack 10. Mention the advantages of Machine Learning. Part-b 1. (i) Describe the components of a planning system. (10) MAY 2016 2. (ii) What is ID3? Write the drawbacks of ID3? (6) MAY 2016 3. Describe the hierarchical planning method with example. (8) MAY 2016
  • 4. 4. (ii) Describe the learning with Macro operators. (8) MAY 2016 5. Explain STRIPES mechanism with example. 6. Explain the concept of planning with the Block world example. 7. Discuss simple planning using a Goal Stack. 8. Write briefly the concept of Learning. 9. Explain Machine learning and Adaptive learning with example. 10. Solve the blocks world problem using strips. How does it act as a planning system? UNIT-V Part-A 1. What is meta knowledge? Howmeta knowledge is represented in rule-based expert system? MAY2016 2. Write any four earliest expert systems. MAY2016 3. Define Expert systems. 4. What are the limitations of Expert systems 5. What is a shell a. Mention the 3 major components of an Expert system 6. What are the advantages of Expert systems 7. Mention applications of Expert system. 8. Define MYCIN 9. Define DART 10. 17. What are the classifications of expert systems? Part- B 1. (i) Explain about the knowledge acquisition. (10) MAY 2016 (ii) Write the characteristic features of Expert system. (6) MAY 2016 2. (i) Explain the basic components of an expert system. (10) MAY 2016 (ii) Write any six applications of expert systems. (6) MAY 2016 3. What are Expert systems? Explain in detail. 4. Elaborately explain the process of knowledge acquisition. 5. i) Explain the various stages of Expert system development. ii) Explain heuristics with a example 6. Draw the schematic diagram ofan expert system. Explain all the relevant components. 7. i) Explain the components of expert systems with a neat diagram. ii) Discuss the features of Expert systems 8. Discuss the advantages and limitations of expert systems. 9. i) Explain briefly about Meta knowledge ii) Explain the role of expert system 10. Write short notes on: a. MYCIN and its applications b. DART and its applications 11. Write notes on: i) Expert system shell ii) Limitations of Expert systems 12. Explain the pitfalls in selecting an expert system.