wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Artificial Intelligence

Total questions: 28

Worksheet time: 14mins

Name
Class
Date
1.

Which statement best defines artificial intelligence in engineering contexts?

a)

Any software that automates repetitive office procedures

b)

Hardware that increases computational speed for tasks

c)

Machine capability to imitate human functions for goals

d)

Human reasoning modeled without algorithmic implementation

2.

Who is widely regarded as the father of artificial intelligence and coined the term in 1955?

a)

Marvin Minsky

b)

Geoffrey Hinton

c)

Alan Turing

d)

John McCarthy

3.

Natural Language Processing primarily enables machines to do what?

a)

Understand and generate human language reliably

b)

Optimize power consumption in embedded systems

c)

Control mechanical actuators with precision timing

d)

Recognize objects in images and videos accurately

4.

Deep learning is best described as which of the following?

a)

A data compression method for reducing storage requirements

b)

A rule-based AI relying on symbolic logic and ontologies

c)

A hardware architecture for parallel mathematical operations

d)

A specialized form of ML using multilayer neural networks

5.

Which scenario most appropriately requires Generative AI rather than traditional ML?

a)

Creating original text, images, or code from prompts

b)

Classifying emails into spam or non-spam categories

c)

Detecting fraudulent transactions in large datasets

d)

Estimating house prices from structured numeric features

6.

An AI system is described as learning from data without constant human assistance. Which subfield does this describe?

a)

Machine Learning

b)

Computer Graphics

c)

Operations Research

d)

Human–Computer Interaction

7.

Which application pairing aligns with the listed AI domain?

a)

Transportation: road repairs and driver license issuance

b)

Healthcare: medical diagnosis and image analysis

c)

Finance: manual reconciliation and branch scheduling

d)

Customer service: in-person concierge and call routing

8.

An engineer must choose an AI technique to power a customer-support chatbot that both understands queries and drafts responses. Which combination is most justified?

a)

Graph optimization with deterministic shortest paths

b)

Image segmentation with a convolutional pipeline

c)

Reinforcement learning with robotic control policies

d)

NLP capabilities with a generative model for responses

9.

Which statement best defines machine learning in engineering contexts?

a)

A database method storing data without using algorithms

b)

A subset of AI learning patterns from data for decisions

c)

A hardware discipline optimizing circuits for computation

d)

A field creating rules explicitly programmed for tasks

10.

In supervised learning, what distinguishes the training data?

a)

It excludes any patterns that can be learned

b)

It contains only numerical features without targets

c)

It is labeled with known outcomes for each example

d)

It is collected from agents exploring environments

11.

Which scenario best fits unsupervised learning?

a)

Predicting loan default using past labeled defaults

b)

Grouping customers by behavior without predefined labels

c)

Training an agent to play a game via reward signals

d)

Filtering emails using a labeled spam dataset

12.

Reinforcement learning primarily involves an agent that

a)

Learns from labeled examples to predict categories

b)

Discovers clusters from unlabeled data distributions

c)

Learns through trial and error to maximize cumulative rewards

d)

Memorizes training data to minimize reconstruction error

13.

A team wants to segment users to discover new marketing groups but has no labeled outcomes. Which learning paradigm should they choose, and why?

a)

Supervised learning, because labeled targets guide segmentation

b)

Rule-based AI, because explicit logic identifies clusters

c)

Unsupervised learning, because hidden structures can be discovered

d)

Reinforcement learning, because rewards drive classification

14.

Which pair correctly matches paradigm and typical application?

a)

Supervised learning — customer segmentation discovery

b)

Unsupervised learning — labeled spam email filtering

c)

Reinforcement learning — decision making via reward optimization

d)

Rule-based systems — learning patterns from large datasets

15.

Which role is explicitly shown guiding the supervised learning process in the diagram?

a)

Critic evaluating reward functions

b)

Supervisor aligning desired outputs

c)

Oracle generating random features

d)

Environment providing observations

16.

In the unsupervised learning figure, what is stated about outputs during training?

a)

Outputs are predefined by labels

b)

Outputs are validated by rewards

c)

Outputs are unknown during training

d)

Outputs are fixed by supervisors

17.

Which tasks are highlighted as primary uses of unsupervised learning in the diagram?

a)

Policy optimization in agents

b)

Classification and regression

c)

Clustering and dimensionality reduction

d)

Hyperparameter grid searching

18.

In reinforcement learning, which sequence best matches the interaction loop shown?

a)

Model processes inputs, labels compared, loss minimized

b)

Dataset clusters, algorithm reduces, labels assigned

c)

Supervisor labels data, algorithm trains, output predicts

d)

Agent takes action, environment responds, reward updates

19.

According to the reinforcement learning diagram, what feedback drives learning over time?

a)

Cluster memberships from features

b)

Rewards and penalties from environment

c)

Unknown outputs without datasets

d)

Manual labels from supervisors

20.

From the supervised diagram, which example best fits the model’s output type?

a)

Dimensionality-reduced feature map

b)

Cluster index without ground truth

c)

Estimated reward for each action

d)

Predicted class like elephant or camel

21.

A dataset of animal images without labels is processed to find groups and reduce features before visualization. Which paradigm and pipeline align with this goal?

a)

Unsupervised learning with interpretation and processing

b)

Supervised learning with supervisor and labels

c)

Reinforcement learning with rewards and actions

d)

Semi-supervised learning with few labels

22.

Which statement best captures the scope relationship between Artificial Intelligence (AI) and Machine Learning (ML)?

a)

AI is a subset within ML scope

b)

ML and AI have identical scope

c)

ML is a subset within AI scope

d)

AI and ML are disjoint fields

23.

What is the primary goal distinction between AI and ML?

a)

AI aims to mimic human emotions

b)

AI aims to make machines think and act like humans

c)

ML aims to replace all programming with rules

d)

ML aims to improve performance using experience

24.

Which pairing correctly matches the programming approach emphasized by each field?

a)

AI: rule-based or data-driven; ML: mostly data-driven

b)

AI: mostly data-driven; ML: rule-based only

c)

AI: statistical only; ML: symbolic only

d)

AI: deterministic only; ML: probabilistic only

25.

Regarding human intervention, which statement aligns with the comparison?

a)

ML decisions never need human involvement

b)

AI requires extensive human oversight during decisions

c)

AI requires humans to label no data at all

d)

ML requires intervention for training and model selection

26.

Which example aligns best with the field it illustrates?

a)

Robots illustrate ML pipelines primarily

b)

Spam filtering and recommendations illustrate AI

c)

Spam filtering and recommendations illustrate ML

d)

Chatbots and expert systems illustrate ML

27.

Choose the accurate statement about learning dependencies in each field.

a)

AI always involves learning algorithms

b)

ML may or may not involve learning

c)

AI may or may not involve learning

d)

ML rarely involves learning components

28.

Which dependency relationship is correctly stated?

a)

AI depends on ML concepts to function

b)

Neither AI nor ML depends on each other

c)

Both AI and ML always require each other

d)

ML depends on AI concepts in many cases