wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ANN_Unit 1

Total questions: 20

Worksheet time: 6mins

Name
Class
Date
1.

Which of the following best describes an Artificial Neural Network (ANN)?

a)

A set of predefined rules

b)

A system inspired by the human brain for processing information

c)

A database management technique

d)

A programming language

2.

What was a significant limitation of early Artificial Neural Networks?

a)

They were only used for image processing

b)

They were computationally expensive

c)

They could not learn from experience

d)

They required large amounts of data

3.

What is a primary function of biological neurons that is not directly replicated in artificial neurons?

a)

Signal transmission through synapses

b)

Activation functions

c)

Layered architecture

d)

Weight adjustment

4.

How do artificial neurons typically process information compared to biological neurons?

a)

Through complex biochemical reactions

b)

By generating electrical impulses

c)

Using mathematical functions

d)

Through chemical signals

5.

Which of the following statements is true regarding the learning process of biological neurons versus artificial neurons?

a)

Artificial neurons require labeled data for learning

b)

Biological neurons learn through reinforcement only

c)

Artificial neurons can learn without any data

d)

Biological neurons do not adapt over time

6.

What is the primary purpose of a single perceptron model in machine learning?

a)

To generate synthetic data

b)

To classify data into two categories

c)

To perform regression analysis

d)

To classify data into multiple categories

7.

Which of the following components is essential for the functioning of a single perceptron?

a)

Activation function

b)

Convolutional layers

c)

Pooling layers

d)

Recurrent connections

8.

In a single perceptron model, what does the weight associated with an input signify?

a)

The number of inputs to the perceptron

b)

The importance of the input in the decision-making process

c)

The type of activation function used

d)

The output of the perceptron

9.

What is the role of backpropagation in training neural networks?

a)

To initialize the weights of the network

b)

To update the weights based on the error gradient

c)

To generate new training data

d)

To evaluate the performance of the model

10.

What is the output of a single perceptron when the weighted sum of inputs exceeds the threshold?

a)

It cannot be determined

b)

It depends on the activation function

c)

1

d)

0

11.

In a simple perceptron model, what is the effect of increasing the weights of the inputs?

a)

It decreases the output

b)

It has no effect on the output

c)

It increases the output if the weighted sum exceeds the threshold

d)

It makes the perceptron more complex

12.

Which of the following best describes the activation function in a simple perceptron?

a)

A logarithmic function

b)

A polynomial function

c)

A step function

d)

A linear function

13.

What is the output of a step activation function when the input is below the threshold?

a)

It cannot be determined

b)

1

c)

It varies based on the input

d)

0

14.

Which of the following is a characteristic of the step activation function?

a)

It is used primarily in regression tasks

b)

It is continuous and differentiable

c)

It produces a binary output

d)

It can output multiple values

15.

In which scenario is a step activation function most commonly used?

a)

In reinforcement learning

b)

In multi-class classification problems

c)

In binary classification problems

d)

In unsupervised learning tasks

16.

What effect does increasing the bias in a perceptron have on the output?

a)

It shifts the activation function to the left

b)

It has no effect on the output

c)

It increases the threshold for activation

d)

It decreases the output regardless of the inputs

17.

In the context of neural networks, what is the primary purpose of weights?

a)

To define the architecture of the network

b)

To represent the strength of the connection between neurons

c)

To adjust the learning rate

d)

To determine the output of the network

18.

How does the bias term in a neural network influence the model's performance?

a)

It allows the model to fit the data better by shifting the activation function

b)

It has no impact on the model's performance

c)

It reduces the complexity of the model

d)

It only affects the output when the inputs are zero

19.

What happens during the backpropagation phase of training in a neural network?

a)

Inputs are normalized before training

b)

Errors are propagated backward to update weights

c)

Output is generated without learning

d)

Neurons are randomly initialized

20.

In a single-layer perceptron, how are input features combined to produce the output?

a)

Through a series of hidden layers

b)

By applying an activation function directly to the inputs

c)

By computing the dot product of input features and weights

d)

By using a softmax function