wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Neural Networks Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the historical development of neural networks?

a)

From McCulloc h-Pitts to modern deep learning

b)

From perception to Hebbian learning

c)

Only from McCulloc h-Pitts to Backpropagation

d)

From Neural Networks to AIA

2.

Which of the following is true about biological neurons?

a)

Biological neurons work in discrete steps

b)

Biological neurons have fixed synaptic weights

c)

Synaptic transmission in biological neurons is continuous

d)

Artificial neurons cannot simulate biological neurons

3.

Which learning method is associated with adjusting weights based on error feedback?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

None of the above

4.

Which activation function is commonly used in the backpropagation algorithm?

a)

Sigmoid

b)

Tanh

c)

ReLU

d)

All of the above

5.

What type of network is used for associative memory?

a)

McCulloc h-Pitts

b)

Perceptron

c)

Hopfield Network

d)

None of the above

6.

In the Hopfield network, what is the primary function?

a)

Pattern Recognition

b)

Data storage and retrieval

c)

Data compression

d)

Function approximation

7.

What is the primary difference between supervised and unsupervised learning?

a)

Supervised learning uses labeled data

b)

Unsupervised learning uses labeled data

c)

Both use labeled data

d)

Neither uses labeled data

8.

Which learning rule applies to the perceptron?

a)

Hebbian learning

b)

Delta rule

c)

Backpropagation

d)

None of the above

9.

What does backpropagation primarily help with in neural networks?

a)

Optimization of weights

b)

Activation function calculation

c)

Input-output mapping

d)

Network architecture design

10.

What is an important limitation of the McCulloch-Pitts neuron model?

a)

It cannot perform logical operations

b)

It lacks continuous activation

c)

It only models simple neurons

d)

It models only linear neurons

11.

Which of the following is a limitation of Hebbian learning?

a)

Cannot learn non-linear patterns

b)

Requires feedback

c)

Is not biologically plausible

d)

Can’t be used in associative memory

12.

What is the primary challenge in training a neural network?

a)

Overfitting

b)

Underfitting

c)

High computational cost

d)

All of the above

13.

In which scenario is reinforcement learning typically applied?

a)

Classification tasks

b)

Regression tasks

c)

Game playing

d)

Image recognition

14.

What is a key characteristic of the Hopfield network?

a)

Feedforward structure

b)

Recurrent structure

c)

Layered structure

d)

None of the above

15.

What is the output of a neural network model?

a)

Weights

b)

Biases

c)

Predictions

d)

Inputs

16.

Which of the following is not a part of the backpropagation process?

a)

Forward pass

b)

Error calculation

c)

Weight update

d)

Bias removal

17.

Which of the following models uses layers of nodes to process data?

a)

Perceptron

b)

Neural Networks

c)

Decision Trees

d)

Support Vector Machines

18.

What is a common application of neural networks in electrical engineering?

a)

Fault detection

b)

Machine vision

c)

Voice recognition

d)

Weather forecasting

19.

What is the main difference between supervised and reinforcement learning?

a)

Supervised learning uses labeled data, reinforcement uses reward feedback

b)

Supervised learning is faster

c)

Reinforcement learning only works with regression

d)

Supervised learning uses reward feedback

20.

Which of the following is true about activation functions?

a)

They decide the output based on the input

b)

They are not used in backpropagation

c)

They always produce positive output

d)

They are not essential for neural networks