Artificial Intelligence Algorithms Question:
Download Questions PDF

What is state space?
a) The whole problem
b) Your Definition to a problem
c) Problem you design
d) Representing your problem with variable and parameter
e) A space where you know the solution

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

d) Representing your problem with variable and parameter
Explanation:
Because state space is mostly concerned with a problem, when you try to solve a problem, we have to design a mathematical structure to the problem, which can only be through variables and parameters. for example, you have given a 4-gallon jug and another 3-gallon jug. Neither has measuring marker on it. You have to fill the jugs with water. How can you get exactly 2 gallons of water in to 4 gallons.Here the state space can defined as set of ordered pairs integers(x,y),such that x=0,1,2,3 or 4 and y=0,1,2 or 3;X represents the number of gallons in 4 gallons jug and y represents quantity of water in the 3 gallons jug.

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
The problem-solving agent with several immediate options of unknown value can decide what to do by just examining different possible sequences of actions that lead to states of known value and then choosing the best sequence. This process of looking for such a sequence is called Search. State True or False:
a) True
b) False
This set of Artificial Intelligence MCQ focuses on "Problem Solving Approach - 1″:
1. The main task of a problem-solving agent is
a) Solve the given problem and reach to goal
b) To find out which sequence of action will get it to the goal state
c) Both a) and b)
d) Neither a) nor b)