Artificial Intelligence Multiple Choice Questions (MCQs) and Answers
Test your knowledge of Artificial Intelligence with this comprehensive set of multiple-choice questions (MCQs). Each question covers key AI concepts, from basic definitions to advanced topics. Detailed explanations are provided for each answer, helping you reinforce your understanding of AI fundamentals and applications.
Artificial Intelligence Multiple Choice Questions and Answers
This section provides multiple-choice questions (MCQs) covering various aspects of Artificial Intelligence (AI), along with detailed explanations of the correct answers.
Multiple Choice Questions
- Artificial Intelligence is about:
- Playing a game on a computer
- Making a machine intelligent
- Programming a machine with your own intelligence
- Putting your intelligence into a machine
- Who is known as the "Father of AI"?
- Fisher Ada
- Alan Turing
- John McCarthy
- Allen Newell
- When is a blind search most appropriate?
- Real-life situations
- Small search spaces
- Complex games
- All of the above
- Which of the following is an application of AI?
- Expert Systems
- Gaming
- Vision Systems
- All of the above
- Which search algorithm requires less memory?
- Optimal Search
- Depth-First Search
- Breadth-First Search
- Linear Search
- A robot that can adapt its trajectory based on external conditions is considered:
- Mobile
- Non-servo
- Open-loop
- Intelligent
- Which programming language is NOT commonly used for AI?
- LISP
- PROLOG
- Python
- Perl
- The Turing Test assesses a machine's ability to demonstrate:
- Boolean Algebra
- Intelligence
- Logarithms
- Algorithms
- Which are the components of an Expert System?
- Knowledge Base
- Inference Engine
- User Interface
- All of the above
- Which algorithm is used for game tree decision-making (win/lose)?
- Heuristic Search Algorithm
- DFS/BFS algorithm
- Greedy Search Algorithm
- Minimax algorithm
Show Answer
Answer: b. Making a machine intelligent
Explanation: AI aims to create intelligent machines capable of thinking like humans.
Show Answer
Answer: c. John McCarthy
Explanation: John McCarthy coined the term "Artificial Intelligence" and made significant contributions to the field.
Show Answer
Answer: b. Small search spaces
Explanation: Blind searches (uninformed searches) are less efficient for large search spaces.
Show Answer
Answer: d. All of the above
Explanation: AI is used in many applications including expert systems, gaming, and vision systems.
Show Answer
Answer: b. Depth-First Search
Explanation: DFS uses less memory than BFS because it only keeps track of the current path.
Show Answer
Answer: d. Intelligent
Explanation: Adaptability to external conditions is a characteristic of intelligent agents.
Show Answer
Answer: d. Perl
Explanation: While Perl is a powerful language, Python is the most popular choice for AI development.
Show Answer
Answer: b. Intelligence
Explanation: The Turing Test evaluates a machine's ability to exhibit human-like intelligence.
Show Answer
Answer: d. All of the above
Explanation: Expert systems use a knowledge base, inference engine, and user interface to provide expert-level advice.
Show Answer
Answer: d. Minimax algorithm
Explanation: The minimax algorithm is commonly used in game playing AI to determine optimal moves.