| 11. |
What are taken into account of state-space search?
|
||||||||
|
Answer:
Option (d) |
| 12. |
Which search is equal to minimax search but eliminates the branches that can’t influence the final decision?
|
||||||||
|
Answer:
Option (c) |
| 13. |
Which values are independant in minimax search algorithm?
|
||||||||
|
Answer:
Option (a) |
| 14. |
To which depth does the alpha-beta pruning can be applied?
|
||||||||
|
Answer:
Option (d) |
| 15. |
Which search is similar to minimax search?
|
||||||||
|
Answer:
Option (b) |
| 16. |
Which value is assigned to alpha and beta in the alpha-beta pruning?
|
||||||||
|
Answer:
Option (d) |
| 17. |
Where does the values of alpha-beta search get updated?
|
||||||||
|
Answer:
Option (a) |
| 18. |
How the effectiveness of the alpha-beta pruning gets increased?
|
||||||||
|
Answer:
Option (a) |
| 19. |
What is called as transposition table?
|
||||||||
|
Answer:
Option (b) |
| 20. |
Which is identical to the closed list in Graph search?
|
||||||||
|
Answer:
Option (c) |