Artificial Intelligence Multiple Choice Question MCQ
Categories: MCQS
1) Ways to achieve AI in real-life are_________. A) Machine Learning B) Deep Learning C) Both a & b D) None of the above Answer: c. Both a &b 2) The main tasks of an AI agent are_______. A) Input and Output B) Moment and Humanly Actions C) Perceiving, thinking, and acting on the environment D) None of the above Answer: c. Perceiving, thinking, and acting on the environment 3) The probabilistic reasoning depends upon____________. A) Estimation B) Observations C) Likelihood D) All of the above Answer: d. All of the above 4) The inference engine works on ______. A) Forward Chaining B) Backward Chaining C) Both a and b D) None of the above Answer: c. Both a and b 5) Which of the given statement is true for Conditional Probability? A) Conditional Probability gives 100% accurate results. B) Conditional Probability can be applied to a single event. C) Conditional Probability has no effect or relevance on independent events. D) None of the above. Answer: c. Conditional Probability has no effect or relevance on independent events. 6) After applying conditional Probability to a given problem, we get______ A) 100% accurate result B) Estimated Values C) Wrong Values D) None of the above Answer: b. Estimated Values 7) The best AI agent is one which____________ A) Needs user inputs for solving any problem B) Can solve a problem on its own without any human intervention C) Need a similar exemplary problem in its knowledge base D) All of the above Answer: b. Can solve a problem on its own without any human intervention 8) The Bayesian Network gives________ A) A complete description of the problem B) Partial Description of the domain C) A complete description of the domain D) None of the above Answer: c. A complete description of the domain 9) In LISP, the addition of 5+8 is entered as_______. A) 5+8 B) 5 add 8 C) 5+8= D) (+5 8) Answer: d. (+5 8) 10) An Algorithm is said as Complete algorithm if_______________ A) It ends with a solution (if any exists). B) It begins with a solution. C) It does not end with a solution. D) It contains a loop Answer: a. It ends with a solution (if any exists). 11) Which statement is valid for the Heuristic function? A) The heuristic function is used to solve mathematical problems. B) The heuristic function takes parameters of type string and returns an integer value. C) The heuristic function does not have any return type. D) The heuristic function calculates the cost of an optimal path between the pair of states. Answer: d. The heuristic function calculates the cost of an optimal path between the pair of states 12) Which of the given element improve the performance of AI agent so that it can make better decisions? A) Changing Element B) Performance Element C) Learning Element D) None of the above Answer: c. Learning Element 13) How many types of Machine Learning are there? A) 1 B) 2 C) 3 D) 4 Answer: c. 3 14) The decision tree algorithm reaches its destination using______. A) Single Test B) Two Test C) Sequence of test D) No test Answer: c. Sequence of test 15) In LISP programming, the square root is entered as_____. A) Sqrt(x) B) (sqrt x) C) x/2 D) none of the above Answer: (sqrt x)