Ai (QB)
Ai (QB)
Ai (QB)
a) Fisher Ada
b) John McCarthy
c) Allen Newell
d) Alan Turning
2. The conference that launched the AI revolution in 1956 was held at?
a) Dartmouth
b) Harvard
c) New York
d) Stanford
3. The performance of an agent can be improved by __________
a) Learning
b) Observing
c) Perceiving
d) None of the mentioned
4. The action of the Simple reflex agent completely depends upon __________
a) Perception history
b) Current perception
c) Learning theory
d) Utility functions
5. Which instruments are used for perceiving and acting upon the environment?
a) 1
b) 2
c) 3
d) 4
Explanation: The four types of agents are Simple reflex, Model based, Goal based and Utility
based agents.
8. What is the rule of simple reflex agent?
a) Simple-action rule
b) Condition-action rule
c) Simple & Condition-action rule
d) None of the mentioned
a) Partial
b) Fully
c) Learning
d) Both Partial & Fully
17. The Set of actions for a problem in a state space is formulated by a ___________
a) Intermediate states
b) Initial state
c) Successor function, which takes current action and returns next immediate state
d) None of the mentioned
18. The Set of actions for a problem in a state space is formulated by a ___________
a) Intermediate states
b) Initial state
c) Successor function, which takes current action and returns next immediate state
d) None of the mentioned
19. What is the major component/components for measuring the performance of problem solving?
a) Completeness
b) Optimality
c) Time and Space complexity
d) All of the mentioned
20. Which search method takes less memory?
a) Depth-First Search
b) Breadth-First search
c) Linear Search
d) Optimal search
21. How many successors are generated in backtracking search?
a) 1
b) 2
c) 3
d) 4
Explanation: The four parts of the problem are initial state, set of actions, goal test and
path cost.
25. Which of the following is/are Uninformed Search technique/techniques?
a) Breadth First Search (BFS)
b) Depth First Search (DFS)
c) Bidirectional Search
d) All of the mentioned
26. Breadth-first search is not optimal when all step costs are equal, because it always
expands the shallowest unexpanded node.
a) True
b) False
Explanation: Breadth-first search is optimal when all step costs are equal, because it
always expands the shallowest unexpanded node. If the solution exists in shallowest
node no irrelevant nodes are expanded.
27. uniform-cost search expands the node n with the __________
a) Lowest path cost
b) Heuristic cost
c) Highest path cost
d) Average path cost
Explanation: Uniform-cost search expands the node n with the lowest path cost. Note that if all step
costs are equal, this is identical to breadth-first search.
28. Depth-first search always expands the ______ node in the current fringe of the search
tree.
a) Shallowest
b) Child node
c) Deepest
d) Minimum cost
29. Breadth-first search always expands the ______ node in the current fringe of the
search tree.
a) Shallowest
b) Child node
c) Deepest
d) Minimum cost
30. DFS is ______ efficient and BFS is __________ efficient.
a) Space, Time
b) Time, Space
c) Time, Time
d) Space, Space
31. What is the other name of informed search strategy?
a) Simple search
b) Heuristic search
c) Online search
d) None of the mentioned
32. Which search is complete and optimal when h(n) is consistent?
a) Best-first search
b) Depth-first search
c) Both Best-first & Depth-first search
d) A* search
33. Which is used to improve the performance of heuristic search?
a) Quality of nodes
b) Quality of heuristic function
c) Simple form of nodes
d) None of the mentioned
34. Which search method will expand the node that is closest to the goal?
a) Best-first search
b) Greedy best-first search
c) A* search
d) None of the mentioned
Explanation: Because of using greedy best-first search, It will quickly lead to the solution
of the problem
35. A* algorithm is based on ___________
a) Breadth-First-Search
b) Depth-First –Search
c) Best-First-Search
d) Hill climbing
Explanation: Best-first-search is giving the idea of optimization and quick choose of path,
and all these characteristic lies in A* algorithm.
Explanation: Initial state: The empty assignment ( ), in which all variables are
unassigned.
Successor function: A value can be assigned to any unassigned variable, provided it
does not conflict with previously assigned variables.
Goal test: The current assignment is complete.
Path cost: A constant cost (e.g., 1) for every step.
42. Consider a problem of preparing a schedule for a class of student. What type of
problem is this?
a) Search Problem
b) Backtrack Problem
c) CSP
d) Planning Problem
Explanation: Schedule developer needs to consider all constraints on teacher as well
as students.
44. Out of the given options, which of the following algorithms uses the least memory?
DFS
BFS
Both A and B are the same
Cannot be compared
Choose the correct answer from the options given below:
1. A - II, B - IV, C - I, D - III
2. A - II, B - III, C - I, D - IV
3. A - III, B - II, C - IV, D - I
4. A - III, B - IV, C - II, D - I
Option 1 : A - II, B - IV, C - I, D - III
(A) Minimax search is breadth-first: it processes all the nodes at a level before
moving to a node in next level.
(B) The effectiveness of the alpha-beta pruning is highly dependent on the order
in which the states are examined.
(C) The alpha-beta search algorithm computes the same optimal moves as
minimax algorithm.
(D) Optimal play in games of imperfact information does not require reasoning
about the current and future belief states of each player.
46. In Artificial Intelligence (AI), a simple reflex agent selects actions on the
basis of.
47. __________ refers to the ability to perceive or infer information, and to retain it as
knowledge to be applied toward adaptive behaviors within an environment or
context.
Behavior
Nature
Habits
Intelligence
48. When a machine possesses the ability to mimic human traits like making decisions,
predicting the future, learning, and improving on its own said to have
Informative Intelligence
Knowledge Intelligence
Artificial Intelligence
Emotional Intelligence
49. The Machine is said to be intelligent if,
it collects data
it understands data
it analyses data
all of the above
50. Which of the following are limitations of AI
i) Training Time
ii) Unemployment
a) i, ii and iii
b) i, ii, and iv
d) i, iii and iv