AI Practice Book: Questions & Answers
AI Practice Book: Questions & Answers
3 1 Which of the following is a component of Artificial Intelligence? A 1 Learning Training Puzzling Mining
Based on which of the following parameter Artificial Intelligence is categorized? Based on functionally Based on capabilities
4 1 C 1 Based on capabilities only It is not categorized
only and functionally
5 1 What are the different types of Artificial Intelligence approaches? C 1 Strong Approach Weak Approach Both A and B None of the above
6 1 The Father of "Artificial Intelligence" is B 1 Fisher Ada John McCarthy Alan Turing Allen Newell
7 1 The application/applications of Artificial Intelligence is/are D 1 Expert Systems Gaming Vision Systems All of the above
9 1 Chess is an example of which task domain in Artificial Intelligence C 1 Mundane Task Expert Task Formal Task Categorical Task
Making a Machine Putting your intelligence Programming with your putting more memory into
11 1 What is Artificial intelligence? A 1
intelligent into Computer own intelligence Computer
Capable of exhibiting
Limited to narrow tasks Designed for a specific, Less reliable and secure
13 1 Strong Artificial Intelligence is __________ B 1 human-like intelligence
and specific domains narrow task than Weak AI
across a range of domains
14 1 What was originally called the “imitation game” by its creator? A 1 The Turing Test LISP The Logic Theorist Cybernetics
15 1 Which of the following are comprised within AI? C 1 Machine Learning Deep Learning Both (A) and (B) None of the above
L.J Institute of Engineering and Technology, Ahmedabad.
Artificial Intelligence Practice book (SEM-VI-2024 CE,IT,CSD,AIML,AIDS,CS&IT,CSE,CST,CEA,RAI Engineering)
Note : This Practic book is only for reference purpose. LJU Test question paper may not be completely set from this practice book.
Unit
Sr No Question_Text MCQ Answer Marks Option A Option B Option C Option D
Number
Adapting to the
16 1 Which of the following is not a goal of AI? B 1 Thinking humanly environment and To rule over humans Real Life Problem Solving
situations
What is the name of the computer program that simulates the thought
17 1 C 1 Human logic Expert reason Expert system Personal information
processes of human beings?
18 1 Important AI Techniques are D 1 Search Use of knowledge Abstraction All of the above
AI can assist in
AI systems can work AI always produces AI systems do not require
automating repetitive
19 1 Which of the following is an advantage of Artificial Intelligence (AI) technology? B 1 without any human accurate results without any data to operate
tasks, increasing
intervention. errors. effectively.
efficiency.
AI development is not
AI may lead to job influenced by the
AI systems are immune to AI systems are incapable of
20 1 What is a potential disadvantage of AI technology? A 1 displacement in certain availability of
biases and ethical issues. learning from data.
industries. computational
resources.
AI cannot contribute to
AI can enhance safety by AI systems are unable AI technology has no role in
improving traffic
22 1 Which of the following is an advantage of AI in the field of transportation? B 1 detecting and preventing to optimize routes for the development of
management and
accidents. efficient transportation. autonomous vehicles.
reducing congestion.
23 1 What is the significance of the “Turing Test” in AI? Explain how it is performed. 3
What are the main task domains in Artificial Intelligence? Describe each
25 1 4
domains with relvent examples.
34 2 A 1 square(file d ,rank 4) square(file e, rank 4) square(file d,rank 2) move is not define here
35 2 Production rule in ai is in the form of ? C 1 nested if statement else statement only IF-THEN statement if statement only
The travelling salesman problem involves n cities with paths connecting the
cities. The time taken for traversing through all the cities, without knowing in
36 2 advance the length of minimum tour, is C 1 O(n) O(n^2) O(n!) O(n/2)
State whether the following statements about the state space are True.
(i) A state-space forms a graph in which the nodes are states and the arcs
37 2 between nodes are actions. C 1 i- only ii- only Both i and ii None of the above
(ii) In state space, a path is a sequence of states connected by a sequence of
actions.
38 2 Blind search means ____________. B 1 Informed search uninformed search optimal search non of the above
State whether the following statements about defining the problem are True
or False. (i) A
problem will define a state space that contains all the possible configurations
39 2 of relevant objects. (ii) A problem will C 1 i-True , ii-False i- False , ii- True i- True , ii- True i- False , ii- False
specify a set of rules that describe the actions available.
What is State Spapce Search? Discuss it using tic tac toe game.
40 2 2
L.J Institute of Engineering and Technology, Ahmedabad.
Artificial Intelligence Practice book (SEM-VI-2024 CE,IT,CSD,AIML,AIDS,CS&IT,CSE,CST,CEA,RAI Engineering)
Note : This Practic book is only for reference purpose. LJU Test question paper may not be completely set from this practice book.
Unit
Sr No Question_Text MCQ Answer Marks Option A Option B Option C Option D
Number
How are search methods useful in solving AI problems? State one example of it.
41 2 3
L.J Institute of Engineering and Technology, Ahmedabad.
Artificial Intelligence Practice book (SEM-VI-2024 CE,IT,CSD,AIML,AIDS,CS&IT,CSE,CST,CEA,RAI Engineering)
Note : This Practic book is only for reference purpose. LJU Test question paper may not be completely set from this practice book.
Unit
Sr No Question_Text MCQ Answer Marks Option A Option B Option C Option D
Number
TOPIC NAME:- Define problem as a state space search : Chess Game, Water Jug Problem and 8-Puzzle Problem
Assume that in water jug problem, at a certain state, we required an operation
i.e. "empty 3 liter jug by pouring all its water into 4 liter jug." Then which
42 2 condition is applied at this state. A 1 (x+y,0) (x-x1,y) (x,3) (x,0)
What is state space representation of a problem? Show the state space of the
43 2 8 puzzle problem. 3
Consider the following initial and goal state for 8-puzzle problem and solve it
by using state space search.
44 2 3
Consider the following initial and goal state for 8-puzzle problem and solve it
by using state space search.
45 2 4
Consider the following initial and goal state for 8-puzzle problem and solve it
by using state space search.
46 2 4
Consider the scenario with a 3-liter jug and 5-liter jug, where you want to
47 2 measure 4-liters of water. 3
Draw the state space for given problem. You have three jugs of capacity of 12
lietrs, 8 literss, and 3 liters. 12 liter of Jug is full of water while other two jugs
are given empty. You have to obtain 2 liters of water in 12 liters of jug. You can
49 2 pour the water on the ground. But no additional water is given. Formulate the 5
state space for the given problem. Solve the problem and suggest the strategy.
L.J Institute of Engineering and Technology, Ahmedabad.
Artificial Intelligence Practice book (SEM-VI-2024 CE,IT,CSD,AIML,AIDS,CS&IT,CSE,CST,CEA,RAI Engineering)
Note : This Practic book is only for reference purpose. LJU Test question paper may not be completely set from this practice book.
Unit
Sr No Question_Text MCQ Answer Marks Option A Option B Option C Option D
Number
Consider the following initial and goal state for 8-puzzle problem and solve it
by using state space search.
50 2 4
Three jugs of capacity 8, 5 and 3 liters are here. These are initially filled with 8,
0 and 0 liters. In goal state they should be filled with 4, 4 and 0 liters. Solve this
51 2 3
problem and state the steps to reach initial to goal state.
Solve and suggest the appropriate strategy for the following water-jug
problem: You are given two jugs, a 7-gallon one and 11-gallon one. Neither
53 2 hasany measuring markers on it. There is a pump that can be used to fill the 4
jugs with water. Howcan you get exactly 5 gallon of water into the 11-gallon
jug?
Solve and suggest the appropriate strategy for the following water-jug
problem: You are given two jugs, a 9-gallon one and a 5-gallon one. Neither
54 2 hasany measuring markers on it. There is a pump that can be used to fill the 4
jugs with water. Howcan you get exactly 2 gallons of water into the 9-gallon
jug?
TOPIC NAME:- Production System
Which are the following are the benefits of the production system?
(i) Production systems provide am
excellent tool for structuring AI programs.
55 2 D 1 iand ii only ii and iii only i and iii only All i,ii and iii
(ii) The individual rules can be added, removed, or modified independently.
73 3 3
74 3 3
79 3 4
80 3 4
Find the optimal path solution to solve problem A by using A* Heuristic Search
Strategy. Numbers written on edges represent the distance between the
nodes. Numbers written on the node represents the heuristic value. Find the
most cost-effective path to reach from start state A to final state G using A*
Algorithm.
81 3 4
The algorithm can run provides an optimal The algorithm adapts to The algorithm can be
In AO* search, what does "anytime" refer to? anytime, regardless of solution at any point changes in the problem terminated at any time,
83 3 D 1
system resources. during its execution. space over time. returning the best solution
found so far.
By reducing the By optimizing the
How does AO* search address the limitations of traditional A* search By incorporating problem By increasing the memory
complexity of the search process for
84 3 algorithms? C 1 reduction techniques requirements for storing
heuristic function anytime performance
search nodes
How the AO* search technique can be applied to enhance the efficiency of
85 3 3
route planning in autonomous vehicles?
Find the optimal path solution to solve problem A by using AO* Heuristic
Search Strategy.
86 3 4
Find the optimal path solution to solve problem A by using AO* Heuristic
Search Strategy.
87 3 4