wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Neuron Structure Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the primary function of the soma in a neuron?

a)

Sending information to other neurons

b)

Processing information received from dendrites

c)

Connecting the axon to other dendrites

d)

Acting as a cable for transmitting signals

2.

What is the role of synapses in a neuron?

a)

Processing information received from dendrites

b)

Connecting the axon to other neuron dendrites

c)

Acting as tree-like branches to receive information

d)

Sending information through a cable-like structure

3.

What is the primary inspiration behind Artificial Neural Networks (ANN)?

a)

Statistical models

b)

Human brain functioning

c)

Computer algorithms

d)

Machine learning techniques

4.

What is the main function of Artificial Neural Networks (ANN)?

a)

To simulate the way the human brain analyzes and processes information

b)

To replace human intelligence entirely

c)

To perform basic arithmetic operations

d)

To store large amounts of data

5.

In the diagram, what is the term "axon" associated with?

a)

Input signals.

b)

Output signals.

c)

Activation function.

d)

Summation.

6.

What is the output signal of a neuron represented as in the given material?

a)

a) $ a = f(net) $

b)

b) $ a = net + f $

c)

c) $ a = net \times f $

d)

d) $ a = f + net $

7.

Which part of a biological neural network corresponds to the 'Input' in an artificial neural network?

a)

a) Soma

b)

b) Dendrite

c)

c) Axon

d)

d) Synapse

8.

Which activation function has the input/output relation $ a = 0 $ when $ n < 0 $ and $ a = 1 $ when $ n \geq 0 $?

a)

Hard Limit

b)

Symmetrical Hard Limit

c)

Linear

d)

Log-Sigmoid

9.

Which activation function is defined by the equation a=enenen+ena = \frac{e^n - e^{-n}}{e^n + e^{-n}} ?

a)

Hard Limit

b)

Symmetrical Hard Limit

c)

Hyperbolic Tangent Sigmoid

d)

Log-Sigmoid

10.

Using the hyperbolic sigmoid activation function model, calculate the output value $ a $ for the given single-layer neural network. The weights and inputs are $ w_1 = 0 $, $ w_2 = -0.3 $, $ w_3 = 0.6 $, $ x_1 = 0.5 $, $ x_2 = 1 $, and $ x_3 = -0.7 $. What is the approximate output value $ a $?

a)

A) $ a \approx 0.5 $

b)

B) $ a \approx 0.73 $

c)

C) $ a \approx 0.27 $

d)

D) $ a \approx 0.9 $