⟩ Who is responsible for maintaining the Accounts receivable in an organization?
Accountants... in big organization there will be a department to maintain AR department.
Accountants... in big organization there will be a department to maintain AR department.
Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search
Backtracking is based on a) Last in first out b) First in first out c) Recursion d) Both a & c
Constraint propagation technique actually modifies the CSP problem. a) True b) False
What will happen if a predecessor description is generated that is satisfied by the initial state of the planning problem? a) Success b) Error c) Compilation d) Termination
Which approach is to pretend that a pure divide and conquer algorithm will work? a) Goal independence b) Sub-goal independence c) Both a & b d) None of the mentioned
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)
Which search algorithm will use limited amount of memory? a) RBFS b) SMA* c) Hill-climbing search algorithm d) Both a & b
When do we call the states are safely explored? a) A goal state is unreachable from any state b) A goal state is denied access c) A goal state is reachable from every state d) None of the mentioned
How many the new states are generated in backtracking algorithm? a) 1 b) 2 c) 3 d) 4
What is meant by consistent in state-space search? a) Change in the desired literals b) Not any change in the literals c) No change in goal state d) None of the mentioned