wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Understanding AI Systems Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is Machine Learning (ML)?

a)

Giving the computer step-by-step rules

b)

A system that only stores information

c)

A method where computers learn patterns from data

d)

A robot that copies human movement

2.

Which example best represents supervised learning?

a)

Grouping news articles automatically

b)

Using labeled emails to detect spam

c)

Learning by trial and error

d)

Finding hidden patterns in customer data

3.

Unsupervised learning is mainly used for:

a)

Predicting house prices

b)

Translating languages

c)

Playing games like AlphaGo

d)

Grouping unlabeled data into clusters

4.

Reinforcement Learning works by:

a)

Rewards and penalties

b)

Reading large text datasets

c)

Using labeled images

d)

Customer segmentation

5.

Which statement about Deep Learning is TRUE?

a)

It does not require large datasets

b)

It uses multi-layer neural networks

c)

It cannot understand images

d)

It only works for text

6.

When an AI groups customers by purchase behavior, this is:

a)

Unsupervised Learning

b)

NLP

c)

Supervised Learning

d)

Deep Learning

7.

In Model Training, what happens after 'Calculate Error'?

a)

Deploy the model

b)

Collect more data

c)

Validaion

d)

Adjust & Learn - update parameters to reduce error

8.

Model “error” in training refers to:

a)

The difference between prediction and correct answer

b)

A crash in the computer

c)

Missing data

d)

How slow the model runs

9.

Large Language Models (LLMs) are specialized in:

a)

Creating 3D shapes

b)

Driving autonomous cars

c)

Detecting fraud in banks

d)

Understanding and generating human language

10.

The step where a model sees unseen data to check accuracy is called:

a)

Training

b)

Validation

c)

Labeling

d)

Deployment

11.

Computer Vision is used in all of these EXCEPT:

a)

Face recognition to unlock phones

b)

Self-driving cars detecting traffic

c)

Understanding human languages

d)

Quality checks in factories

12.

What are the main components of an AI Model?

a)

Data, Algorithm, Testing, Model

b)

Input, Process, Training, Model

c)

Input, Process, Output, Model

d)

Data, Algorithm, Training, Model

13.

Is deep learning able to do the tasks of machine learning?

a)

Yes

b)

No

c)

Some tasks

d)

The opposite (Machine learning does the tasks of deep learning)

14.

If I create a machine learning model to classify if an image is a cat or dog, is this considered a computer vision application?

a)

Yes

b)

No

15.

The trade-off with model sizes is:

a)

Larger = faster,
Smaller = more accurate

b)

All models perform the same regardless of size

c)

Larger = more capable but slower and expensive, Smaller = faster but limited

d)

Smaller = more powerful, Larger = less capable