Ai 5
Ai 5
a. Machine Learning
b. Deep Learning
c. Both a & b
Hide Answer Workspace
Explanation: Machine Learning and Deep Learning are the two ways to achieve AI in
real life.
Hide Answer Workspace
Explanation: The AI agent is the rational agent that runs in the cycle of Perceive,
think, and act.
a. Estimation
b. Observations
c. Likelihood
Hide Answer Workspace
a. Forward Chaining
b. Backward Chaining
c. Both a and b
Hide Answer Workspace
o Forward chaining
o Backward chaining
Hide Answer Workspace
b. Estimated Values
c. Wrong Values
Hide Answer Workspace
Hide Answer Workspace
Answer: b. Can solve a problem on its own without any human intervention
Explanation: The best AI agent is one that can solve the problem on its own without
any human intervention.
Hide Answer Workspace
a. 5+8
b. 5 add 8
c. 5+8=
d. (+5 8)
Hide Answer Workspace
Answer: d. (+5 8)
Explanation: The sum of two variables a & b can be entered as (+a b). Hence the
sum of 5 and 8 can be entered as (+5 8).
d. It contains a loop
Hide Answer Workspace
b. The heuristic function takes parameters of type string and returns an integer
value.
d. The heuristic function calculates the cost of an optimal path between the pair
of states.
Hide Answer Workspace
Answer: d. The heuristic function calculates the cost of an optimal path between the
pair of states
Explanation: The heuristic function is used in Informed search in AI to find the most
promising path in the search. It estimates the closeness of the current state and
calculates the cost of an optimal path between the pair of states. It is represented by
h(n).
52) 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
Hide Answer Workspace
a. 1
b. 2
c. 3
d. 4
Hide Answer Workspace
Answer: c. 3
a. Single Test
b. Two Test
c. Sequence of test
d. No test
Hide Answer Workspace
Explanation: A decision tree is the supervised machine learning technique that can
be used for both Classification and Regression problems. It reaches its destination
using a Sequence of Tests.
a. Sqrt(x)
b. (sqrt x)
c. x/2
Hide Answer Workspace
Answer: (sqrt x)