Unit 1: Foundations & Applications of AI; AI Problem Modeling & Search Concepts - Practice Quiz

INT428 — Artificial Intelligence Essentials 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 Which 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

2 What does the abbreviation AI stand for?

what is AI Easy
A. Artificial Intelligence
B. Automated Interface
C. Advanced Integration
D. Applied Informatics

3 Artificial 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

4 Which 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

5 Which 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

6 Which 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

7 An 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

8 Which 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

9 Which 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

10 Using 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

11 A 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

12 Enabling 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

13 Which 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

14 PyTorch 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

15 Which 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

16 The ability to explain how an AI system reaches its decisions is known as:

Responsible AI Easy
A. Overfitting
B. Transparency
C. Compression
D. Encryption

17 In 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

18 In 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

19 Which 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

20 Which 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

21 A 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

22 A 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

23 An 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

24 Which 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

25 The 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

26 A 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

27 Which 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

28 A 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

29 Grouping 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

30 A 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

31 A 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

32 Which 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

33 PyTorch 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

34 A 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

35 Which 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

36 In 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

37 In 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

38 A 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

39 In 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

40 A 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

41 For 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

42 A 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

43 A 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

44 In 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

45 A 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

46 A 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

47 Which 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

48 In 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

49 A 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

50 An 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

51 A 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

52 Hill 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

53 The 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

54 A 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

55 The '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

56 Consider 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

57 A 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

58 Explainability 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

59 Under 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

60 The '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