AIML Quiz
AIML Quiz
Quiz
Unit I
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.
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.
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
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