wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AIML

Total questions: 15

Worksheet time: 3mins

Name
Class
Date
1.

What is the primary goal of artificial intelligence (AI)?

a)

Mimicking human intelligence

b)

Automating manual tasks

c)

Solving complex equations

d)

Enhancing computer security

2.

Machine learning is a subset of which field?

a)

Robotics

b)

Artificial Intelligence

c)

Computer Hardware

d)

Natural Language Processing

3.

In supervised learning, what is used to train a machine learning algorithm?

a)

Labeled Data

b)

Unlabeled Data

c)

Random Data

d)

No data is required because it is the part of AI

4.

Which type of learning involves finding patterns in unlabeled data?

a)

Reinforcement Learning

b)

Unsupervised Learning

c)

Supervised Learning

d)

Semi-supervised learning

5.

What is a neural network in the context of deep learning?

a)

A network of interconnected human neurons

b)

A computational model inspired by the brain

c)

A network that connects computers in a data center

d)

A hardware device used for memory storage

6.

What is the purpose of a loss function in machine learning?

a)

To increase the model's accuracy

b)

To speed up the training process

c)

To measure the model's error

d)

To define the output of the model

7.

Which of the following is not a popular machine learning library or framework?

a)

TensorFlow

b)

PyTorch

c)

Keras

d)

Microsoft Word

8.

What is overfitting in machine learning?

a)

Achieving high model accuracy

b)

Fitting the model to the training data too closely

c)

Underutilizing the training data

d)

Reducing the model's complexity

9.

Which of the following is a common algorithm used for natural language processing (NLP) tasks?

a)

QuickSort

b)

BERT

c)

Gaussian Naive Bayes

d)

Principal Component Analysis (PCA)

10.

What is reinforcement learning in the context of AI, and provide an example application?

a)

Reinforcement learning is the process of training AI models with supervised data. An example application is image classification.

b)

Reinforcement learning is the process of training AI models with labeled data. An example application is autonomous driving.

c)

Reinforcement learning is the process of learning from interaction with an environment to maximize rewards. An example application is training a robot to play chess.

d)

Reinforcement learning is the process of using pre-defined rules to make AI decisions. An example application is spam email filtering.

11.

What is the term for a machine learning technique that involves combining multiple models to improve overall performance?

a)

Ensemble Learning

b)

Gradient Descent

c)

Reinforcement Learning

d)

Unsupervised Learning

12.

What is the main difference between classification and regression tasks in machine learning?

a)

Classification predicts categories, while regression predicts numerical values.

b)

Classification uses neural networks, while regression uses decision trees.

c)

Classification is supervised learning, while regression is unsupervised learning.

d)

Classification involves clustering data, while regression involves linear equations.

13.

Which of the following is an example of a natural language processing (NLP) task?

a)

Image recognition

b)

Speech recognition

c)

Predicting stock prices

d)

Sorting numbers in ascending order

14.

Which machine learning algorithm is commonly used for image classification and object recognition?

a)

K-Means Clustering

b)

Random Forest

c)

Convolutional Neural Network (CNN)

d)

Principal Component Analysis (PCA)

15.

What does the term "bias-variance trade-off" refer to in machine learning?

a)

Balancing the model's accuracy with its interpretability

b)

The trade-off between underfitting and overfitting

c)

The balance between feature selection and feature engineering

d)

The trade-off between training time and prediction time