The document outlines a comprehensive set of questions related to the fundamentals of Artificial Intelligence, organized by units and parts. It covers various topics such as rational agents, search algorithms, knowledge representation, expert systems, and machine learning. Each question is categorized by its Bloom's Taxonomy level and course outcome, indicating its educational focus.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views4 pages
FAI Question Bank
The document outlines a comprehensive set of questions related to the fundamentals of Artificial Intelligence, organized by units and parts. It covers various topics such as rational agents, search algorithms, knowledge representation, expert systems, and machine learning. Each question is categorized by its Bloom's Taxonomy level and course outcome, indicating its educational focus.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
Sl.No.
Fundamentals of Artificial Intelligence Questions BTL Course
level Outcome Unit - I Part - A 1. Generalize what is a rational agent? 2 CO1 2. Define Artificial Intelligence. 1 CO1 3. What are the applications of AI? 1 CO1 4. Define an agent? With an example. 1 CO1 5. List the agent types. 1 CO1 6. What are the limitations of AI? 1 CO1 7. Access what is meant by a Turing Test? 2 CO1 8. Order the different type of agents. 2 CO1 9. Analyze how to measure the performance of an agent? 2 CO1 10. List the properties of environments. 1 CO1 PART-B 1. Design a medical diagnosis system using PEAS factors. 3 CO1 2. a) Illustrate utility based agent with an example. 2 CO1 b) Describe the model based reflex agent. 3. Explain environment types with an example. 2 CO1 4. Describe the fundamental concepts of AI. 2 CO1 5. Explain the history of AI. 2 CO1 6. Distinguish a) simple reflex agent and model based reflex agent. 3 CO1 b) Single agent and multiple agents. 7. Write a note on learning agent. 2 CO1 8. Will you state or interpret in your own words PEAS description for a 2 CO1 Vacuum cleaner? 9. How did you describe PEAS description for at least four agent types? 1 CO1 10. Analyze the characteristic of intelligent agents with example. 3 CO1 UNIT-II PART-A 1. State the advantages of breadth first search. 2 CO2 2. Define the following terms 1 CO2 a) Goal test b) Path 3. What is search? What are the steps for problem solving? 1 CO2 4. Define initial state and state space. 1 CO2 5. Compare BFS and DFS. 2 CO2 6. What are the properties of DFS. 1 CO2 7. Give example for real world and toy problems. 2 CO2 8. Express the ways to formulate a problem? 2 CO2 9. List some of the uninformed search techniques. 1 CO2 10. Access the depth-limited search. 2 CO2 PART-B 1. Discuss the algorithms for Depth first and Breadth First search 2 CO2 algorithms. 2. Explain any two uninformed Search Strategies. 2 CO2 3. Show the performance measure of various search algorithms. 2 CO2 4. Describe the following uninformed i) Iterative Deepening Depth First 2 CO2 Search ii) Bidirectional Search 5. Discuss in detail the uninformed search strategies and compare the 2 CO2 analysis of various searches. 6. Explain the properties of DFS and DLS. 1 CO2 7. Explain 8-Queen problem formulation. 1 CO2 8. Compare Depth-First search and Bidirectional search and support your 2 CO2 views? 9. explain depth limited search in detail with suitable example? 2 CO2 10. Can you apply the facts to describe iterative deepening depth first 3 CO2 search? Discuss. UNIT-III PART-A 1 Write short notes on Logical Agent. 1 CO3 2 List the elements of propositional logic. 1 CO3 3 Describe the types of knowledge based agents. 2 CO3 4 What are the properties of good knowledge representation system? 1 CO3 5 Give steps to apply declarative approach for KB. 1 CO3 6 Define relational knowledge. 2 CO3 7 Define semantic net. Give example. 2 CO3 8 Define Learning agent. CO3 9 CO3 10 List operations of knowledge base agent. 2 CO3 PART-B 1 Explain the method of representing simple facts in logic. 2 CO3 2 State various ways of representing ISA and instance relationship. 2 CO3 3 What are the issues in knowledge representation? Explain in detail. 2 CO3 4 Differentiate procedural and declarative knowledge. 2 CO3 5 Write short note on inheritance in semantic networks. 2 CO3 6 Compare procedural and declarative knowledge. 2 CO3 7 Describe forward chaining system. 2 CO3 8 What are limitations in using propositional logic to represent the 2 CO3 knowledge base? Discuss. 9 Explain in detail the connectives used in propositional logic. 2 CO3 10 Draw and describe the semantics network representation with example. 3 CO3 UNIT-IV PART-A 1 List out the expert system applications. 1 CO4 2 Give characteristics of expert systems. 2 CO4 3 What is knowledge acquisition? 1 CO4 4 Define expert system with components. 1 CO4 5 Describe about the participants in developments of expert systems. 2 CO4 6 Summarize the capabilities of Expert systems. 2 CO4 7 How inference engine different from knowledge base? Give reasons. 2 CO4 8 How many phases in building expert systems? Justify with one 2 CO4 example. 9 Why error possibilities are less if the KB contains correct knowledge. 2 CO4 10 Like a human being, why expert systems cannot produce a creative 2 CO4 output for different scenarios? Justify. PART-B 1 Draw the expert systems architecture-knowledgebase? Explain in 2 CO4 detail. 2 Describe about phases in building expert systems-knowledge 2 CO4 engineering. 3 Compare and contrast expert systems versus traditional systems. 2 CO4 4 Explain about characteristics of expert systems in detail. 2 CO4 5 What are steps for evolution of expert systems? Explain with example. 2 CO4 6 Give advantages and disadvantages of expert systems. 2 CO4 7 List out development languages for expert system development along 2 CO4 with example. 8 Explain applications of Expert systems with example. 2 CO4 9 Write short notes on i) Capabilities of the Expert System 2 CO4 ii) Limitations of Expert System 10 Write short notes on 2 CO4 i) Inference engine ii) knowledge acquisition iii) Knowledge base System UNIT-V PART-A 1 Define rote learning. 1 CO5 2 What is learning by taking advice? 2 CO5 3 Define supervised learning. 1 CO5 4 Define unsupervised learning. 1 CO5 5 Define reinforcement learning. 1 CO5 6 What do you understand be training set and test set? 2 CO5 7 What do you understand by machine learning? 2 CO5 8 What is memorization? 1 CO5 9 How is classification different from regression? 2 CO5 10 What is learning? 1 CO5 PART-B 1 Describe the components of a machine learning framework. 2 CO5 2 What is the difference between supervised and unsupervised learning? 2 CO5 Explain. 3 Explain reinforcement learning concept with the help of example. 2 CO5 4 Explain supervised learning in detail with example. 2 CO5 5 Narrate unsupervised learning with example 2 CO5 6 Write the various application of machine learning. 2 CO5 7 Briefly explain reinforcement learning. 2 CO5 8 Write short notes on inductive learning and deductive learning. 2 CO5 9 Describe the different types of methods in the learning. 2 CO5 10 How is artificial intelligence and machine learning related? Justify 2 CO5 with examples.