My Report

Artificial Intelligence Mock Test 4


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement
 10%

Question 1 of 10

1. What is the other name for forward state-space search?

Question 1 of 10

Question 2 of 10

2. What is meant by consistent in state-space search?

Question 2 of 10

Question 3 of 10

3. Which is identical to the closed list in Graph search?

Question 3 of 10

Question 4 of 10

4. A complete, local search algorithm always finds goal if one exists, an optimal algorithm always finds a global minimum/maximum.

Question 4 of 10

Question 5 of 10

5. The minimax algorithm computes the minimax decision from the current state. It uses a simple recursive computation of the minimax values of each successor state, directly implementing the defining equations. The recursion proceeds all the way down to the leaves of the tree, and then the minimax values are backed up through the tree as the recursion unwinds.

Question 5 of 10

Question 6 of 10

6. What are taken into account of state-space search?

Question 6 of 10

Question 7 of 10

7. Language/Languages used for programming Constraint Programming includes ____________

Question 7 of 10

Question 8 of 10

8. Which is the most straightforward approach for planning algorithm?

Question 8 of 10

Question 9 of 10

9. To which depth does the alpha-beta pruning can be applied?

Question 9 of 10

Question 10 of 10

10. Constraint satisfaction problems on finite domains are typically solved using a form of ___________

Question 10 of 10


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.