Artificial Intelligence MCQ's | AI Unit 3 MCQ's | WaoFamHub


Artificial Intelligence MCQ's With Answers

Artificial Intelligence

AI UNIT 3 MCQ'S


1. _______returns the set of legal moves in a state. 

  1. test 
  2. actions 
  3. utility 
  4. player

Ans: actions

2. A utility function is also called : 

  1. Objective function 
  2. payoff functions 
  3. none of the above 
  4. 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 

  1. primary function 
  2. secondary function 
  3. utility function 
  4. optimum function

Ans: utility function

4. game tree defined by 

  1. initial state 
  2. actions 
  3. result 
  4. 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_______ 

  1. Goal state 
  2. terminal state 
  3. both A and B 
  4. initial state

Ans: both A and B 

6. If the agent is acting deterministically, one of the probability will be ________ 

  1. 0.5 
  2. 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. 

  1. fully obsevable
  2. Partially observable 
  3. static 
  4. known

Ans: Partially observable 

8. In alpha beta pruning alpha stands for________ 

  1. Max 
  2. Min 
  3. both a and b 
  4. none of the above

Ans: Max 

9. In alpha beta pruning beta stands for________ 

  1. Max 
  2. Min 
  3. both a and b 
  4. none of the above

Ans: Min

10. In chess the outcome win is represent with value 

  1. 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 

  1. Equal 
  2. Unequal 
  3. Zero 
  4. Undefined

Ans: Equal

12. In MINIMAX algorithm, the role played by Max is 

  1. AND 
  2. OR 
  3. NOT 
  4. NAND

Ans: OR

13. The space complexity of minimax algorithm is 

  1. O(bm) 
  2. O(bm) 
  3. O(d) 
  4. O(b)

Ans: O(bm)

14.In alpha beta search, α is associated along with ___ path 

  1. DFS 
  2. MIN 
  3. MAX 
  4. BFS

Ans: MAX

15.States where the game has ended are called __________ 

  1. End Test 
  2. Terminal Test 
  3. Goal test 
  4. Term Test

Ans: Terminal Test 

16. General Games involves ________________ 

  1. Single Agent 
  2. Multi Agent 
  3. Nighther A Nor B 
  4. A and B 

Ans: A and B 

17. General algorithm applied on Game tree for making decision of win/lose is _______ 

  1. DFS 
  2. Heuristic Search 
  3. Greedy Search 
  4. MIN/MAX Search

Ans: MIN/MAX Search

18. A knowledge base is a set of ____________ 

  1. Formule 
  2. Values 
  3. Sentences 
  4. 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. 

  1. A is true, B is true 
  2. A is false, B is false 
  3. A is true, B is false 
  4. A is false, B is true

Ans: A is true, B is true

20. Wumpus World is a classic problem, best example of _______ 

  1. Single player Game 
  2. Two player Game 
  3. Reasoning with Knowledge 
  4. Knowledge based Game

Ans: Reasoning with Knowledge


<< AI Unit 2                                   AI Unit 4 >>

Thank You : Sourabh Patil

Post a Comment

Previous Post Next Post