1
1
a. Learning
b. Hearing
c. Perceiving
d. Speech
Answer: (a).Learning
2. Which modifies the performance element so that it makes better decision?
a. Performance element
b. Changing element
c. Learning element
d. None of the mentioned
Answer: (c).Learning element
3. How many things are concerned in design of a learning element?
a. 1
b. 2
c. 3
d. 4
Answer: (c).3
4. What is used in determining the nature of the learning problem?
a. Environment
b. Feedback
c. Problem
d. All of the mentioned
Answer: (b).Feedback
5. How many types are available in machine learning?
a. 1
b. 2
c. 3
d. 4
Answer: (c).3
6. Which is used for utility functions in game playing algorithm?
a. Linear polynomial
b. Weighted polynomial
c. Polynomial
d. Linear weighted polynomial
Answer: (d).Linear weighted polynomial
7. Which is used to choose among multiple consistent hypotheses?
a. Razor
b. Ockham razor
c. Learning element
d. None of the mentioned
Answer: (b).Ockham razor
8. What will happen if the hypothesis space contains the true function?
33
a. Relizable
b. Unrelizable
c. Both a & b
d. None of the mentioned
Answer: (b).Unrelizable
9. What takes input as an object described by a set of attributes?
a. Tree
b. Graph
c. Decision graph
d. Decision tree
Answer:{d}
10. How the decision tree reaches its decision?
a. Single test
b. Two test
c. Sequence of test
d. No test
Answer: (c).Sequence of test
11. A perceptron is:
a. a single layer feed-forward neural network with pre-processing
b. an auto-associative neural network
c. a double layer auto-associative neural network
d. a neural network that contains feedback
Answer: (a).a single layer feed-forward neural network with pre-processing
12. An auto-associative network is:
a. a neural network that contains no loops
b. a neural network that contains feedback
c. a neural network that has only one loop
d. a single layer feed-forward neural network with pre-processing
Answer: (b).a neural network that contains feedback
13. Which of the following is true?
(i) On average, neural networks have higher computational rates than conventional
computers.
(ii) Neural networks learn by example.
(iii) Neural networks mimic the way the human brain works.
a. All of the mentioned are true
b. (ii) and (iii) are true
c. (i), (ii) and (iii) are true
d. None of the mentioned
Answer: (a).All of the mentioned are true
14. A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the
constant of proportionality being equal to 2. The inputs are 4, 10, 5 and 20
respectively. The output will be:
a. 238
34
b. 76
c. 119
d. 123
Answer: (a).238
15. Which of the following is true for neural networks?
(i) The training time depends on the size of the network.
(ii) Neural networks can be simulated on a conventional computer.
35
d. It is software used by Neuro surgeon
Answer: (b).It is powerful and easy neural network
20. Why are linearly separable problems of interest of neural network researchers?
a. Because they are the only class of problem that network can solve successfully
b. Because they are the only class of problem that Perceptron can solve successfully
c. Because they are the only mathematical functions that are continue
d. Because they are the only mathematical functions you can draw
Answer: (b).Because they are the only class of problem that Perceptron can solve
successfully
21. Programming a robot by physically moving it through the trajectory you want it to
follow is called:
a. contact sensing control
b. continuous-path control
c. robot vision control
d. pick-and-place control
Answer: (b).continuous-path control
36