Artificial Intelligence MCQ's With Answers
AI UNIT 2 MCQ'S
1. Hill climbing sometimes called ____________ because it grabs a good neighbor state without thinking ahead about where to go next.
- Needy local search
- Heuristic local search
- Greedy local search
- Optimal local search
Ans : Greedy local search
2. blind search is also called as ________.
- Uninformed search
- Informed search
- Simple reflex search
- initial Search
Ans : Uninformed search
3. A search algorithm takes _________ as an input and returns ________ as an output.
- Input, output
- Problem, solution
- Solution, problem
- Parameters, sequence of actions
Ans : Problem, solution
4. an intellignret agent act to increase their ________
- Knowledge
- Performance measure
- Database mesure
- Goal Measure
Ans : Performance measure
5. Which search method takes less memory?
- Breadth-First search
- Depth-First Search
- Optimal search
- Linear Search
Ans : Depth-First Search
6. To solve a problem which 2 phase of formulation it should pass?
- Goal,Start
- Goal,Problem
- Path,Goal
- Path,Problem
Ans : Goal,Problem
7. To solve problem using AI, Process consist of ___ steps.
- 2
- 4
- 5
- 6
Ans : 5
8. Which one of the followings is not a part of process for solving problem using AI
- Defining the problem
- Analysing the problem
- Implemenation
- sensorless planning
Ans : sensorless planning
9. A* search strategy comes under ____.
- Uninformed search
- Blind Search
- Informed Search
- Classical Search
Ans : Informed Search
10. In BFS the frontier is implemented as a ________ queue.
- FIFO
- LIFO
- FILO
- Random
Ans : FIFO
11. Hill climbing Search algorithm works like _________ algorithm.
- AI
- A*
- Hilltop
- Generate and test
Ans : Generate and test
12. When is breadth-first search is optimal?
- When there is less number of nodes
- When all step costs are equal
- When all step costs are unequal
- When there is less number of agent
Ans : When all step costs are equal
13. What is the heuristic function of greedy best-first search?
- f(n) = h(n)
- f(n) > h(n)
- f(n) != h(n)
- f(n) < h(n)
Ans : f(n) = h(n)
14. Evaluation function for A* is f(n)=__+__ .
- h(n)+h(m)
- h(n)+g(n)
- h(n)+c(n)
- g(n)+h(m)
Ans : h(n)+g(n)
15. Greedy approach in hill climbing means choosing best possible ________ solution.
- Hilltop
- Complex
- Otimal
- Nearest
Ans : Nearest
16. ___________ behavior means something which can be determined with set of logicla proofs and actios.
- Smart
- Bounded
- Deterministic
- Ridge
Ans : Ridge
17. simulated annealing is an efective and general form of ____________.
- Optimization
- Hill climbing
- Inspiration
- Agent
Ans : Optimization
18. AND/OR is implemented in the ______________ problem
- Deterministic
- Non-Deterministic
- Otimal
- Hill Climbing
Ans : Non-Deterministic
19. "___________ based on the current situation and the agent’s performance measure, is the first step in problem solving."
- Goal formulation
- Problem formulation
- Performance Measuring
- Performance dectection
Ans : Goal formulation
20. ____________is the process of deciding what actions and states to consider, given a goal
- Goal formulation
- Problem formulation
- Performance Measuring
- Performance dectection
Ans : Problem formulation
21. The process of looking for a sequence of actions that reaches the goal is called ____________.
- Initial
- state
- search state
- execution
Ans : state
22. "A search algorithm takes a ________ as input and returns a _________in the form of an action sequence."
- data, problem
- problem, data
- data, solution
- problem, solution
Ans : problem, solution
23. Once the solution has been executed, the agent will formulate a ___________.
- solution
- problem
- new goal
- data
Ans : new goal
24. The ___________ state that the agent starts in.
- Initial
- goal
- basic
- ongoing
Ans : Initial
25. A _________ in the state space is a sequence of states connected by a sequence of actions.
- action
- path
- root
- node
Ans : path
26. Solution quality is measured by the path cost function, and __________ has the lowest path cost among all solutions.
- path cost
- a minimum cost
- an optimal solution
- a final solution
Ans : an optimal solution
27. The process of removing detail from a representation is called _______.
- abstraction
- initialisation
- deletion
- inheritance
Ans : abstraction
28. In 8 puzzle problem, A state description specifies the location of each of the _______ tiles and the blank in one of the ____ squares.
- nine, eight
- eight, zero
- nine, zero
- eight, nine
Ans : eight, nine
29. The 8-puzzle belongs to the family of __________, which are often used as test problems for new search algorithms in AI.
- sliding-window puzzles
- moving dice puzzle
- sliding-block puzzles
- shifting-block puzzle
Ans : sliding-block puzzles
30. ___________ involves operators that augment the state description, starting with an empty state; for the 8-queens problem, this means that each action adds a queen to the state.
- The problem formulation
- The Goal formulation
- An incremental formulation
- A complete-state formulation
Ans : An incremental formulation
31. ___________ starts with all 8 queens on the board and moves them around
- The problem formulation
- The Goal formulation
- An incremental formulation
- A complete-state formulation
Ans : A complete-state formulation
32. A ___________ requires positioning millions of components and connections on a chip to minimize area, minimize circuit delays, minimize stray capacitances, and maximize manufacturing yield.
- VLSI layout problem
- A Searching problem
- Depth First Search
- A BFS
Ans : VLSI layout problem
33. The layout problem comes after the logical design phase and is usually split into two part are _________, ___________.
- Cell layout and form layout
- Cell layout and channel routing
- Form layout and channel routing
- Table layout and cell layout
Ans : Cell layout and channel routing
34. Automatic assembly sequencing of complex objects by a robot was first demonstrated __________ in 1972.
- Johnson and Story
- Noyes Chapman
- Slocum and Sonneveld
- Freddy
Ans : Freddy
35. In searching tree, The set of all leaf nodes available for expansion at any given point is called the ______.
- frontier leaf
- node
- loopy path
- child node
Ans : frontier leaf
36. __________ is a simple strategy in which the root node is expanded first, then all the successors of the root node are expanded next, then their successors, and so on.
- Breadth-first search
- Depth-first search
- Depth -limited search
- Bidirectiional search
Ans : Breadth-first search
37. __________ is an instance of the general graph-search algorithm in which the shallowest unexpanded node is chosen for expansion.
- Breadth-first search
- Depth-first search
- Depth -limited search
- Bidirectiional search
Ans : Breadth-first search
38. Instead of expanding the shallowest node, ________ expands the node n with the lowest path cost g(n).
- uniform-cost search
- Depth-first search
- Depth -limited search
- Bidirectiional search
Ans : uniform-cost search
39. __________ tries to expand the node that is closest to the goal, on the grounds that this is likely to lead to a solution quickly.
- Greedy best-first search
- Breadth-first search
- Depth -limited search
- Bidirectiional search
Ans : Greedy best-first search
40. The agent can construct sequences of actions that achieve its goals; this process is called ______.
- construction
- search
- execution
- backtracking
Ans : search
41. _________expands the node with lowest path cost, g(n), and is optimal for general step costs.
- uniform-cost search
- Depth-first search
- Depth -limited search
- Bidirectiional search
Ans : uniform-cost search
42. _________ expands the deepest unexpanded node first. It is neither complete nor optimal, but has linear space complexity.
- Breadth-first search
- Depth-first search
- Depth -limited search
- Bidirectiional search
Ans : Depth-first search
43. _________ can enormously reduce time complexity, but it is not always applicable and may require too much space.
- Breadth-first search
- Depth-first search
- Depth -limited search
- Bidirectiional search
Ans : Bidirectiional search
Thank You : Sourabh Patil
Post a Comment