UNIT 1 - AI QB
UNIT 1 - AI QB
INTRODUCTION TO AI
MCQ
2 Mark Questions
A. AI Techniques
1. What are the main techniques used in Artificial Intelligence? (K1 - Remembering)
o The main AI techniques are Machine Learning, Expert Systems, Natural
Language Processing (NLP), Computer Vision, and Robotics.
2. Define Expert Systems in AI. (K1 - Remembering)
o Expert systems are AI programs that mimic human decision-making using a
knowledge base and inference engine.
3. Explain the difference between Symbolic AI and Subsymbolic AI. (K2 -
Understanding)
o Symbolic AI relies on explicit rules and logic (e.g., expert systems), while
subsymbolic AI uses patterns and learning (e.g., neural networks).
4. What is the role of Fuzzy Logic in AI? (K2 - Understanding)
o Fuzzy Logic allows AI to handle uncertainty by representing data with degrees
of truth rather than binary values.
5. How does AI use Genetic Algorithms? (K3 - Applying)
o AI applies Genetic Algorithms by simulating natural evolution to optimize
solutions, using selection, crossover, and mutation.
B. Problem Solving with AI
6. What is meant by problem-solving in AI? (K1 - Remembering)
o AI problem-solving involves using algorithms and search strategies to find
optimal or approximate solutions to tasks.
7. What are the basic steps in the problem-solving process? (K1 - Remembering)
o The basic steps include problem definition, state representation, applying search
strategies, evaluating results, and refining solutions.
8. Differentiate between a well-defined problem and an ill-defined problem. (K2 -
Understanding)
o A well-defined problem has a clear initial state, goal state, and defined
operations, whereas an ill-defined problem lacks clarity in constraints or goals.
9. What is the role of heuristics in AI problem-solving? (K2 - Understanding)
o Heuristics help AI solve complex problems faster by using experience-based
techniques to guide the search for solutions.
10. How can AI be used to solve real-world problems? (K3 - Applying)
o AI solves real-world problems like medical diagnosis, fraud detection, and route
optimization by learning patterns and making predictions.
C. AI Models
11. What is an AI model? (K1 - Remembering)
o An AI model is a mathematical framework that learns from data to make
predictions or decisions.
12. List different types of AI models. (K1 - Remembering)
o Neural Networks, Decision Trees, Bayesian Networks, Support Vector
Machines, and Reinforcement Learning models.
13. Explain the concept of Neural Networks. (K2 - Understanding)
o Neural Networks are AI models that simulate the human brain by using
interconnected neurons to process and analyze data.
14. What is the difference between a rule-based system and a machine learning
model? (K2 - Understanding)
o A rule-based system follows predefined rules, while a machine learning model
learns patterns from data without explicit programming.
15. How does Reinforcement Learning differ from Supervised Learning? (K3 -
Applying)
o Reinforcement Learning learns from trial and error with rewards, while
Supervised Learning uses labeled data to learn patterns.
D. Data Acquisition and Learning in AI
16. What is data acquisition in AI? (K1 - Remembering)
o Data acquisition is the process of collecting, storing, and preprocessing data for
AI models.
17. Why is data preprocessing important in AI? (K2 - Understanding)
o It ensures data quality by removing noise, handling missing values, and
converting data into a usable format.
18. Differentiate between Structured and Unstructured Data. (K2 - Understanding)
o Structured data is organized in tables (e.g., databases), while unstructured data
includes text, images, and videos without a fixed format.
19. What is the significance of feature selection in AI models? (K3 - Applying)
o Feature selection improves model performance by reducing irrelevant or
redundant data, making training more efficient.
20. Explain the impact of biased data on AI models. (K3 - Applying)
o Biased data can lead to unfair or inaccurate AI predictions, affecting decision-
making in critical areas like hiring and lending.
PART B QUESTIONS