Unit 1: Foundations of Artificial Intelligence - Practice Quiz

CSE252 — Introduction To Artificial Intelligence And Machine Learning 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 What is the main goal of Artificial Intelligence?

Introduction to AI and its evolution Easy
A. To store only numerical data
B. To simulate human intelligence
C. To replace all computer networks
D. To design larger batteries

2 Which event is commonly associated with the birth of AI as a formal field?

Introduction to AI and its evolution Easy
A. The Dartmouth workshop
B. The launch of GPS
C. The creation of email
D. The invention of the camera

3 What type of AI is designed to perform one specific task?

Types of Artificial Intelligence Easy
A. General AI
B. Universal AI
C. Narrow AI
D. Super AI

4 What does Artificial General Intelligence refer to?

Types of Artificial Intelligence Easy
A. A system for one fixed calculation
B. Human-level ability across many tasks
C. A database containing images
D. A robot with no learning ability

5 What is Machine Learning?

AI vs ML vs Deep Learning vs Data Science Easy
A. A hardware device for storage
B. A programming language for websites
C. A method that avoids all data
D. A method that learns from data

6 Deep Learning mainly uses which type of model?

AI vs ML vs Deep Learning vs Data Science Easy
A. Physical measuring tools
B. Artificial neural networks
C. Manual decision lists
D. Relational database tables

7 Which field combines statistics, programming, and domain knowledge to study data?

AI vs ML vs Deep Learning vs Data Science Easy
A. Data Science
B. Operating systems
C. Network engineering
D. Computer graphics

8 What is the first step in many AI problem-solving processes?

Problem-solving using AI and AI Development Lifecycle Easy
A. Replace the hardware
B. Deploy the final model
C. Delete the training data
D. Define the problem

9 What is the purpose of training an AI model?

Problem-solving using AI and AI Development Lifecycle Easy
A. To stop the model from making predictions
B. To convert software into hardware
C. To remove every input feature
D. To learn patterns from examples

10 Which stage checks how well an AI model performs on data?

Problem-solving using AI and AI Development Lifecycle Easy
A. Initialization
B. Formatting
C. Compression
D. Evaluation

11 What is an intelligent agent?

Intelligent Agents and Agent Environment Easy
A. A screen that displays text
B. A file that stores passwords
C. A system that senses and acts
D. A cable that connects devices

12 In an intelligent agent, what do sensors do?

Intelligent Agents and Agent Environment Easy
A. Translate code into machine language
B. Collect information from the environment
C. Move the agent to a new location
D. Create backup copies of software

13 What do actuators allow an agent to do?

Intelligent Agents and Agent Environment Easy
A. Identify the operating system
B. Store historical datasets
C. Measure the agent's accuracy
D. Perform actions in the environment

14 How can AI support healthcare?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Easy
A. By replacing every hospital building
B. By preventing doctors from using tools
C. By removing all medical records
D. By helping detect diseases

15 How is AI commonly used in manufacturing?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Easy
A. For disabling production sensors
B. For removing quality checks
C. For hiding equipment failures
D. For predictive maintenance

16 Which is an example of AI in a smart city?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Easy
A. Printing paper maps only
B. Turning off all street lights
C. Optimizing traffic signals
D. Removing public transportation

17 What does fairness in AI aim to reduce?

Ethics in AI and Responsible AI Easy
A. Unjust bias in decisions
B. The speed of computers
C. The number of software updates
D. The size of datasets

18 Why is transparency important in AI systems?

Ethics in AI and Responsible AI Easy
A. It makes every model open source
B. It guarantees unlimited storage
C. It removes the need for testing
D. It helps people understand decisions

19 What can Generative AI create?

Introduction to Generative AI Easy
A. Only physical machine parts
B. Only fixed spreadsheet formulas
C. Only printed circuit boards
D. New text, images, or audio

20 What is a prompt in Generative AI?

Introduction to Generative AI Easy
A. A password for a database
B. A file used to cool a computer
C. A physical sensor in a robot
D. An instruction given to the model

21 A bank uses a computer system that examines previous loan decisions and recommends whether a new applicant should be approved. Which development in AI does this example best represent?

Introduction to AI and its evolution Medium
A. A purely mechanical calculator
B. A rule-based expert system
C. A random decision generator
D. A manual record-keeping process

22 Why did early AI systems often perform poorly when faced with situations outside their programmed rules?

Introduction to AI and its evolution Medium
A. They required no data or domain knowledge
B. They were designed only for image generation
C. They automatically changed their goals too often
D. They depended mainly on fixed symbolic representations

23 A customer-service chatbot can answer questions about billing but cannot control a robot or diagnose medical conditions. How should this system be classified?

Types of Artificial Intelligence Medium
A. Narrow AI
B. Superintelligent AI
C. General AI
D. Self-aware AI

24 Which situation would provide the strongest evidence that a system is approaching Artificial General Intelligence?

Types of Artificial Intelligence Medium
A. It searches a large database for matching records
B. It learns and applies knowledge across many unrelated domains
C. It performs one image-classification task accurately
D. It translates text between two selected languages

25 A team builds a model that predicts customer churn using customer records, visualizes trends, and recommends retention strategies. Which description best fits the overall work?

AI vs ML vs Deep Learning vs Data Science Medium
A. Data science involving AI techniques
B. Only deep learning
C. Only database administration
D. Only artificial intelligence

26 A neural network with many hidden layers learns features directly from thousands of medical images. Which term most specifically describes this approach?

AI vs ML vs Deep Learning vs Data Science Medium
A. Data science
B. Database indexing
C. Simple automation
D. Deep learning

27 Which statement best explains the relationship among AI, machine learning, and deep learning?

AI vs ML vs Deep Learning vs Data Science Medium
A. Machine learning is unrelated to AI but depends on databases
B. AI, ML, and deep learning are identical terms with no distinction
C. Deep learning is broader than AI and includes all data analysis
D. AI is the broad field, ML is a subset, and deep learning is a subset of ML

28 An AI team discovers that its training data contains many duplicate records and inconsistent labels. Which lifecycle stage should address this issue first?

Problem-solving using AI and AI Development Lifecycle Medium
A. Model deployment
B. Data preparation
C. Performance reporting
D. User interface design

29 A company wants an AI system to identify defective products. What should the team define before selecting an algorithm?

Problem-solving using AI and AI Development Lifecycle Medium
A. The business problem and success criteria
B. The number of employees using the system
C. The final dashboard color scheme
D. The preferred programming language only

30 A model achieves high accuracy during training but performs poorly on new customer records. What is the most likely problem?

Problem-solving using AI and AI Development Lifecycle Medium
A. Data encryption
B. Feature scaling failure in every case
C. Overfitting
D. Underfitting

31 A navigation system must choose among several routes while considering travel time, traffic, and road closures. Which AI problem-solving activity is most relevant?

Problem-solving using AI and AI Development Lifecycle Medium
A. Replacing goals with random actions
B. Searching through possible states
C. Compressing all input into one value
D. Removing the need for evaluation

32 A vacuum-cleaning agent senses dirt, location, and obstacles, then chooses actions to clean rooms efficiently. What makes it an intelligent agent?

Intelligent Agents and Agent Environment Medium
A. It changes the environment without receiving observations
B. It stores data without taking any action
C. It observes the environment and acts toward a goal
D. It follows a fixed schedule without sensing conditions

33 For an autonomous delivery drone operating in a city, which environmental property makes decision-making especially challenging?

Intelligent Agents and Agent Environment Medium
A. The environment is dynamic and partially observable
B. The environment provides the correct action directly
C. The environment has no uncertainty or obstacles
D. The environment is completely static and visible

34 A medical diagnosis agent recommends tests and treatments based on symptoms, patient history, and test results. Which component defines what the agent is trying to achieve?

Intelligent Agents and Agent Environment Medium
A. The environment state
B. The performance measure
C. The actuator
D. The sensor

35 A factory robot detects a worker nearby and slows its movement to reduce the risk of injury. Which AI application is demonstrated?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Medium
A. Automated text summarization
B. Collaborative robot safety
C. Traffic demand forecasting
D. Medical image segmentation

36 An AI healthcare system flags patients who may develop a disease, but a physician makes the final decision. What is the main advantage of this arrangement?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Medium
A. It combines automated pattern detection with professional judgment
B. It guarantees that every prediction is correct
C. It removes the need for patient consent
D. It prevents physicians from reviewing the evidence

37 A manufacturing system predicts when a machine is likely to fail by analyzing vibration and temperature readings. What type of application is this?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Medium
A. Predictive maintenance
B. Facial recognition
C. Manual quality inspection
D. Generative design only

38 A smart-city platform adjusts traffic signals using live vehicle-flow data. Which outcome is the system primarily designed to improve?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Medium
A. Historical preservation
B. Personal entertainment
C. Manual data entry
D. Traffic efficiency

39 A hiring model selects candidates from one demographic group at a much higher rate because its training data reflected past biased decisions. Which responsible AI principle is most directly involved?

Ethics in AI and Responsible AI Medium
A. Fairness
B. Latency
C. Scalability
D. Compression

40 Which practice would best improve the accountability of an AI system used to approve insurance claims?

Ethics in AI and Responsible AI Medium
A. Use personal data without informing affected customers
B. Document decisions and assign clear human oversight
C. Deploy the system without monitoring after launch
D. Hide the model output from all authorized reviewers

41 A system uses symbolic rules to diagnose equipment failures, but its rules are manually authored and never updated from operational data. Which limitation most directly distinguishes it from modern learning-based AI?

Introduction to AI and its evolution Hard
A. It cannot represent any domain knowledge
B. It cannot improve automatically from new examples
C. It cannot operate without internet connectivity
D. It cannot produce explanations for its decisions

42 Why did expert systems experience a decline in practical adoption despite achieving strong performance in narrow domains?

Introduction to AI and its evolution Hard
A. They could not perform arithmetic operations reliably
B. They were difficult to maintain as knowledge changed
C. They required large labeled image datasets
D. They depended entirely on neural network hardware

43 A hospital system can diagnose diseases, schedule staff, and optimize treatment plans, but only within healthcare tasks for which it was designed. How should this system be classified?

Types of Artificial Intelligence Hard
A. Artificial general intelligence
B. Self-aware artificial intelligence
C. Artificial narrow intelligence
D. Artificial superintelligence

44 Which observation would provide the strongest evidence that a system is not merely reactive but has a limited model-based capability?

Types of Artificial Intelligence Hard
A. It predicts hidden states after sensor information is lost
B. It selects actions from a fixed lookup table
C. It maps each current input to a predefined response
D. It repeats an action whenever the same signal appears

45 A team cleans customer data, engineers variables, trains a gradient-boosted model, evaluates fairness, and communicates business recommendations. Which description best captures the overall work?

AI vs ML vs Deep Learning vs Data Science Hard
A. It is exclusively deep learning
B. It is a data science workflow containing machine learning
C. It is software engineering without artificial intelligence
D. It is exclusively artificial intelligence

46 Which statement correctly distinguishes deep learning from machine learning?

AI vs ML vs Deep Learning vs Data Science Hard
A. Deep learning applies only to robotic control
B. Deep learning typically uses multilayer neural representations
C. Deep learning requires no training data
D. Deep learning always produces explainable predictions

47 A fraud model performs well on historical transactions but fails after criminals change their behavior. Which lifecycle activity is most important for detecting and addressing this issue?

Problem-solving using AI and AI Development Lifecycle Hard
A. Choosing a larger project title
B. Monitoring model drift and retraining criteria
C. Replacing evaluation with stakeholder interviews
D. Removing all validation data before deployment

48 A loan approval model is trained using a feature that encodes decisions made by previous loan officers. The model scores highly in validation. What is the primary concern?

Problem-solving using AI and AI Development Lifecycle Hard
A. The feature may create target leakage and reproduce historical bias
B. The model will necessarily have too few parameters
C. Validation accuracy proves the feature is causally valid
D. The feature guarantees demographic fairness

49 For an autonomous delivery robot, the requirement is to minimize late deliveries while ensuring that collisions remain below a strict safety threshold. Which formulation is most appropriate?

Problem-solving using AI and AI Development Lifecycle Hard
A. Choose actions randomly to avoid optimization bias
B. Optimize delivery time subject to a collision constraint
C. Optimize delivery time with no safety constraint
D. Optimize safety only and ignore delivery time

50 A model achieves 98% accuracy when 98% of cases are negative, but it detects only 20% of positive cases. Which evaluation change is most justified?

Problem-solving using AI and AI Development Lifecycle Hard
A. Report accuracy alone because the classes are imbalanced
B. Use sensitivity, specificity, precision, and a confusion matrix
C. Remove all negative examples before testing
D. Increase the accuracy target without changing evaluation

51 A warehouse robot receives noisy camera observations, cannot observe every aisle, and must account for actions that affect future locations. Which environment properties apply?

Intelligent Agents and Agent Environment Hard
A. Partially observable, static, and independent
B. Fully observable, static, and episodic
C. Partially observable, dynamic, and sequential
D. Fully observable, deterministic, and episodic

52 Why is a rational agent not necessarily guaranteed to choose the action that produces the best eventual outcome?

Intelligent Agents and Agent Environment Hard
A. Rationality requires the agent to maximize every short-term reward
B. Rationality depends on available information and expected outcomes
C. Rational agents must select actions without uncertainty
D. Rational agents never use performance measures

53 A thermostat turns heating on whenever the current temperature is below a threshold, without storing previous readings or modeling room heat loss. What type of agent is it closest to?

Intelligent Agents and Agent Environment Hard
A. Utility-based learning agent
B. Goal-based planning agent
C. Model-based reflex agent
D. Simple reflex agent

54 A surgical-assistance robot detects a rare anatomical configuration that differs from its training data. Which design most appropriately reduces safety risk?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Hard
A. Allow autonomous action with a lower confidence threshold
B. Suppress the observation and continue the planned motion
C. Replace the sensor input with the nearest training example
D. Use uncertainty estimation and require human intervention

55 A predictive-maintenance system reports fewer machine failures after deployment, but operators also began replacing components more frequently. What must be analyzed before concluding that the model improved reliability?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Hard
A. The color scheme used for alert messages
B. The counterfactual failure rate under comparable maintenance policies
C. Only the number of dashboard views
D. Only the model's training loss

56 A smart-city traffic model reduces average travel time but increases delays in neighborhoods with limited sensor coverage. Which intervention best addresses the identified deployment risk?

Applications of AI in Robotics, Healthcare, Manufacturing and Smart Cities Hard
A. Optimize only the citywide average
B. Discard all neighborhood-level measurements
C. Audit subgroup performance and improve representative sensing
D. Increase model complexity without reviewing the data

57 A hiring model has equal overall accuracy for two demographic groups, but its false-negative rate is substantially higher for one group. What does this demonstrate?

Ethics in AI and Responsible AI Hard
A. Equal accuracy guarantees equal opportunity
B. The model may still create unequal error burdens
C. The model is automatically free from proxy discrimination
D. The difference is irrelevant because precision is unchanged

58 Which practice most directly improves auditability for a high-impact AI system after it has been deployed?

Ethics in AI and Responsible AI Hard
A. Deleting input records immediately after prediction
B. Maintaining versioned data, models, decisions, and access logs
C. Publishing only the model's average accuracy
D. Allowing undocumented manual overrides

59 An AI provider claims that a model is fair because it does not use race as an input. Why is this claim insufficient?

Ethics in AI and Responsible AI Hard
A. Race cannot be measured in any dataset
B. Fairness requires removing every numerical feature
C. Other variables may act as correlated proxy attributes
D. Omitting race guarantees identical error rates

60 A language model produces a confident but unsupported citation. Which explanation is most accurate?

Introduction to Generative AI Hard
A. The model retrieves truth whenever confidence is high
B. The model's token probabilities directly measure factual certainty
C. The model generates likely sequences without guaranteed factual grounding
D. The model cannot produce fluent text without a database