What kind of environment is crossword puzzle?
a) Static
b) Dynamic
c) Semidynamic
d) None of the mentioned
Answer Posted / alejandro
a) Static
The environment doesn't grow doesn't shrink it really just remains the same .
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
In A* approach evaluation function is a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost
Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search
How the new states are generated in genetic algorithm? a) Composition b) Mutation c) Cross-over d) Both b & c
Which depends on the percepts and actions available to the agent? a) Agent b) Sensor c) Design problem d) None of the mentioned
Describe the various phases of a robotics life cycle?
Which technology uses miniaturized accelerometers and gyroscopes? a) Sensors b) Actuators c) MEMS d) None of the mentioned
Consider a problem of preparing a schedule for a class of student. This problem is a type of a) Search Problem b) Backtrack Problem c) CSP d) Planning Problem
What is the function of the third component of the planning system?
Which method is used to search better by learning? a) Best-first search b) Depth-first search c) Metalevel state space d) None of the mentioned
What kind of behavior does the stochastic environment posses? a) Local b) Deterministic c) Ratioanl d) Primary
In A* approach evaluation function is a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost
What is used for tracking uncertain events? a) Filtering algorithm b) Sensors c) Actuators d) None of the mentioned
What is a robot?
What are components of robotics?
Solving a constraint satisfaction problem on a finite domain is an/a ___________ problem with respect to the domain size. a) P complete b) NP complete c) NP hard d) Domain dependent