Artificial Intelligence Multiple Choice Questions
Artificial Intelligence Multiple Choice Questions
Ad
Applied Nanotools
appliednt.com
a. Fisher Ada
⇧
b. Alan Turing
https://www.javatpoint.com/artificial-intelligence-mcq 1/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
c. John McCarthy
d. Allen Newell
Explanation: John McCarthy was a pioneer in the AI field and known as the father
of Artificial intelligence. He was not only the 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
https://www.javatpoint.com/artificial-intelligence-mcq 2/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
c. Complex game
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.
a. Expert Systems
b. Gaming
c. Vision Systems
5) Among the given options, which search algorithm requires less memory?
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 3/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. Optimal Search
c. Breadth-First Search
d. Linear 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.
https://www.javatpoint.com/artificial-intelligence-mcq 4/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
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.
a. LISP
b. PROLOG
c. Python
d. Perl
⇧
Answer: d. Perl
https://www.javatpoint.com/artificial-intelligence-mcq 5/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
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.
a. Boolean Algebra
b. Turing Test
c. Logarithm
d. Algorithm
a. Knowledge Base
b. Inference Engine ⇧
https://www.javatpoint.com/artificial-intelligence-mcq 6/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
c. User Interface
10) Which algorithm is used in the Game tree to make decisions of Win/Lose?
b. DFS/BFS algorithm
https://www.javatpoint.com/artificial-intelligence-mcq 7/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
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.
a. 1
b. 2
c. 3
d. 4
Answer: b. 2
Explanation: There are only two ways to solve the problems of state-space search.
https://www.javatpoint.com/artificial-intelligence-mcq 8/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
12) Among the given options, which is not the required property of Knowledge
representation?
a. Inferential Efficiency
b. Inferential Adequacy
c. Representational Verification
d. Representational Adequacy
Representational Accuracy
Inferential Adequacy
Inferential Efficiency
Acquisitional efficiency
a. Sensors
b. Perceiver
c. Actuators
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 9/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
d. Both a and c
Explanation: An AI agent perceives and acts upon the environment using Sensors
and Actuators. With Sensors, it senses the surrounding, and with Actuators, it acts
on it.
a. Simple-action rule
c. Condition-action rule
https://www.javatpoint.com/artificial-intelligence-mcq 10/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Explanation: The simple reflex agent takes decisions only on the current condition
and acts accordingly; it ignores the rest of history; hence it follows the Condition-
action rule.
15) Which agent deals with the happy and unhappy state?
a. Utility-based agent
b. Model-based agent
c. Goal-based Agent
d. Learning Agent
a. True
b. False
https://www.javatpoint.com/artificial-intelligence-mcq 11/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Answer: a. True
Explanation: Rational agent has clear preference, goal, and acts in a way to
maximize its performance. It is said that it always does the right things, which
means it gives the best performance for each action.
17) Which term describes the common-sense of the judgmental part of problem-
solving?
a. Values-based
b. Critical
c. Analytical
d. Heuristic
Answer: d. Heuristic
18) Which AI technique enables the computers to understand the associations and
relationships between objects and events?
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 12/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. Heuristic Processing
b. Cognitive Science
c. Relative Symbolism
d. Pattern Matching
https://www.javatpoint.com/artificial-intelligence-mcq 13/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Explanation: In Exploration problems, the agent does not contain the knowledge of
state space and actions in advance. These are difficult problems and used in the real
world.
20) In the Wumpus World Problem, the reason for the uncertainty is that the
agent's sensor gives only__
https://www.javatpoint.com/artificial-intelligence-mcq 14/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
21) The search algorithm which is similar to the minimax search, but removes the
branches that don't affect the final output is known as__.
a. Depth-first search
b. Breadth-first search
c. Alpha-beta pruning
⇧
Answer: c. Alpha-beta pruning
https://www.javatpoint.com/artificial-intelligence-mcq 15/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
22) The maximum depth to which the alpha-beta pruning can be applied.
a. Eight states
b. Six states
c. Ten states
d. Any depth
Explanation: The Alpha-beta pruning can be applied to any depth of the tree and it
can eliminate the entire subtree, if it is not affecting the final decision.
23) Among the given options, which is also known as inference rule?
a. Reference
b. Reform
c. Resolution
https://www.javatpoint.com/artificial-intelligence-mcq 16/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Answer: c. Resolution
24) Which of the following option is used to build complex sentences in knowledge
representation?
a. Symbols
b. Connectives
c. Quantifier
Answer:
a. Personal Computers
b. Microcomputers ⇧
https://www.javatpoint.com/artificial-intelligence-mcq 17/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
c. LISP Machines
26) If according to the hypothesis, the result should be positive, but in fact it is
negative, then it is known as_______.
c. Specialized Hypothesis
d. Consistent Hypothesis
Explanation: The False Positive Hypothesis means that according to results, you
have that condition, but in reality, you don't have it. Such as for a medical test, if
someone is found Positive for a disease, but actually he doesn't have that disease,
then it comes under the False Positive hypothesis.
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 18/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
b. Discontinuous Variable
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.
28) The process of capturing the inference process as Single Inference Rule is
known as:
a. Clauses
b. Ponens
d. Variables
⇧
Answer: c. Generalized Modus Ponens
https://www.javatpoint.com/artificial-intelligence-mcq 19/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Explanation: For all inference process in FOL, the single inference rule can be used,
which is called Generalized Modus Ponens. It is said to be the lifted version of Modus
ponens.
Generalized Modus Ponens can be said as, " P implies Q and P is asserted to be
true, therefore Q must be True."
29) Which process makes two different Logical expressions look identical?
a. Unification
b. Lifting
c. Inference Process
Answer: a. Unification
30) Which algorithm takes two sentences as input and returns a Unifier?
a. Inference
b. Hill-Climbing
c. Unify algorithm ⇧
https://www.javatpoint.com/artificial-intelligence-mcq 20/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
d. Depth-first search
Explanation: The unify algorithm takes two atomic sentences and return a unifier.
It is used for the unification process.
P: Performance
E: Environment
A: Actuators
⇧
S: Sensors
https://www.javatpoint.com/artificial-intelligence-mcq 21/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. Intermediate States
b. Successor function that takes current action and returns next state
c. Initial States
Answer: b. Successor function that takes current action and returns next state
33) In which search problem, to find the shortest path, each city must be visited
once only?
https://www.javatpoint.com/artificial-intelligence-mcq 22/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Explanation: The TSP or Travelling Salesman problem is about finding the shortest
possible route to visit each city only once and returning to the origin city when the
list of all cities and distances between each pair of cities is given.
34) In the TSP problem of n cities, the time taken for traversing all cities, without
having prior knowledge of the length of the minimum tour will be_______.
a. O(n)
b. O(n2)
c. O(n!)
d. O(n/2)
Answer: c. O(n!)
Explanation: In the TSP problem of n cities, the time taken for traversing all cities
without having prior knowledge of the length of the minimum tour will be O(n!).
a. Intelligent Agent
b. Problem-solving agent
⇧
c. Simple reflex agent
https://www.javatpoint.com/artificial-intelligence-mcq 23/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
d. Model-based agent
b. Find out which sequence of action will get it to the goal state.
c. Both a & b
Explanation: Problem-solving agents are the goal-based agents that use different
search strategies and algorithms to solve a given problem.
https://www.javatpoint.com/artificial-intelligence-mcq 24/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
i. Predicate Logic
a. Both I and II
b. Only II
d. Only IV
a. The sentences of Propositional logic can have answers other than True or False.
https://www.javatpoint.com/artificial-intelligence-mcq 25/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Answer: a. The sentences of Propositional logic can have answers other than True
or False
Such as, It is Sunday today. This sentence can be either true or false only.
Explanation: The first-order logic is also known as the First-order predicate logic,
which is another way of knowledge representation. The FOL statements contain two
parts that are subject and Predicate.
https://www.javatpoint.com/artificial-intelligence-mcq 26/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. 2 Levels
b. 3 Levels
c. 4 Levels
Answer: b. 3 Levels
Knowledge Level
Logical Level
Implementation Level
https://www.javatpoint.com/artificial-intelligence-mcq 27/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. Machine Learning
b. Deep Learning
c. Both a & b
Explanation: Machine Learning and Deep Learning are the two ways to achieve AI
in real life.
Explanation: The AI agent is the rational agent that runs in the cycle of Perceive,
think, and act.
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 28/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. Estimation
b. Observations
c. Likelihood
a. Forward Chaining
b. Backward Chaining
c. Both a and b
https://www.javatpoint.com/artificial-intelligence-mcq 29/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Forward chaining
Backward chaining
https://www.javatpoint.com/artificial-intelligence-mcq 30/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
b. Estimated Values
c. Wrong Values
Explanation: Like all probability theories and methods, Conditional Probability also
provides the estimated result value, which means the probability of an event to
occur, not a 100% accurate result.
Answer: b. Can solve a problem on its own without any human intervention
Explanation: The best AI agent is one that can solve the problem on its own
without any human intervention. ⇧
https://www.javatpoint.com/artificial-intelligence-mcq 31/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. 5+8
b. 5 add 8
c. 5+8=
d. (+5 8)
⇧
Answer: d. (+5 8)
https://www.javatpoint.com/artificial-intelligence-mcq 32/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Explanation: The sum of two variables a & b can be entered as (+a b). Hence the
sum of 5 and 8 can be entered as (+5 8).
d. It contains a loop
b. The heuristic function takes parameters of type string and returns an integer
value.
d. The heuristic function calculates the cost of an optimal path between the pair of
states. ⇧
https://www.javatpoint.com/artificial-intelligence-mcq 33/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Answer: d. The heuristic function calculates the cost of an optimal path between
the pair of states
52) Which of the given element improve the performance of AI agent so that it can
make better decisions?
a. Changing Element
b. Performance Element
c. Learning Element
https://www.javatpoint.com/artificial-intelligence-mcq 34/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. 1
b. 2
c. 3
d. 4
Answer: c. 3
Explanation: There are three types of Machine Learning techniques, which are
Supervised Learning, Unsupervised Learning, and Reinforcement Learning.
https://www.javatpoint.com/artificial-intelligence-mcq 35/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
a. Single Test
b. Two Test
c. Sequence of test
d. No test
Explanation: A decision tree is the supervised machine learning technique that can
be used for both Classification and Regression problems. It reaches its destination
using a Sequence of Tests.
a. Sqrt(x)
b. (sqrt x)
c. x/2
Answer: (sqrt x)
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 36/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
← Prev Next →
Applied Nanotools
We Develop Products Based On The Requirements Of Our Customers.
appliednt.com OPEN
https://www.javatpoint.com/artificial-intelligence-mcq 37/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Preparation
Company
⇧
https://www.javatpoint.com/artificial-intelligence-mcq 38/40
3/16/2021 Artificial Intelligence MCQ (Multiple Choice Questions) - Javatpoint
Trending Technologies
B.Tech / MCA
COA D. Math.
https://www.javatpoint.com/artificial-intelligence-mcq 40/40