0% found this document useful (0 votes)
18 views3 pages

AIML Quiz

The document contains a quiz on Artificial Intelligence and Machine Learning, covering key concepts such as the definition of AI, notable figures like John McCarthy, and various algorithms and applications. It includes multiple-choice questions with correct answers and explanations for each. The quiz assesses knowledge on topics like search algorithms, expert systems, and the Turing Test.

Uploaded by

Absa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

AIML Quiz

The document contains a quiz on Artificial Intelligence and Machine Learning, covering key concepts such as the definition of AI, notable figures like John McCarthy, and various algorithms and applications. It includes multiple-choice questions with correct answers and explanations for each. The quiz assesses knowledge on topics like search algorithms, expert systems, and the Turing Test.

Uploaded by

Absa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

ARTIFICIAL INTELLIGENCE AND MACINE LEARNING

Quiz
Unit I

1) Artificial Intelligence is about_____.

a. Playing a game on Computer


b. Making a machine Intelligent
c. Programming on Machine with your Own Intelligence
d. Putting your intelligence in Machine

Answer: b. Making a machine Intelligent


Explanation: Artificial Intelligence is a branch of Computer science, which aims to create
intelligent machines so that machine can think intelligently in the same manner as a human does.

2) Who is known as the -Father of AI"?


a. Fisher Ada
b. Alan Turing
c John McCarthy
d,.Allen Newell
Answer: c. John McCarthy
Explanation: John McCarthy was a pioneer in the AI field and known as the father of Artificial
intelligence. He was not only known as the father of AI but also invented the term Artificial
Intelligence.

3) Select the most appropriate situation for that a blind search can be used.

a. Real-life situation
b. Small Search Space
c. Complex game
d. All of the above
Answer: b. Small Search Space
Explanation: Blind Search is also known as uninformed search, and it does not contain any
domain information such as closeness, location of the goal, etc. Hence the most appropriate
situation that can be used for the blind search is Small-search Space.

4) The application/applications of Artificial Intelligence is/are


a. Expert Systems
b. Gaming
c. Vision Systems
d. All of the above
Answer: d. All of the above
5) Among the given options, which search algorithm requires less memory?
a. Optimal Search
b. Depth First Search
c. Breadth-First Search
d. Linear Search

Answer: b. Depth First Search


Explanation: The Depth Search Algorithm or DFS requires very little memory as it only stores
the stack of nodes from the root node to the current node.

6) If a robot is able to change its own trajectory as per the external conditions, then the robot is
considered as the__
a. Mobile
b. Non-Servo
c. Open Loop
d. Intelligent

Answer: d. Intelligent
Explanation: If a robot is able to change its own trajectory as per the external conditions, then
the robot is considered intelligent. Such type of agents come under the category of AI agents or
Rational Agents.

7) Which of the given language is not commonly used for AI?


a. LISP
b. PROLOG
c. Python
d. Perl

Answer: d. Perl
Explanation: Among the given languages, Perl is not commonly used for AI. LISP and
PROLOG are the two languages that have been broadly used for AI innovation, and the most
preferred language is Python for AI and Machine learning.

8) A technique that was developed to determine whether a machine could or could not
demonstrate the artificial intelligence known as the___
a. Boolean Algebra
b. Turing Test
c. Logarithm
d. Algorithm

Answer: b. Turing Test


Explanation: In the year 1950, mathematician and computing pioneer Alan Turing introduced a
test to determine whether a machine can think like a human or not, which means it can
demonstrate intelligence, known as the Turing Test. It was based on the "Imitation game" with
some modifications. This technique is still a measure of various successful AI projects, with
some updates.

9) The component of an Expert system is_________.


a. Knowledge Base
b. Inference Engine
c. User Interface
d. All of the above

Answer: d. All of the above


Explanation: Expert system is a part of AI and a computer program that is used to solve
complex problems, and to give the decision-making ability like human. It does this with the help
of a Knowledge base, Inference engine, and User interface, and all these are the components
of an Expert System.

10) Which algorithm is used in the Game tree to make decisions of Win/Lose?
a. Heuristic Search Algorithm
b. DFS/BFS algorithm
c. Greedy Search Algorithm
d. Min/Max algorithm

Answer: d. Min/Max Algorithm


Explanation: A game tree is a directed graph whose nodes represent the positions in Game and
edges represent the moves. To make any decision, the game tree uses the Min/Max algorithm.
The Min/Max algorithm is the preferred one over other search algorithms, as it provides the best
move to the player, assuming that the opponent is also playing optimally.

11) A hybrid Bayesian Network consist_____.


a. Discrete variables only
b. Discontinuous Variable
c. Both Discrete and Continuous variables
d. Continuous Variable only

Answer: c. Both Discrete and Continuous Variables


Explanation: The Hybrid Bayesian network contains both discrete and continuous variables as
the numerical inputs. To define the hybrid network, both kinds of distributions are used at wide
probability distribution.

12) The main tasks of an AI agent are_______.


a. Input and Output
b. Moment and Humanly Actions
c. Perceiving, thinking, and acting on the environment
d. None of the above

Answer: c. Perceiving, thinking, and acting on the environment


Explanation: The AI agent is the rational agent that runs in the cycle of Perceive, think, and act.

You might also like