wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AI and Machine Learning Worksheet Questions (Transcribed)

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

Artificial Intelligence mainly focuses on which human intelligence processes?

a)

Cooking and cleaning

b)

Learning, reasoning, and self-correction

c)

Only data storage

d)

Hardware design

2.

Which type of AI is currently used in voice assistants like Siri?

a)

General AI

b)

Super AI

c)

Narrow AI

d)

Strong AI

3.

General AI is best described as:

a)

AI for gaming only

b)

AI that can perform one task well

c)

AI with human-like intelligence across tasks

d)

AI used only in research labs

4.

Why does General AI not exist yet?

a)

Lack of internet

b)

High computational and philosophical challenges

c)

No programming languages

d)

No data available

5.

Machine Learning is a subset of:

a)

Data Science

b)

Deep Learning

c)

Artificial Intelligence

d)

Statistics

6.

Machine Learning systems improve mainly by:

a)

Manual updates

b)

Experience from data

c)

Hardware changes

d)

Internet speed

7.

Which of the following is NOT a type of Machine Learning mentioned?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Transfer Learning

8.

In supervised learning, data used is:

a)

Random

b)

Unlabeled

c)

Semi-labeled

d)

Labeled

9.

Which algorithm is commonly used in supervised learning?

a)

K-Means

b)

Apriori

c)

Linear Regression

d)

HMM

10.

Spam email detection is an example of:

a)

Regression

b)

Clustering

c)

Classification

d)

Dimensionality reduction

11.

Predicting house prices comes under:

a)

Classification

b)

Regression

c)

Clustering

d)

Association

12.

In unsupervised learning, the system:

a)

Uses labeled output

b)

Learns with teacher

c)

Finds patterns on its own

d)

Always predicts numbers

13.

Customer segmentation is an example of:

a)

Supervised learning

b)

Unsupervised learning

c)

Reinforcement learning

d)

Semi-supervised learning

14.

Which algorithm is used for association rule learning?

a)

SVM

b)

K-Means

c)

Apriori

d)

Logistic Regression

15.

Dimensionality reduction mainly helps to:

a)

Increase features

b)

Remove labels

c)

Reduce features and simplify data

16.

Semi-supervised learning uses:

a)

Only labeled data

b)

Only unlabeled data

c)

Both labeled and unlabeled data

d)

Reinforcement signals only

17.

Reinforcement learning works based on:

a)

Predefined rules

b)

Trial and error

c)

Labeled datasets

d)

Clustering

18.

The main goal of reinforcement learning is to:

a)

Reduce loss

b)

Maximize total reward

c)

Minimize data

d)

Increase features

19.

Which is a key element of reinforcement learning?

a)

Token

b)

Agent

c)

Corpus

d)

Vocabulary

20.

Q-learning mainly uses:

a)

Neural weights

b)

Probability table

c)

Q-table

d)

Decision tree

21.

SARSA differs from Q-learning because it:

a)

Uses deep learning only

b)

Uses next action from current policy

c)

Needs full environment knowledge

d)

Is rule-based

22.

Deep Learning is inspired by:

a)

Statistics

b)

Human brain

c)

Internet

d)

Hardware

23.

Deep Learning mainly uses:

a)

Decision trees

b)

Single-layer models

c)

Artificial Neural Networks with many layers

d)

Rule engines

24.

Backpropagation is used to:

a)

Collect data

b)

Improve model performance

c)

Generate rules

d)

Remove noise

25.

Which layer gives final prediction in neural networks?

a)

Input layer

b)

Hidden layer

c)

Output layer

d)

Attention layer

26.

Generative AI is mainly used to:

a)

Predict labels only

b)

Store data

c)

Create new content

d)

Compress files

27.

ChatGPT is an example of:

a)

Rule-based model

b)

Statistical model

c)

Transformer-based model

d)

Clustering model

28.

Generative AI learns patterns from:

a)

Small datasets

b)

Hardware instructions

c)

Large datasets

d)

Only rules

29.

Which model uses predefined human-written rules?

a)

Statistical model

b)

Neural model

c)

Rule-based model

d)

Generative model

30.

Naive Bayes belongs to which model type?

a)

Rule-based

b)

Statistical

c)

GAN

d)

Transformer

31.

GAN consists of:

a)

Encoder and decoder

b)

Generator and discriminator

c)

Agent and environment

d)

Token and corpus

32.

VAEs are mainly used to:

a)

Classify data

b)

Compress and recreate data

c)

Label data

d)

Remove noise

33.

Transformer models are efficient in handling:

a)

Images only

b)

Small data

c)

Large text data

d)

Numerical data only

34.

Diffusion models generate images by:

a)

Classification

b)

Rule matching

c)

Step-by-step noise removal

d)

Decision trees

35.

Discriminative models mainly learn:

a)

Data distribution

b)

Decision boundary

c)

Noise patterns

d)

Random rules

36.

Which is a discriminative model?

a)

GAN

b)

VAE

c)

Logistic Regression

d)

Diffusion model

37.

Discriminative models are best suited for:

a)

Data generation

b)

Classification and prediction

c)

Image creation

38.

NLP mainly helps computers to:

a)

Store data

b)

Understand human language

c)

Design hardware

d)

Improve networks

39.

NLP acts as a bridge between:

a)

AI and ML

b)

Human language and machine language

c)

Hardware and software

d)

Data and models

40.

Tokenization means:

a)

Removing stopwords

b)

Converting text into tokens

c)

Translating language

d)

Summarizing text

41.

Stopword removal helps to:

a)

Add new words

b)

Remove unimportant words

c)

Create vocabulary

d)

Increase accuracy always

42.

Bag of Words is used in:

a)

Data labeling

b)

Feature extraction

c)

Output generation

d)

Model evaluation

43.

NLU mainly focuses on:

a)

Generating text

b)

Understanding meaning

c)

Translating text

d)

Speech synthesis

44.

NLG is responsible for:

a)

Understanding intent

b)

Generating human-like text

c)

Token creation

d)

Feature extraction

45.

Named Entity Recognition is used to:

a)

Count words

b)

Identify entities like names and places

c)

Translate text

d)

Remove symbols

46.

A token is best defined as:

a)

Complete dataset

b)

Smallest unit of text

c)

Set of unique words

d)

Collection of documents

47.

Vocabulary refers to:

a)

All documents

b)

All sentences

c)

Set of unique tokens

d)

Set of models

48.

Corpus means:

a)

Single sentence

b)

Token list

c)

Large collection of text data

d)

Feature vector

49.

Large vocabulary size generally leads to:

a)

Less memory usage

b)

Faster processing

c)

More memory usage

d)

No effect

50.

Correct relationship is:

a)

Tokens → Corpus → Vocabulary

b)

Vocabulary → Tokens → Corpus

c)

Corpus → Tokens → Vocabulary

d)

Tokens → Vocabulary → Corpus