250+ MCQs on Neural Networks Models – 1 and Answers

Neural Networks Multiple Choice Questions on “Models – 1″.

1. What is the name of the model in figure below?

A. Rosenblatt perceptron model
B. McCulloch-pitts model
C. Widrow’s Adaline model
D. None of the mentioned

Answer: B
Clarification: It is a general block diagram of McCulloch-pitts model of neuron.

2. What is nature of function F(x) in the figure?
A. linear
B. non-linear
C. can be either linear or non-linear
D. none of the mentioned

Answer: B
Clarification: In this function, the independent variable is an exponent in the equation hence non-linear.

3. What does the character ‘b’ represents in the above diagram?
A. bias
B. any constant value
C. a variable value
D. none of the mentioned

Answer: A
Clarification: More appropriate choice since bias is a constant fixed value for any circuit model.

4. If ‘b’ in the figure below is the bias, then what logic circuit does it represents?

A. or gate
B. and gate
C. nor gate
D. nand gate

Answer: C
Clarification: Form the truth table of above figure by taking inputs as 0 or 1.

5. When both inputs are 1, what will be the output of the above figure?
A. 0
B. 1
C. either 0 or 1
D. z

Answer: A
Clarification: Check the truth table of nor gate.

6. When both inputs are different, what will be the output of the above figure?
A. 0
B. 1
C. either 0 or 1
D. z

Answer: A
Clarification: Check the truth table of nor gate.

7. Which of the following model has ability to learn?
A. pitts model
B. rosenblatt perceptron model
C. both rosenblatt and pitts model
D. neither rosenblatt nor pitts

Answer: B
Clarification: Weights are fixed in pitts model but adjustable in rosenblatt.

8. When both inputs are 1, what will be the output of the pitts model nand gate ?
A. 0
B. 1
C. either 0 or 1
D. z

Answer: A
Clarification: Check the truth table of simply a nand gate.

9. When both inputs are different, what will be the logical output of the figure of question 4?
A. 0
B. 1
C. either 0 or 1
D. z

Answer: A
Clarification: Check the truth table of nor gate.

10. Does McCulloch-pitts model have ability of learning?
A. yes
B. no

Answer: B
Clarification: Weights are fixed.