AIQuiz
AIQuiz
systems.
The Turing Test, proposed by Alan Turing, is a measure of a machine’s ability to exhibit
intelligent behavior indistinguishable from that of a human. In this test, a human judge
interacts with a machine and a human without knowing which is which. If the judge cannot
reliably tell the difference, the machine is considered to exhibit "intelligence." It is significant
in evaluating intelligent systems in AI, particularly in natural language processing and
conversational AI.
d) An Expert System
i) Use backward chaining to validate the goal (Jack should invest in shares).
To validate "Jack should invest in shares," we start from the goal and use backward
chaining:
1. Goal: "Jack should invest in shares" matches R5's condition ("if a person wants to
invest in stocks, then they should invest in shares").
2. To satisfy R5, Jack should "invest in stocks."
3. R2 and R3 suggest conditions to invest in stocks. R3 applies since Jack is 25 years
old, which satisfies "younger than 30 but older than 22."
4. Since R3 is true, Jack should invest in stocks, fulfilling R5, and thus, "Jack should
invest in shares."
1. Heuristic Knowledge: Knowledge gained from experience or intuition that can guide
problem-solving or decision-making.
2. Structural Knowledge: Understanding the relationships between concepts, often
represented as graphs or hierarchies, that allows systems to organize and relate
information.
1. Modus Ponens: This is an inference rule where if "If P then Q" is true and P is true,
then Q must also be true.
○ Example: If it is raining (P), then the ground is wet (Q). It is raining, so the
ground is wet.
2. Modus Tollens: This is an inference rule where if "If P then Q" is true and Q is false,
then P must also be false.
○ Example: If it is raining (P), then the ground is wet (Q). The ground is not wet,
so it is not raining.
1. IBM Watson: IBM’s AI platform that supports natural language processing and
machine learning, allowing organizations to analyze large datasets, perform medical
diagnostics, and develop decision-support systems.
2. Microsoft Azure AI: A suite of AI services that provides tools for image recognition,
natural language understanding, and building machine learning models for
applications in healthcare, finance, and retail.
h) Draw the truth table for the following statement: ¬(P ∧ Q) → ¬P ∧ ¬Q
P Q P∧ ¬(P ∧ ¬P ¬Q ¬P ∧ ¬(P ∧ Q) → ¬P ∧
Q Q) ¬Q ¬Q
T T T F F F F T
T F F T F T F F
F T F T T F F F
F F F T T T T T