wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AI Development

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

How does Netflix know what movie to recommend?

a)
The platform relies on user surveys and feedback for suggestions.
b)
Recommendations are based solely on the latest movie releases.
c)
Netflix uses viewer ratings and box office success to suggest films.
d)

It looks at what you have watched, liked, or rated before, and also sees what people similar to you enjoy watching

2.

What is the key difference between training and testing in AI?

a)

Training teaches the model using data; testing checks how well it learned

b)

Training deletes data; testing saves it

c)

Training uses images only; testing uses text

d)

Training happens at night; testing in the morning

3.

In Teachable Machine “Smiling vs Not Smiling,” which step comes first?

a)

Testing with random videos

b)
Train the model
c)

Exporting the model to a phone

d)

Collecting image samples of smiling and not smiling faces

4.

What does AI need in order to learn?

a)
Experience, intuition, and creativity.
b)
Data, algorithms, and computational resources.
c)
Feedback, memory, and observation.
d)
Rules, guidelines, and instructions.
5.

Why is data important for AI?

a)
Data is only useful for storing information.
b)
Data is irrelevant for improving AI performance.
c)

It is the "food" that helps AI learn patterns

d)
AI does not require data to function effectively.
6.

What is the phrase that best describes AI without data?

a)

AI becomes super smart

b)
An empty vessel.
c)
A lost cause.
d)

No data = No smart AI

7.

What is “training” in Machine Learning?

a)
Training is the process of teaching a machine learning model to recognize patterns in data by adjusting its parameters based on input data and corresponding outputs.
b)
Training involves creating a dataset without any labels or outputs.
c)
Training is the method of collecting data for analysis and storage.
d)
Training refers to the process of deploying a model into production.
8.

In Teachable Machine, what happens when you press “Train Model”?

a)
The model is trained using the provided data.
b)
The model is deleted from the system.
c)
The data is exported to a file.
d)
The model is evaluated for accuracy.
9.

Which Python feature is used to make decisions?

a)
switch statement
b)
for loop
c)
if statement
d)
while loop
10.

What does this Python list store?

fruits = ["apple", "banana", "orange"]

a)
A list of fruit names.
b)
A list of animal species.
c)
A collection of vegetable names.
d)
An array of color names.
11.

What type of AI project is “Image Classification”?

a)
Reinforcement Learning
b)

AI that writes emails

c)

AI that labels and categorizes images

d)
Unsupervised Learning
12.

Which is an example of image classification?

a)
Determining the resolution of an image file.
b)
Sorting images by their file size.
c)
Filtering images based on color saturation.
d)

A self-driving car recognizing a stop sign

13.

What is Text Classification used for?

a)
Text classification is used for summarizing long articles.
b)
Text classification is used for generating random text.
c)
Text classification is used for translating languages.
d)

Sorting emails into spam and not spam

14.

What does a chatbot do?

a)
A chatbot analyzes data for business insights.
b)
A chatbot creates visual content for users.
c)
A chatbot manages social media accounts.
d)
A chatbot simulates conversation with users to provide information or assistance.
15.

Which technology helps chatbots understand typed messages?

a)
Data Mining Techniques
b)
Natural Language Processing (NLP)
c)
Speech Recognition Systems
d)
Machine Learning Algorithms
16.

What can Generative AI do?

a)

Create images, music, and stories

b)
Generative AI can only summarize text and images.
c)
Generative AI is limited to generating code snippets.
d)
Generative AI can only analyze existing data.
17.

In Teachable Machine, the “Preview” section is used for:

a)
To test and visualize model performance in real-time.
b)
To adjust the training parameters for the model.
c)
To view the model's architecture and layers.
d)
To upload new datasets for training.
18.

What is “testing” in Machine Learning?

a)
Testing in Machine Learning is the process of evaluating a trained model's performance on a separate test dataset.
b)
Testing in Machine Learning is the method of optimizing model parameters during training.
c)
Testing in Machine Learning involves collecting data for future predictions.
d)
Testing in Machine Learning is the process of training a model on new data.
19.

What is Artificial Intelligence (AI)?

a)

Artificial Intelligence (AI) refers to advanced computer programming.

b)
Artificial Intelligence (AI) is the use of robots in manufacturing.
c)

Artificial Intelligence (AI) is the simulation of human intelligence in machines.

d)
Artificial Intelligence (AI) is the study of human behavior.
20.

What is the role of a training dataset in Machine Learning?

a)

It is used to evaluate the performance of the model after training.

b)

It is the dataset used to train the model to recognize patterns.

c)

It is used to deploy the model into production.

d)

It is a collection of data that is not used in the training process.