1Which of the following best describes intelligence in a general sense?
What is Intelligence
Easy
A.The ability to acquire and apply knowledge and skills
B.The number of programs installed on a device
C.The amount of data stored in memory
D.The speed of a computer processor
Correct Answer: The ability to acquire and apply knowledge and skills
Explanation:
Intelligence is broadly defined as the capacity to learn, understand, and apply knowledge to solve problems and adapt to new situations.
Incorrect! Try again.
2What does the abbreviation AI stand for?
what is AI
Easy
A.Artificial Intelligence
B.Automated Interface
C.Advanced Integration
D.Applied Informatics
Correct Answer: Artificial Intelligence
Explanation:
AI stands for Artificial Intelligence, the field concerned with creating machines that can perform tasks requiring human-like intelligence.
Incorrect! Try again.
3Artificial Intelligence primarily aims to enable machines to do which of the following?
what is AI
Easy
A.Increase the physical size of hardware
B.Mimic human cognitive functions like learning and reasoning
C.Reduce the electricity used by monitors
D.Replace all internet cables with wireless links
Correct Answer: Mimic human cognitive functions like learning and reasoning
Explanation:
AI focuses on building systems that can simulate human abilities such as learning, reasoning, perception, and decision-making.
Incorrect! Try again.
4Which of the following is a key characteristic of an AI system?
characteristics of artificial intelligence
Easy
A.Requires no computing hardware
B.Works without any input data
C.Guaranteed to never make errors
D.Ability to learn from data and experience
Correct Answer: Ability to learn from data and experience
Explanation:
A defining characteristic of AI systems is their ability to learn and improve from data and experience over time.
Incorrect! Try again.
5Which discipline contributes the study of learning and reasoning in humans as a foundation of AI?
Foundations of AI
Easy
A.Geology
B.Botany
C.Astronomy
D.Psychology
Correct Answer: Psychology
Explanation:
Psychology contributes insights into human cognition, learning, and reasoning, which inform the design of intelligent systems.
Incorrect! Try again.
6Which field provides the logic and computation foundations for AI?
Foundations of AI
Easy
A.Culinary Arts
B.Marine Biology
C.Mathematics and Computer Science
D.Interior Design
Correct Answer: Mathematics and Computer Science
Explanation:
Mathematics (logic, probability, algorithms) and Computer Science provide the formal and computational basis for AI systems.
Incorrect! Try again.
7An AI system designed to perform only one specific task, such as recognizing faces, is called:
Evolution, and types of AI (narrow, general)
Easy
A.Narrow AI
B.Super AI
C.General AI
D.Broad AI
Correct Answer: Narrow AI
Explanation:
Narrow AI (also called weak AI) is specialized for a single task and cannot perform beyond its defined scope.
Incorrect! Try again.
8Which type of AI would be able to perform any intellectual task a human can do?
Evolution, and types of AI (narrow, general)
Easy
A.General AI
B.Narrow AI
C.Reactive AI
D.Task AI
Correct Answer: General AI
Explanation:
General AI (strong AI) refers to a hypothetical system with the ability to understand and perform any intellectual task that a human can.
Incorrect! Try again.
9Which of the following is a common AI technique used for learning patterns from data?
Key AI problems and techniques
Easy
A.Word Processing
B.File Compression
C.Machine Learning
D.Disk Formatting
Correct Answer: Machine Learning
Explanation:
Machine Learning is a core AI technique that enables systems to learn patterns from data without being explicitly programmed.
Incorrect! Try again.
10Using AI to detect diseases from medical X-ray images is an application in which domain?
Applications across domains (business, healthcare, automation, vision, language)
Easy
A.Healthcare
B.Retail banking
C.Music production
D.Weather forecasting
Correct Answer: Healthcare
Explanation:
Analyzing medical images to detect diseases is a healthcare application of AI, often using computer vision techniques.
Incorrect! Try again.
11A chatbot that understands and responds to customer text messages uses which area of AI?
Applications across domains (business, healthcare, automation, vision, language)
Easy
A.Robotics
B.Data Compression
C.Natural Language Processing
D.Computer Vision
Correct Answer: Natural Language Processing
Explanation:
Natural Language Processing (NLP) enables machines to understand, interpret, and generate human language, powering chatbots.
Incorrect! Try again.
12Enabling a computer to identify objects in a photograph is a task belonging to which AI field?
Applications across domains (business, healthcare, automation, vision, language)
Easy
A.Data Mining
B.Speech Synthesis
C.Cryptography
D.Computer Vision
Correct Answer: Computer Vision
Explanation:
Computer Vision deals with enabling machines to interpret and understand visual information such as images and videos.
Incorrect! Try again.
13Which of the following is a popular open-source deep learning framework developed by Google?
Modern AI Toolkits (TensorFlow, PyTorch)
Easy
A.Photoshop
B.Excel
C.TensorFlow
D.MySQL
Correct Answer: TensorFlow
Explanation:
TensorFlow is an open-source machine learning and deep learning framework developed by Google.
Incorrect! Try again.
14PyTorch is primarily used for which of the following purposes?
Modern AI Toolkits (TensorFlow, PyTorch)
Easy
A.Managing email inboxes
B.Designing website layouts
C.Building and training deep learning models
D.Editing spreadsheets
Correct Answer: Building and training deep learning models
Explanation:
PyTorch is an open-source deep learning framework widely used to build, train, and deploy neural network models.
Incorrect! Try again.
15Which of the following is a key principle of Responsible AI?
Responsible AI
Easy
A.Collecting data without consent
B.Hiding how decisions are made
C.Maximizing profit at any cost
D.Fairness and avoiding bias
Correct Answer: Fairness and avoiding bias
Explanation:
Responsible AI emphasizes principles such as fairness, transparency, accountability, and avoiding harmful bias.
Incorrect! Try again.
16The ability to explain how an AI system reaches its decisions is known as:
Responsible AI
Easy
A.Overfitting
B.Transparency
C.Compression
D.Encryption
Correct Answer: Transparency
Explanation:
Transparency (or explainability) refers to making AI decision-making understandable, a core aspect of Responsible AI.
Incorrect! Try again.
17In a state space representation, the initial state refers to:
Defining AI problems as State Space and Search Problems
Easy
A.The starting configuration of the problem
B.The final answer only
C.The list of all wrong states
D.A random state in the middle
Correct Answer: The starting configuration of the problem
Explanation:
The initial state describes the starting configuration from which the search for a solution begins.
Incorrect! Try again.
18In search problems, an operator (or action) is used to:
Defining AI problems as State Space and Search Problems
Easy
A.Count the number of variables
B.Store the final result
C.Delete the goal state
D.Move from one state to another
Correct Answer: Move from one state to another
Explanation:
Operators (or actions) define the legal moves that transform one state into another within the state space.
Incorrect! Try again.
19Which of the following is a common characteristic of AI problem spaces?
Characteristics of AI Problem Spaces
Easy
A.They never require a goal
B.They can be very large and complex
C.They contain no possible actions
D.They always have exactly one state
Correct Answer: They can be very large and complex
Explanation:
AI problem spaces are often large and complex, which makes efficient search strategies necessary.
Incorrect! Try again.
20Which of the following is a common challenge in AI problem solving?
Challenges in AI problem solving
Easy
A.Handling large search spaces efficiently
B.Removing all mathematics from AI
C.Avoiding the use of any hardware
D.Having too little data available always
Correct Answer: Handling large search spaces efficiently
Explanation:
A major challenge in AI is managing large and complex search spaces efficiently, since exhaustive search is often impractical.
Incorrect! Try again.
21A robot adjusts its cleaning path after detecting a new obstacle it has never encountered before. Which aspect of intelligence does this behavior most directly demonstrate?
What is Intelligence
Medium
A.Random exploration only
B.Adaptation to novel situations
C.Storage of static rules
D.Fixed sequential execution
Correct Answer: Adaptation to novel situations
Explanation:
Intelligence includes the ability to adapt behavior in response to new, unforeseen circumstances rather than following only preset rules.
Incorrect! Try again.
22A system that perceives its environment and takes actions to maximize its chance of achieving a goal is best described as which of the following?
what is AI
Medium
A.A rational agent
B.A spreadsheet macro
C.A static database
D.A compiler
Correct Answer: A rational agent
Explanation:
AI is often defined through rational agents that perceive their environment and act to maximize goal achievement.
Incorrect! Try again.
23An AI email filter improves its spam detection accuracy as more emails are labeled by users. Which characteristic of AI does this illustrate?
characteristics of artificial intelligence
Medium
A.Fixed rule matching
B.Manual reconfiguration
C.Learning from data
D.Deterministic hard-coding
Correct Answer: Learning from data
Explanation:
The ability to improve performance from experience and data is a core characteristic of AI systems.
Incorrect! Try again.
24Which discipline primarily contributes the concepts of probability and decision-making under uncertainty to the foundations of AI?
Foundations of AI
Medium
A.Statistics and probability theory
B.Comparative literature
C.Organic chemistry
D.Classical mechanics
Correct Answer: Statistics and probability theory
Explanation:
Probability theory and statistics provide the mathematical basis for reasoning and decisions under uncertainty in AI.
Incorrect! Try again.
25The period during which funding and interest in AI sharply declined due to unmet expectations is commonly referred to as which of the following?
Evolution
Medium
A.AI winter
B.AI renaissance
C.AI boom
D.AI spring
Correct Answer: AI winter
Explanation:
An 'AI winter' describes periods of reduced funding and interest following inflated expectations that were not met.
Incorrect! Try again.
26A chess engine that plays world-class chess but cannot perform any other task is an example of which type of AI?
types of AI (narrow, general)
Medium
A.Narrow AI
B.Reflex-free AI
C.General AI
D.Super AI
Correct Answer: Narrow AI
Explanation:
Narrow (weak) AI is designed and optimized for a single, specific task and cannot generalize beyond it.
Incorrect! Try again.
27Which statement best distinguishes General AI from Narrow AI?
types of AI (narrow, general)
Medium
A.General AI can perform any intellectual task a human can, across domains
B.General AI requires less data than narrow systems
C.General AI is faster at one fixed task
D.General AI only works on image tasks
Correct Answer: General AI can perform any intellectual task a human can, across domains
Explanation:
General AI aims for human-level versatility across many domains, unlike narrow AI which is task-specific.
Incorrect! Try again.
28A bank wants to predict whether a loan applicant will default (yes/no). Which type of machine learning problem is this?
Key AI problems and techniques
Medium
A.Dimensionality reduction
B.Classification
C.Clustering
D.Regression
Correct Answer: Classification
Explanation:
Predicting a discrete label such as default/no-default is a classification problem.
Incorrect! Try again.
29Grouping customers into segments without any predefined labels is best solved using which technique?
Key AI problems and techniques
Medium
A.Binary classification
B.Supervised regression
C.Reinforcement scoring
D.Clustering
Correct Answer: Clustering
Explanation:
Clustering is an unsupervised technique that groups data points by similarity without labeled targets.
Incorrect! Try again.
30A hospital system that analyzes medical images to flag potential tumors is applying AI primarily in which subfield?
Applications across domains (business, healthcare, automation, vision, language)
Medium
A.Natural language processing
B.Computer vision
C.Speech synthesis
D.Reinforcement learning
Correct Answer: Computer vision
Explanation:
Analyzing and interpreting images is the domain of computer vision.
Incorrect! Try again.
31A virtual assistant that understands typed customer questions and generates relevant text replies primarily uses which AI capability?
Applications across domains (business, healthcare, automation, vision, language)
Medium
A.Natural language processing
B.Anomaly imaging
C.Path planning
D.Image segmentation
Correct Answer: Natural language processing
Explanation:
Understanding and generating human language text is the core of natural language processing (NLP).
Incorrect! Try again.
32Which statement about TensorFlow and PyTorch is most accurate?
Modern AI Toolkits (TensorFlow, PyTorch)
Medium
A.Both are operating systems designed for GPUs
B.Both are relational databases for storing training labels
C.Both are open-source deep learning frameworks used to build and train neural networks
D.Both are spreadsheet tools for data entry
Correct Answer: Both are open-source deep learning frameworks used to build and train neural networks
Explanation:
TensorFlow and PyTorch are widely used open-source frameworks for constructing and training deep learning models.
Incorrect! Try again.
33PyTorch is often preferred by researchers largely because of which feature?
Modern AI Toolkits (TensorFlow, PyTorch)
Medium
A.Absence of GPU support entirely
B.It cannot compute gradients automatically
C.Dynamic computation graphs enabling flexible, on-the-fly model changes
D.It only supports fixed static graphs
Correct Answer: Dynamic computation graphs enabling flexible, on-the-fly model changes
Explanation:
PyTorch's dynamic (define-by-run) computation graphs make experimentation and debugging flexible, a reason for its research popularity.
Incorrect! Try again.
34A hiring model consistently rejects qualified candidates from a specific demographic group. This is primarily an example of which Responsible AI concern?
Responsible AI
Medium
A.Bias and fairness
B.Hyperparameter tuning
C.Model latency
D.Storage optimization
Correct Answer: Bias and fairness
Explanation:
Systematically disadvantaging a group reflects a bias/fairness issue, a central concern of Responsible AI.
Incorrect! Try again.
35Which practice most directly supports the 'transparency' principle of Responsible AI?
Responsible AI
Medium
A.Providing explanations for how a model reaches its decisions
B.Increasing model size only
C.Encrypting outputs from users
D.Hiding the training data sources
Correct Answer: Providing explanations for how a model reaches its decisions
Explanation:
Transparency is supported by explainability—making model decision processes understandable to stakeholders.
Incorrect! Try again.
36In formulating a puzzle as a search problem, what does the 'state' typically represent?
Defining AI problems as State Space and Search Problems
Medium
A.The cost of the cheapest path
B.The total number of actions available
C.A specific configuration of the problem at a given point
D.The final goal only
Correct Answer: A specific configuration of the problem at a given point
Explanation:
A state captures a particular configuration of the problem; search explores transitions between states.
Incorrect! Try again.
37In the 8-puzzle, moving a tile into the blank space corresponds to which element of a search problem?
Defining AI problems as State Space and Search Problems
Medium
A.An operator (action) that transitions between states
B.The initial state
C.The path cost function
D.The goal test
Correct Answer: An operator (action) that transitions between states
Explanation:
Actions/operators define legal transitions from one state to another in the state space.
Incorrect! Try again.
38A problem where the outcome of an action is not guaranteed and may vary is best described as having which characteristic?
Characteristics of AI Problem Spaces
Medium
A.Fully observable environment
B.Single-agent certainty
C.Non-deterministic environment
D.Static environment
Correct Answer: Non-deterministic environment
Explanation:
When an action can lead to multiple possible outcomes, the environment/problem space is non-deterministic (stochastic).
Incorrect! Try again.
39In a data-centric AI approach, improving model performance is achieved primarily by which of the following?
Introduction to AI Workflows & Data-Centric Modeling
Medium
A.Only increasing the number of model layers
B.Randomly changing the loss function
C.Systematically improving the quality and labeling of data
D.Reducing the dataset size to speed training
Correct Answer: Systematically improving the quality and labeling of data
Explanation:
Data-centric modeling focuses on enhancing data quality, consistency, and labeling rather than only tweaking the model.
Incorrect! Try again.
40A model performs excellently on training data but poorly on unseen data. This challenge is known as which of the following?
Challenges in AI problem solving
Medium
A.Normalization
B.Overfitting
C.Regularization
D.Underfitting
Correct Answer: Overfitting
Explanation:
Overfitting occurs when a model memorizes training data and fails to generalize to new, unseen data.
Incorrect! Try again.
41For the 8-puzzle, which formulation correctly bounds the reachable state space and explains why?
Defining AI problems as State Space and Search Problems
Hard
A.Only states are reachable due to the 2D grid symmetry constraints
B.All states are reachable from any given start state via legal moves
C.Only states are reachable because legal moves preserve permutation parity
D.All states are reachable since the blank tile is not counted
Correct Answer: Only states are reachable because legal moves preserve permutation parity
Explanation:
Sliding a tile is a transposition with the blank, and legal moves preserve the parity of the permutation. Thus the state space splits into two disjoint equivalence classes of states each, and only one class is reachable from a given configuration.
Incorrect! Try again.
42A problem space is described as decomposable, ignorable, and having predictable outcomes. Which combination of consequences is correct?
Characteristics of AI Problem Spaces
Hard
A.Subproblems must be solved in order, solution steps can be ignored, and actions are stochastic
B.Subproblems must be solved in order, solution steps can be undone, and actions are stochastic
C.Subproblems can be solved independently, solution steps can be undone, and actions are deterministic
D.Subproblems can be solved independently, solution steps can be ignored (never undone), and actions are deterministic
Correct Answer: Subproblems can be solved independently, solution steps can be ignored (never undone), and actions are deterministic
Explanation:
Decomposable means subproblems are independent (e.g., symbolic integration). Ignorable means solution steps once applied need never be undone (e.g., theorem proving). Predictable outcomes means the result of an action is deterministic and known in advance.
Incorrect! Try again.
43A system defeats world champions at Go, protein folding, and chess using the same core algorithm retrained per task, but cannot transfer knowledge between them without retraining. How is it best classified?
types of AI (narrow, general)
Hard
A.Strong AI, because it demonstrates genuine understanding of each game
B.Artificial Superintelligence, because it exceeds human champions
C.Artificial Narrow Intelligence, because each deployment is task-specific with no cross-domain transfer
D.Artificial General Intelligence, because it masters multiple complex domains
Correct Answer: Artificial Narrow Intelligence, because each deployment is task-specific with no cross-domain transfer
Explanation:
AGI requires flexible transfer of learning across arbitrary domains without task-specific retraining. A system that must be retrained per task and cannot generalize remains Narrow AI, regardless of superhuman performance within each individual task.
Incorrect! Try again.
44In A* search, an admissible heuristic dominates (i.e., for all , both admissible). What is guaranteed?
Key AI problems and techniques
Hard
A. may become inadmissible and return suboptimal solutions
B. always finds a shorter path than
C. expands no more nodes than (up to tie-breaking)
D.Both heuristics expand exactly the same set of nodes
Correct Answer: expands no more nodes than (up to tie-breaking)
Explanation:
A dominating admissible heuristic is more informed, so every node A* expands with is also expanded with (up to tie-breaking). Both remain admissible and return optimal solutions; the dominant one is simply more efficient.
Incorrect! Try again.
45A researcher needs fine-grained control over the computation graph, dynamic control flow that changes per input (e.g., variable-length recursion), and easy Python-native debugging. Historically, which characteristic distinguished PyTorch's approach?
Modern AI Toolkits (TensorFlow, PyTorch)
Hard
A.Symbolic-only graphs requiring a separate session to run
B.Define-and-run static graphs compiled ahead of execution
C.Graph-free execution with no autograd support
D.Define-by-run dynamic graphs built during forward execution
Correct Answer: Define-by-run dynamic graphs built during forward execution
Explanation:
PyTorch popularized define-by-run (eager) execution, where the graph is constructed dynamically as operations run. This naturally supports data-dependent control flow and Python-native debugging, unlike the original define-and-run static graph model of early TensorFlow.
Incorrect! Try again.
46A hiring model achieves equal false positive rates across groups but unequal positive predictive value. This illustrates which fundamental result?
Responsible AI
Hard
A.That most group fairness criteria are mutually incompatible except in degenerate cases
B.That calibration guarantees equal error rates across groups
C.That removing the protected attribute eliminates all bias
D.That demographic parity and equalized odds are always simultaneously satisfiable
Correct Answer: That most group fairness criteria are mutually incompatible except in degenerate cases
Explanation:
Impossibility results (e.g., Kleinberg et al., Chouldechova) show that when base rates differ, calibration, equal false positive rates, and equal predictive value cannot all hold simultaneously. Satisfying one fairness metric can force violations of another.
Incorrect! Try again.
47Which pairing of a founding discipline with its specific contribution to AI is most accurate?
Foundations of AI
Hard
A.Neuroscience contributed the theory of computability and Turing machines
B.Economics contributed decision theory and expected-utility maximization
C.Control theory contributed formal logic and resolution proof procedures
D.Linguistics contributed the perceptron learning rule
Correct Answer: Economics contributed decision theory and expected-utility maximization
Explanation:
Economics provided decision theory, game theory, and utility maximization used in rational-agent design. Formal logic came from mathematics/philosophy, computability from mathematics, and neural learning rules from neuroscience/psychology — the other pairings are mismatched.
Incorrect! Try again.
48In a data-centric (as opposed to model-centric) paradigm, a team observes plateaued accuracy. Which intervention aligns with the data-centric philosophy?
Introduction to AI Workflows & Data-Centric Modeling
Hard
A.Systematically improving label consistency and fixing noisy annotations while holding the model fixed
B.Increasing the learning rate and adding more training epochs
C.Swapping the architecture for a deeper network while keeping the dataset fixed
D.Adding more layers and hyperparameter tuning on the same labels
Correct Answer: Systematically improving label consistency and fixing noisy annotations while holding the model fixed
Explanation:
Data-centric AI fixes the model and iteratively improves data quality — cleaning labels, resolving inconsistencies, and refining coverage. The other options are model-centric interventions that change architecture or training hyperparameters.
Incorrect! Try again.
49A model performs excellently on validation data drawn from the same distribution but fails in deployment months later. This is best characterized as which challenge?
Challenges in AI problem solving
Hard
A.Underfitting due to insufficient model capacity
B.Distribution shift (concept/data drift) between training and deployment
C.Vanishing gradients during optimization
D.Overfitting to the training set that validation should have caught
Correct Answer: Distribution shift (concept/data drift) between training and deployment
Explanation:
Strong in-distribution validation performance rules out overfitting and underfitting. Degradation over time in deployment signals distribution shift — the real-world data or the target relationship has drifted from what the model was trained on.
Incorrect! Try again.
50An agent maintains internal state, learns from experience, and selects actions to maximize a performance measure under uncertainty. Which characteristic set does this most precisely reflect?
characteristics of artificial intelligence
Hard
A.Deterministic planning with complete environment observability
B.Reactive and stateless behavior with fixed condition-action rules
C.Purely reflexive responses without any goal orientation
D.Rationality combined with learning and internal state representation
Correct Answer: Rationality combined with learning and internal state representation
Explanation:
Maintaining internal state (model-based), learning from experience (adaptive), and maximizing a performance measure under uncertainty together define a learning, rational agent. Reactive/stateless and purely reflexive descriptions omit state and learning.
Incorrect! Try again.
51A diagnostic imaging model reports 99% accuracy on a dataset where 99% of patients are healthy. Why is this metric misleading, and what is preferable?
Applications across domains (business, healthcare, automation, vision, language)
Hard
A.Accuracy is fine here; sensitivity and specificity add nothing
B.Accuracy is misleading only for regression; use RMSE
C.The model is guaranteed to detect all diseased cases at 99% accuracy
D.Class imbalance makes accuracy uninformative; use sensitivity, specificity, or AUC instead
Correct Answer: Class imbalance makes accuracy uninformative; use sensitivity, specificity, or AUC instead
Explanation:
With 99% healthy cases, a trivial 'always healthy' predictor scores 99% accuracy yet detects zero disease. Under class imbalance, sensitivity (recall), specificity, precision, and AUC reveal true diagnostic value.
Incorrect! Try again.
52Hill climbing repeatedly gets stuck on the same non-optimal peak for a given problem. Which strategy most directly addresses the cause rather than a symptom?
Key AI problems and techniques
Hard
A.Simulated annealing, which accepts worse moves with a temperature-controlled probability
B.Increasing the step size only, keeping the greedy rule
C.Adding more evaluation of the current neighbors without changing acceptance
D.Running the same deterministic hill climb from the identical start
Correct Answer: Simulated annealing, which accepts worse moves with a temperature-controlled probability
Explanation:
The cause is greedy acceptance trapping the search at local optima. Simulated annealing probabilistically accepts worse moves (decreasing with temperature), enabling escape from local optima. Restarting deterministically from the same point cannot escape the same peak.
Incorrect! Try again.
53The Turing Test is often cited as a definition of AI. Which critique most precisely captures its central limitation as a definition of intelligence?
what is AI
Hard
A.It measures raw computational speed rather than dialogue
B.It requires physical embodiment the machine cannot achieve
C.It tests indistinguishability of behavior, not internal understanding or reasoning
D.It can only be administered to symbolic AI systems
Correct Answer: It tests indistinguishability of behavior, not internal understanding or reasoning
Explanation:
The Turing Test is behaviorist: it judges whether a machine's responses are indistinguishable from a human's, not whether the machine understands. Searle's Chinese Room argument highlights that passing behavior does not entail genuine comprehension.
Incorrect! Try again.
54A search problem is defined by initial state, actions, transition model, goal test, and path cost. If path costs vary and we need optimality, which uninformed algorithm is appropriate and why?
Defining AI problems as State Space and Search Problems
Hard
A.Breadth-first search, because it is optimal for any cost structure
B.Depth-first search, because it minimizes memory and finds optimal paths
C.Depth-limited search, because bounding depth guarantees minimal cost
D.Uniform-cost search, because it expands nodes in order of increasing path cost
Correct Answer: Uniform-cost search, because it expands nodes in order of increasing path cost
Explanation:
BFS is optimal only when all step costs are equal. With varying costs, uniform-cost search (Dijkstra's) expands the lowest cumulative-cost node first, guaranteeing an optimal solution. DFS and depth-limited search give no optimality guarantee.
Incorrect! Try again.
55The 'AI winters' of the 1970s and late 1980s are best explained by which combination of causes?
Evolution
Hard
A.Overpromising with limited compute/data, plus the collapse of expert-system commercial value
B.A permanent proof that neural networks cannot learn nonlinear functions
C.The invention of transformers making prior methods obsolete overnight
D.A global ban on AI research funding by governments
Correct Answer: Overpromising with limited compute/data, plus the collapse of expert-system commercial value
Explanation:
AI winters followed unmet expectations amid limited computing power and data, compounded by the costly, brittle nature of expert systems that failed to scale commercially. Funding contracted; there was no permanent impossibility proof or global ban.
Incorrect! Try again.
56Consider a problem that is not decomposable, has irrecoverable steps, and unpredictable outcomes. Which real-world task best matches all three properties?
Characteristics of AI Problem Spaces
Hard
A.Solving a system of linear equations
B.Symbolic integration of a well-defined expression
C.Playing chess against a stochastic, adaptive opponent in real time
D.Sorting a fixed list of integers
Correct Answer: Playing chess against a stochastic, adaptive opponent in real time
Explanation:
Chess against an adaptive opponent is non-decomposable (moves interact globally), has irrecoverable steps (moves cannot be undone in play), and unpredictable outcomes (opponent behavior is uncertain). Integration and sorting are decomposable, recoverable, and predictable.
Incorrect! Try again.
57A team must deploy a trained model to low-latency mobile and embedded devices with quantization support. Which TensorFlow component is designed for this purpose?
Modern AI Toolkits (TensorFlow, PyTorch)
Hard
A.Keras Tuner, which compiles models for embedded deployment
B.tf.data, which serves quantized models to mobile clients
C.TensorFlow Lite, which converts and optimizes models for edge/mobile inference
D.TensorBoard, which handles on-device inference and quantization
Correct Answer: TensorFlow Lite, which converts and optimizes models for edge/mobile inference
Explanation:
TensorFlow Lite converts models to a compact format with quantization and hardware acceleration for mobile/embedded inference. TensorBoard is for visualization, tf.data for input pipelines, and Keras Tuner for hyperparameter search.
Incorrect! Try again.
58Explainability techniques like SHAP and LIME are applied to a black-box model. Which statement is the most accurate caveat?
Responsible AI
Hard
A.They are only valid for linear models and fail on any nonlinearity
B.They provide local, approximate explanations that can be unstable or misleading
C.They guarantee the model is fair once explanations are produced
D.They recover the model's exact internal decision logic with certainty
Correct Answer: They provide local, approximate explanations that can be unstable or misleading
Explanation:
LIME and SHAP produce post-hoc, often local approximations of model behavior. They do not reveal exact internal logic, can be sensitive to sampling/perturbations, and do not by themselves guarantee fairness. They aid but do not fully replace interpretability.
Incorrect! Try again.
59Under the rational agent framing versus the human-like framing of intelligence, which distinction is most precise?
What is Intelligence
Hard
A.Rationality requires emotions while human-likeness requires pure logic
B.Rationality means doing the 'right thing' given knowledge and goals; human-likeness means matching human behavior including its errors
C.Rationality and human-likeness are identical since humans are perfectly rational
D.Human-likeness means always achieving optimal outcomes regardless of human error
Correct Answer: Rationality means doing the 'right thing' given knowledge and goals; human-likeness means matching human behavior including its errors
Explanation:
The rational-agent view defines intelligence as optimal (right) action given available information and objectives. The human-centered view models actual human behavior — including cognitive biases and mistakes — so the two can diverge, since humans are not perfectly rational.
Incorrect! Try again.
60The 'combinatorial explosion' in search-based problem solving refers to which specific difficulty, and which technique most directly mitigates it?
Challenges in AI problem solving
Hard
A.Slow disk I/O during search, mitigated by caching to SSD
B.Numerical overflow in cost calculations, mitigated by rescaling
C.Exponential growth of the state space with problem size, mitigated by heuristic pruning/informed search
D.Linear growth of memory, mitigated by adding more RAM
Correct Answer: Exponential growth of the state space with problem size, mitigated by heuristic pruning/informed search
Explanation:
Combinatorial explosion is the exponential blow-up of reachable states as problem size grows, making exhaustive search intractable. Informed methods (heuristics, A*, alpha-beta pruning, constraint propagation) prune the space to keep search feasible.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →