11. Which of the following is true for neural networks?
- It has a set of nodes and connections
- A node could be in an excited state or non-excited state
- Each node computes it’s weighted input
- All of the above
Answer : D Explanation: Neural networks has a set of nodes and connections where each node computes it’s weighted input and a node could be in an excited state or non-excited state. So all of the above is correct.
12. Backpropagation is a learning technique that adjusts weights in the neural network by propagating weight changes
- Backward from sink to source
- Forward from source to sink
- Backward from sink to hidden nodes
- Forward from source to hidden nodes
Answer : A Explanation: Backward from sink to source.
13. An auto-associative neural network is:
- A neural network that contains no loops
- A neural network that contains feedback
- A neural network that has only one loop
- A single layer feed-forward neural network with pre-processing
Answer : B Explanation: An auto-associative neural network is a neural network that contains feedback.
14. Which one of the following is a blind search
- Depth-search first
- Best-first search
- Depth-first search
- Best-search-first
Answer : C Explanation: Depth-first search is a blind search.
Computer Networks MCQ Questions And Answers
15. Chance nodes and decision nodes are represented by _____ and _____ respectively
- Disks and squares
- Squares and circles
- Circles and Triangles
- Circles and squares
Answer : D Explanation: Chance nodes and decision nodes are represented by Circles and Squares respectively.
16. The fundamental unit of the neural network is
- Neuron
- Brain
- Nucleus
- Dendrites
Answer : A Explanation: Neurons are the fundamental units of the neural network.
17. How many types of Artificial Neural Networks?
- 2
- 3
- 4
- 5
Answer : A Explanation: There are two Artificial Neural Network topologies : FeedForward and Feedback. So, option A is correct.
18. Slots and facets are used in
- Rules
- Frames
- Semantic Networks
- All of the above
Answer : B Explanation: Slots and facets are used in frames.
19. A methodology used to develop behavior-based autonomous agents
- Descriptors
- Behavior modeling
- Behavior engineering
- Auto engineering
Answer : C Explanation: The correct answer is behavior engineering which is a methodology used to develop behavior-based autonomous agents. In neural networks, autonomous agent implements autonomy, social ability and reactivity.
20. Which of the following neural networks uses supervised learning?
(A) Multilayer perceptron
(B) Self-organizing feature map
(C) Hopfield network
- (A) only
- (B) only
- (A) and (C) only
- (A) and (B) only
Answer : A Explanation: (A) only
Pingback: Compiler Design MCQ Questions And Answers - cozmocard
Pingback: Data Science MCQ Questions And Answers - cozmocard
Pingback: A list of Top 10 popular Python Frameworks for application development - cozmocard