What are applications of expert system?
Which agent enables the deliberation about the computational entities and actions? a) Hybrid b) Reflective c) Relational d) None of the mentioned
What is autonomous robot?
What is “generality” in ai ?
One of the main cons of hill-climbing search is, a) Terminates at local optimum b) Terminates at global optimum c) Does not find optimum solution d) Fail to find a solution
What is the other name of informed search strategy? a) Simple search b) Heuristic search c) Online search d) None of the mentioned
What is the use of the microcontroller in the robotics?
for online search in ‘artificial intelligence’ which search agent operates by interleaving computation and action?
What is not represented by using propositional logic? a) Objects b) Relations c) Both a & b d) None of the mentioned
What are components of robotics?
How to send information from the robot sensors to the robot controllers?
Constraint satisfaction problems on finite domains are typically solved using a form of ___________. a) Search Algorithms b) Heuristic Search Algorithms c) Greedy Search Algorithms d) DFS/BFS Search Algorithms
Why do we need technology intelligence?
A* is optimal if h(n) is an admissible heuristic-that is, provided that h(n) never underestimates the cost to reach the goal. a) True b) False
In many problems the path to goal is irrelevant, this class of problems can be solved using, a) Informed Search Techniques b) Uninformed Search Techniques c) Local Search Techniques d) Only a and b