⟩ How important does Accounts receivable for small business and why?
Accounts Receivables help small businesses by providing short-term liquidity. Also continued sales on credit provide the much needed continuity for small businesses.
Accounts Receivables help small businesses by providing short-term liquidity. Also continued sales on credit provide the much needed continuity for small businesses.
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
Which of the following algorithm is generally used CSP search algorithm? a) Breadth-first search algorithm b) Depth-first search algorithm c) Hill-climbing search algorithm d) None of the mentioned
What do we mean by simulated annealing in artificial intelligence? a) Returns an optimal solution when there is a proper cooling schedule b) Returns an optimal solution when there is no proper cooling schedule c) It will not return an optimal solution when there is a proper cooling schedule d) None of the mentioned