Artificial Intelligence MCQ's With Answers
AI UNIT 3 MCQ'S
1. _______returns the set of legal moves in a state.
- test
- actions
- utility
- player
Ans: actions
2. A utility function is also called :
- Objective function
- payoff functions
- none of the above
- both A and B
Ans: both A and B
3. A function defines the final numeric value for game that ends in terminal states for a player p is called
- primary function
- secondary function
- utility function
- optimum function
Ans: utility function
4. game tree defined by
- initial state
- actions
- result
- all of the above
Ans: all of the above
5. In a normal search problem , the optimal solution would be a sequence of action leading to a_______
- Goal state
- terminal state
- both A and B
- initial state
Ans: both A and B
6. If the agent is acting deterministically, one of the probability will be ________
- 1
- 0
- 0.5
- either A or B
Ans: 1
7. In _______system the observer may utilise a memory system in order to add information to observers understanding of the system.
- fully obsevable
- Partially observable
- static
- known
Ans: Partially observable
8. In alpha beta pruning alpha stands for________
- Max
- Min
- both a and b
- none of the above
Ans: Max
9. In alpha beta pruning beta stands for________
- Max
- Min
- both a and b
- none of the above
Ans: Min
10. In chess the outcome win is represent with value
- 1
- 0
- 2
- none of the above
Ans: 1
11. A zero-sum game is (confusingly) defined as one where the total payoff to all players is the _____ for every instance of the game
- Equal
- Unequal
- Zero
- Undefined
Ans: Equal
12. In MINIMAX algorithm, the role played by Max is
- AND
- OR
- NOT
- NAND
Ans: OR
13. The space complexity of minimax algorithm is
- O(bm)
- O(bm)
- O(d)
- O(b)
Ans: O(bm)
14.In alpha beta search, α is associated along with ___ path
- DFS
- MIN
- MAX
- BFS
Ans: MAX
15.States where the game has ended are called __________
- End Test
- Terminal Test
- Goal test
- Term Test
Ans: Terminal Test
16. General Games involves ________________
- Single Agent
- Multi Agent
- Nighther A Nor B
- A and B
Ans: A and B
17. General algorithm applied on Game tree for making decision of win/lose is _______
- DFS
- Heuristic Search
- Greedy Search
- MIN/MAX Search
Ans: MIN/MAX Search
18. A knowledge base is a set of ____________
- Formule
- Values
- Sentences
- Operators
Ans: Sentences
19. A) Knowledge base (KB) is consists of set of statements. B) Inference is deriving a new sentence from the KB. Choose the correct option.
- A is true, B is true
- A is false, B is false
- A is true, B is false
- A is false, B is true
Ans: A is true, B is true
20. Wumpus World is a classic problem, best example of _______
- Single player Game
- Two player Game
- Reasoning with Knowledge
- Knowledge based Game
Ans: Reasoning with Knowledge
Thank You : Sourabh Patil
Post a Comment