Unit 4: Evolution and Modern AI Paradigms - Practice Quiz

CSE276 — Artificial Intelligence Foundations 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 Which approach represents knowledge using rules and symbols?

Symbolic and statistical Artificial Intelligence Easy
A. Statistical Artificial Intelligence
B. Symbolic Artificial Intelligence
C. Edge Artificial Intelligence
D. Reinforcement learning

2 Which approach learns patterns from data and probabilities?

Symbolic and statistical Artificial Intelligence Easy
A. Symbolic Artificial Intelligence
B. Statistical Artificial Intelligence
C. Rule-based programming
D. Tiny Artificial Intelligence

3 What is the main purpose of machine learning?

Overview of Machine Learning Easy
A. To replace all computer hardware
B. To help computers learn from data
C. To create internet connections
D. To store files without programs

4 What is a model in machine learning?

Overview of Machine Learning Easy
A. A collection of unrelated files
B. A learned pattern used for predictions
C. A network cable connection
D. A physical computer component

5 What type of data is used in supervised learning?

Supervised learning Easy
A. Labeled data
B. Unrelated data
C. Encrypted data
D. Deleted data

6 Which task is an example of supervised learning?

Supervised learning Easy
A. Choosing actions without feedback
B. Finding hidden data groups
C. Predicting house prices
D. Grouping songs by similarity

7 What is the main goal of unsupervised learning?

Unsupervised learning Easy
A. To discover patterns in unlabeled data
B. To translate instructions into hardware
C. To follow rewards from an environment
D. To learn from a teacher's labels

8 Which technique commonly groups similar data points?

Unsupervised learning Easy
A. Clustering
B. Classification
C. Regression
D. Compilation

9 How does an agent learn in reinforcement learning?

Reinforcement learning Easy
A. By grouping data without feedback
B. By copying a fixed rule list
C. By reading only labeled examples
D. By receiving rewards or penalties

10 What does a reinforcement learning agent choose?

Reinforcement learning Easy
A. Clusters
B. Training files
C. Labels
D. Actions

11 What is deep learning primarily based on?

Introduction to Deep Learning Easy
A. Fixed database queries
B. Computer screen design
C. Multi-layer neural networks
D. Manual sorting rules

12 Why are deep learning models called deep?

Introduction to Deep Learning Easy
A. They only analyze deep images
B. They use underwater computers
C. They require deep physical storage
D. They contain multiple processing layers

13 Which deep learning model is commonly associated with image recognition?

Types and applications of Deep Learning Easy
A. Spreadsheet model
B. Decision tree
C. Convolutional neural network
D. Hash table

14 Which application commonly uses deep learning for understanding spoken words?

Types and applications of Deep Learning Easy
A. File compression
B. Battery charging
C. Screen brightness control
D. Speech recognition

15 What is a foundation model?

Foundation models Easy
A. A password system for computer access
B. A small program with one fixed rule
C. A hardware device for storing data
D. A large model trained on broad data

16 What is one common way to adapt a foundation model?

Foundation models Easy
A. Removing all training data
B. Fine-tuning it for a task
C. Disconnecting its input devices
D. Replacing it with a keyboard

17 What does multimodal Artificial Intelligence process?

Multimodal Artificial Intelligence Easy
A. Multiple types of data
B. Only computer programs
C. Only numerical data
D. Only printed documents

18 What is a key feature of agentic Artificial Intelligence?

Agentic Artificial Intelligence Easy
A. It can only classify fixed images
B. It can plan and take actions
C. It can only display stored numbers
D. It can only repeat one command

19 Where does Edge Artificial Intelligence process data?

Edge Artificial Intelligence Easy
A. Near the data source
B. Only on printed reports
C. Only inside a search engine
D. Only in a distant data center

20 What is a main characteristic of Tiny Artificial Intelligence?

Tiny Artificial Intelligence Easy
A. It requires a large data center
B. It operates only through web browsers
C. It runs on resource-limited devices
D. It uses unlimited memory and power

21 A hospital must encode a policy stating that a patient is eligible for a treatment only if several explicit clinical rules are satisfied. Which AI approach is most suitable when the decision must be directly traceable to those rules?

Symbolic and statistical Artificial Intelligence Medium
A. A statistical clustering system
B. A reinforcement learning agent
C. A symbolic rule-based system
D. A deep generative model

22 A spam filter performs well during testing but becomes less accurate after spammers begin using new vocabulary. Which issue most directly explains this decline?

Overview of Machine Learning Medium
A. The model has too many symbolic rules
B. The training labels have become continuous
C. The input data distribution has changed
D. The model is performing dimensionality reduction before classifying every message

23 A company has historical houses with known selling prices and wants to predict the selling price of a new house. What type of supervised task is this?

Supervised learning Medium
A. Regression
B. Clustering
C. Multiclass classification
D. Binary classification

24 A disease occurs in only 1% of patients. A classifier predicts every patient as healthy and obtains 99% accuracy. Which metric would better reveal its failure to identify diseased patients?

Supervised learning Medium
A. Overall classification accuracy
B. Mean squared error
C. Number of training epochs
D. Recall for the diseased class

25 A retailer wants to group customers by purchasing behavior but has no predefined customer categories. Which method best matches this objective?

Unsupervised learning Medium
A. Supervised classification using categories manually created after every purchase
B. Regression
C. Policy optimization
D. Clustering

26 A dataset contains 100 strongly correlated sensor measurements per machine. An engineer wants a smaller set of features that preserves as much variation as possible. Which technique is most appropriate?

Unsupervised learning Medium
A. Principal component analysis
B. Decision-tree pruning
C. Logistic regression
D. Q-learning

27 A warehouse robot receives for delivering a package, for a collision, and for each movement. Why is the small movement penalty useful?

Reinforcement learning Medium
A. It guarantees the robot explores every state
B. It encourages shorter delivery paths
C. It prevents the reward function from changing while the robot operates
D. It converts actions into labeled examples

28 An agent always chooses the action with the highest current estimated value and never tries alternatives. What problem is most likely?

Reinforcement learning Medium
A. It will require labeled outputs for every state
B. It will automatically overfit a validation set
C. It will cluster states without considering rewards
D. It may miss actions with higher true rewards

29 Why can adding nonlinear activation functions between neural network layers increase the range of functions the network can represent?

Introduction to Deep Learning Medium
A. They make all hidden layers equivalent to one linear transformation with more parameters
B. They allow nonlinear relationships to be modeled
C. They force every neuron to produce a probability
D. They eliminate the need for training data

30 A system must identify defects in images even when the defect appears at different positions. Which neural architecture is especially suitable?

Types and applications of Deep Learning Medium
A. Convolutional neural network
B. Rule-based expert system
C. Linear regression model
D. Tabular decision tree

31 A translation system must relate each generated word to relevant words anywhere in a long source sentence. Which mechanism best supports this requirement?

Types and applications of Deep Learning Medium
A. Max pooling
B. Self-attention
C. A fixed rule table that stores one complete translation for every possible sentence
D. K-means clustering

32 An organization adapts a pretrained language model to classify legal documents using a relatively small labeled legal dataset. Which process is being applied?

Foundation models Medium
A. Random initialization
B. Unsupervised clustering
C. Reward-free exploration
D. Fine-tuning

33 Why can one foundation model support summarization, question answering, and text classification?

Foundation models Medium
A. Pretraining guarantees that all generated information is factually correct in every domain
B. The model stores an exact rule for every request
C. Pretraining learns broadly reusable representations
D. Every task always uses the same output labels

34 A model answers questions about a chart by combining its title, labels, and plotted shapes. Why is this a multimodal task?

Multimodal Artificial Intelligence Medium
A. It combines visual and textual information
B. It trains on multiple copies of one image
C. It runs separate statistical models that never exchange representations or outputs
D. It predicts several text labels at once

35 In a vision-language search system, what is the main benefit of mapping images and captions into a shared embedding space?

Multimodal Artificial Intelligence Medium
A. Semantically matching images and text become close
B. Each modality can be processed in isolation without any comparable representation
C. All images are converted into identical captions
D. Image resolution automatically increases during retrieval

36 An AI assistant must schedule a meeting by checking calendars, proposing times, sending invitations, and retrying after conflicts. Which capability most clearly makes it agentic?

Agentic Artificial Intelligence Medium
A. It generates one response from a fixed prompt
B. It plans and performs a sequence of tool-based actions
C. It groups invitations by textual similarity
D. It stores every possible calendar arrangement in a manually maintained rule database

37 A purchasing agent can place orders autonomously. Which control most directly limits harm from an incorrect high-cost decision?

Agentic Artificial Intelligence Medium
A. Increase the model's response temperature
B. Remove logs after each completed purchase
C. Require approval above a spending threshold
D. Allow unrestricted retries so the agent can repeatedly revise and submit expensive orders

38 A factory camera must stop machinery within milliseconds when it detects a worker in a danger zone, even if the internet connection fails. Where should inference primarily run?

Edge Artificial Intelligence Medium
A. In an offline training archive
B. On a device near the camera
C. In a distant cloud data center
D. On a central server that receives all raw video before returning each decision

39 A neural network must run on a microcontroller with limited memory and power. Which change most directly reduces model storage by representing weights with fewer bits?

Tiny Artificial Intelligence Medium
A. Label smoothing
B. Data augmentation
C. Quantization
D. Increasing the batch size used during cloud-based training while leaving the deployed weights unchanged

40 A battery-powered sensor must detect a wake word continuously using very little energy. Which deployment design best fits Tiny AI?

Tiny Artificial Intelligence Medium
A. Run a compressed model locally on the microcontroller
B. Use a large uncompressed model on the sensor so that no optimization choices are required
C. Store audio and classify it manually once per day
D. Stream all audio continuously to a cloud model

41 A diagnostic system must justify every conclusion using explicit domain rules, but its observations are noisy and incomplete. Which architecture best preserves symbolic interpretability while handling uncertainty?

Symbolic and statistical Artificial Intelligence Hard
A. A neuro-symbolic system combining learned probabilities with explicit rules
B. A purely symbolic rule engine using deterministic predicates
C. A reinforcement-learning agent optimizing diagnostic rewards
D. A purely statistical classifier trained on historical diagnoses

42 A symbolic planner performs perfectly on known objects but fails when a new object is introduced, whereas a statistical model generalizes to the object but violates a hard safety constraint. What is the most appropriate synthesis?

Symbolic and statistical Artificial Intelligence Hard
A. Use symbolic perception followed by unconstrained statistical control
B. Use statistical perception followed by symbolic constrained planning
C. Train the planner only on additional examples of the new object
D. Replace both systems with a larger supervised model

43 A model achieves high accuracy on randomly split records, but its performance drops sharply when evaluated on patients admitted in a later year. Which diagnosis is most likely?

Overview of Machine Learning Hard
A. The training set is necessarily too small
B. The labels contain no predictive information
C. The random split removed all sampling variance
D. The model suffers from temporal distribution shift

44 A model has excellent discrimination but produces probabilities that are systematically too high. Which evaluation and remedy are most directly appropriate?

Overview of Machine Learning Hard
A. Use training loss and add more hidden layers
B. Use recall and remove all low-confidence samples
C. Use accuracy and increase the classification threshold
D. Use calibration curves and apply probability calibration

45 In a medical classification task, positive cases are rare and false negatives are substantially more costly than false positives. Which evaluation strategy is most defensible?

Supervised learning Hard
A. Optimize only the negative-class precision
B. Use an unweighted loss and retain a threshold of 0.5
C. Select the model with the highest raw accuracy
D. Evaluate precision-recall tradeoffs with cost-sensitive thresholds

46 A feature is recorded after a loan application is approved and is strongly predictive of repayment. Including it during training produces impressive validation results. What is the central problem?

Supervised learning Hard
A. Target leakage from a post-decision feature
B. Label smoothing caused by correlated observations
C. Underfitting caused by a weak target variable
D. High variance caused by excessive regularization

47 K-means produces different clusters under feature rescaling, while the underlying relationships are unchanged. Which explanation is correct?

Unsupervised learning Hard
A. K-means is invariant to all monotonic transformations
B. Euclidean distance changes when feature scales change
C. The number of observations changes after normalization
D. Cluster centroids are determined only by feature order

48 A clustering algorithm finds three groups with strong internal separation, but the groups disappear after removing a variable that encodes hospital identity. What should be concluded first?

Unsupervised learning Hard
A. The algorithm must be replaced by supervised learning
B. Removing the variable proves that clustering is invalid
C. The clustering is sensitive to a potentially confounding variable
D. The original clusters are certainly clinically meaningful

49 An agent receives a reward only when it reaches a distant goal, and learning is nearly absent because exploratory trajectories rarely reach it. Which intervention most directly addresses this issue?

Reinforcement learning Hard
A. Reduce the action space without changing feedback
B. Increase the discount factor to zero
C. Use reward shaping or a suitable exploration strategy
D. Remove the terminal goal condition

50 In Q-learning, an agent repeatedly selects an action with an optimistic estimated value, even after receiving poor outcomes. Which issue can cause this behavior when updates are infrequent?

Reinforcement learning Hard
A. Unsupervised labels assigned to terminal actions
B. Excessive exploitation of stale value estimates
C. A zero learning rate that updates every state
D. A guaranteed violation of the Markov property

51 Why can residual connections improve the optimization of a very deep neural network?

Introduction to Deep Learning Hard
A. They make the training objective independent of initialization
B. They guarantee that every layer learns a useful transformation
C. They eliminate the need for nonlinear activation functions
D. They provide shorter gradient paths through identity mappings

52 A neural network performs well on training data but poorly on unseen data, and increasing its depth worsens the gap. Which intervention is most directly aimed at the observed problem?

Introduction to Deep Learning Hard
A. Apply regularization, augmentation, or early stopping
B. Remove the validation set to improve sample efficiency
C. Increase the learning rate until training loss rises
D. Increase model capacity without changing the data

53 A convolutional model detects a small manufacturing defect, but the defect's location is needed for robotic repair. Which output task is required?

Types and applications of Deep Learning Hard
A. Sequence-level language modeling
B. Image-level classification
C. Scalar regression without spatial outputs
D. Object or defect localization

54 A speech system must convert an audio stream of variable duration into text of variable length while using surrounding context. Which model family is most naturally suited?

Types and applications of Deep Learning Hard
A. A clustering algorithm using static centroids
B. A sequence-to-sequence model with attention
C. A fixed-size linear regression model
D. A shallow decision tree with independent frames

55 A foundation model performs well on a downstream task with a few labeled examples but fails when prompts contain a domain-specific abbreviation absent from pretraining. Which limitation is most relevant?

Foundation models Hard
A. Few-shot prompting guarantees domain vocabulary coverage
B. Foundation models operate only on numerical inputs
C. Pretraining distribution limits representation of unseen terminology
D. Fine-tuning cannot change any model representation

56 A language model generates a fluent citation that does not exist. Which system-level mitigation is most appropriate for a high-stakes retrieval question?

Foundation models Hard
A. Increase temperature to diversify possible citations
B. Use retrieval grounding with source verification
C. Measure fluency instead of factual accuracy
D. Remove all context to prevent memorization

57 A multimodal model answers a question about a chart using text that contradicts the plotted values. Which capability is most likely deficient?

Multimodal Artificial Intelligence Hard
A. Tokenization of ordinary grammatical words
B. Image compression during model deployment
C. Unimodal text generation fluency
D. Cross-modal alignment between visual data and language

58 An agent can call external tools and is asked to delete duplicate records. Which design most reduces the risk of irreversible unintended actions?

Agentic Artificial Intelligence Hard
A. Hide tool outputs so the agent cannot be distracted
B. Allow unrestricted tool calls for maximum autonomy
C. Require preview, authorization, and idempotent deletion operations
D. Use a higher temperature to explore safer actions

59 An edge vision system must respond within 30 milliseconds even when network connectivity is intermittent. Which architecture best satisfies the latency requirement?

Edge Artificial Intelligence Hard
A. Wait for network recovery before processing each frame
B. Use cloud inference with a larger batch size
C. Run inference locally and synchronize results asynchronously
D. Send every frame to a remote cloud model

60 A model for a battery-powered sensor must fit within a strict memory budget and process streaming data continuously. Which optimization is most appropriate?

Tiny Artificial Intelligence Hard
A. Increase precision from 8-bit to 64-bit
B. Apply quantization and use a compact streaming architecture
C. Replace inference with periodic cloud retraining
D. Store all historical sensor data before inference