2026/2027: 200 Practice Questions & Verified Answers
with Rationales – Most Recent!
SECTION 1: FOUNDATIONS OF AI AND KEY CONCEPTS (Questions 1–50)
1. Which term best describes a system designed to perform a single, well-
defined task at a high level without general reasoning ability?
A. Artificial General Intelligence
B. Narrow AI
C. Artificial Superintelligence
D. Symbolic AI
Answer: B
Rationale: Narrow AI refers to systems built to excel at one specific task, such
as image recognition or language translation, without possessing broader
general intelligence. AGI (A) and ASI (C) describe hypothetical systems with
human-level or beyond-human general reasoning. Symbolic AI (D) refers to a
reasoning approach, not a scope of capability.
2. A hospital deploys a system that can independently diagnose disease, write
research papers, and manage its own operations across many domains. This
would most closely represent which concept?
A. Narrow AI
B. Weak AI
C. Artificial General Intelligence
D. Expert system
,Answer: C
Rationale: AGI describes a system capable of performing any intellectual task
a human can, across multiple domains. The scenario describes broad, cross-
domain capability rather than a single specialized function. Weak AI (B) and
narrow AI (A) both describe limited-scope systems, and expert systems (D) are
rule-based tools for narrow domains.
3. What is the primary distinguishing factor between AI and traditional
software programming?
A. AI requires more lines of code
B. AI systems can reason, learn, or adapt rather than follow only fixed
instructions
C. AI cannot run on standard hardware
D. AI does not require data
Answer: B
Rationale: Traditional software strictly executes predefined instructions, while
AI systems are designed to exhibit reasoning, learning, or adaptive behavior.
Code length (A) and hardware requirements (C) are not defining
characteristics. AI, in fact, often depends heavily on data (D).
4. Rationality in an intelligent agent is best defined as:
A. Always producing the correct answer
B. Acting to maximize expected performance given available information
C. Mimicking human thought processes exactly
D. Avoiding all forms of uncertainty
,Answer: B
Rationale: A rational agent acts to achieve the best expected outcome based
on its percepts and knowledge, not necessarily perfect outcomes (A).
Rationality does not require mimicking human cognition (C), since some
rational behaviors differ from human reasoning. Uncertainty (D) is often
unavoidable and must be managed rather than eliminated.
5. Which of the following best differentiates AI from a standard database
system?
A. Databases cannot store large amounts of data
B. AI systems can infer new knowledge or make decisions, while databases
only store and retrieve data
C. Databases require internet connectivity
D. AI systems cannot store structured data
Answer: B
Rationale: A database's core function is data storage and retrieval, whereas AI
systems apply reasoning, learning, or inference to generate new conclusions
or decisions. Databases can store very large datasets (A), so storage capacity is
not the distinguishing factor. AI systems frequently use structured data as
input (D).
, 6. Symbolic AI approaches represent knowledge primarily through:
A. Continuous numerical weights in a neural network
B. Explicit symbols, rules, and logical relationships
C. Random sampling of large datasets
D. Pixel-level image data only
Answer: B
Rationale: Symbolic AI (also known as Good Old-Fashioned AI or GOFAI)
represents knowledge using explicit symbols, rules, and logical relationships.
Neural networks (A) use continuous numerical weights. Random sampling (C)
is a statistical technique. Pixel-level image data (D) is a specific data type, not
a knowledge representation approach.
7. What does the Turing Test evaluate?
A. A machine's processing speed
B. A machine's ability to exhibit intelligent behavior equivalent to, or
indistinguishable from, that of a human
C. A machine's storage capacity
D. A machine's energy efficiency
Answer: B
Rationale: The Turing Test, proposed by Alan Turing in 1950, evaluates a
machine's ability to exhibit intelligent behavior equivalent to, or
indistinguishable from, that of a human. Processing speed (A), storage
capacity (C), and energy efficiency (D) are performance metrics, not
intelligence measures.