Question 1
How do artificial intelligence (AI), machine learning (ML), and deep learning (DL) relate to one another?
A. Machine learning is the broadest field, artificial intelligence is a subset of it, and deep learning is a subset of artificial intelligence.
Inverts the nesting by putting machine learning at the top. Machine learning is one approach *within* the wider AI field, not its parent.
B. The three are separate, non-overlapping fields that solve different classes of problems.
Treats the three as disjoint disciplines. They are concentric: every deep learning system is a machine learning system, and every machine learning system is an AI system.
C. Artificial intelligence is the broadest field, machine learning is a subset of artificial intelligence, and deep learning is a subset of machine learning.Correct answer
Matches the standard containment AI ⊃ ML ⊃ DL: AI is the umbrella discipline of machines performing tasks that require human-like intelligence, ML is the subset that learns patterns from data, and DL is the ML subset built on multi-layer neural networks.
D. Deep learning is the broadest field and contains machine learning, which in turn contains artificial intelligence.
Reverses the hierarchy completely. Deep learning is the narrowest of the three — a specific neural-network technique — not the containing field.
Explanation
Oracle describes AI as the broad discipline of building systems that perform tasks normally requiring human intelligence, machine learning as the branch of AI in which systems learn patterns from data instead of following hand-coded rules, and deep learning as the branch of machine learning that uses multi-layer neural networks. The relationship is therefore strictly concentric — AI ⊃ ML ⊃ DL. Answers that place machine learning or deep learning at the top invert that nesting, and treating the three as unrelated fields ignores that each inner term is a specialization of the one outside it.